115
(QCT) (Config)#vlan database
(QCT) (Vlan)#vlan 1000 (QCT) (Vlan)#exit
5. Add VLAN 1000 membership to the ports connected to CNAs and FCF. Enable VLAN tagging on these
ports for FCoE VLAN using below interface commands.
(QCT) #config
(QCT) (Config)#interface range 0/9-0/11
(QCT) (Interface 0/9-0/11)#switchport allowed vlan add tagged 1000
(QCT) (Interface 0/9-0/11)#exit
(QCT) (Config)#exit
6. Enable FIP snooping in FCoE VLAN 1000.
(QCT) #configure
(QCT) (Config)#feature fip-snooping
(QCT) (Config)#vlan 1000
(QCT) (Config)(Vlan 1000)#fip-snooping enable
(QCT) (Config)(Vlan 1000)#exit
(QCT) (Config)#exit
7. Configure FCF facing ports using below interface command. By default, FIP snooping ports are configured
as host/ENode mode.
(QCT) #configure
(QCT) (Config)#interface 0/11
(QCT) (Interface 0/11)#fip-snooping port-mode fcf
(QCT) (Interface 0/11)#exit
(QCT) (Config)#exit
The following code sample shows the configuration script for the FIP snooping switch configured in the
example. Two interfaces (0/9 and 0/10) are connected to CNAs, and 0/11 is connected to CISCO Nexus 5010
FCF.
(QCT) (Config)#vlan database
(QCT) (Vlan)#vlan 1000 (QCT) (Vlan)#exit
(QCT) #configure
(QCT) (Config)#feature fip-snooping
(QCT) (Config)#vlan 1000
(QCT) (Config)(Vlan 1000)#fip-snooping enable