fabric-attach

Displays the current status of FA (Fabric Attach) VLAN to I-SID (Individual Service Identifier) assignments for all ports.

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

show fabric-attach assignments {on <DEVICE-NAME>}

Parameters

show fabric-attach assignments {on <DEVICE-NAME>}
fabric-attach Displays the status of VLAN to I-SID mappings, if configured, on the Ethernet ports of an FA Client. The status displays as:
  • active – If the VLAN to I-SID mapping is accepted by the FA Server and applied to the VLAN traffic from the client.
  • pending – If the VLAN to I-SID mapping acceptance is not achieved (i.e, pending acceptance)
on <DEVICE-NAME> Optional. Displays VLAN to I-SID mappings on a specified FA client. If executing this command on a controller, you may, optionally, specify the device for which the FA VLAN to I-SID assignments is to be displayed.
  • <DEVICE-NAME> – Specify the name of the AP, wireless controller, or service platform.

Example

The Following example shows the fabric-attach VLAN to ISID assignment configured on the ap510-13403B access point:

nx9600-7F3B2C#
ap510 94-9B-2C-13-40-38
 use profile default-ap510
 use rf-domain default
 hostname ap510-13403B
 interface ge1
  switchport mode trunk
  switchport trunk fabric-attach vlan 110 isid 10180110
  switchport trunk native vlan 110
  switchport trunk native tagged
  switchport trunk allowed vlan 110
 interface vlan110
  ip address dhcp
  ip dhcp client request options all
nx9600-7F3B2C#

The following example shows the fabric-attach assignment status for the ap7532-000100 access point:

nx9600-7F3B2C#show fabric-attach assignments on ap505-13403B 

 Assignment status for port : ge1
 VLAN    ISID       STATUS           
 ----    ----       ------ 
 110     10180110   Accepted         

nx9600-7F3B2C#