fabric-attach
Displays the current status of Fabric
Attach (FA) VLAN to Individual Service Identifier (I-SID) assignments for all
ports.
Supported in the following platforms:
- Access Points — AP7502, AP7522,
AP7532, AP7562, AP7602, AP7612, AP7622, AP7632, AP7662, AP8163, AP8432, AP8533
- Wireless Controller — RFS4010
- 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
ap7532-000100 access point:
nx9600-7F3B2C#
ap7532 B8-50-01-00-01-00
use profile default-ap7532
use rf-domain default
hostname ap7532-000100
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 ap7532-000100
Assignment status for port : ge1
VLAN ISID STATUS
---- ---- ------
110 10180110 Accepted
nx9600-7F3B2C#