NOTES:
|
For the Cisco/Nexus/switch platform, a virtual interface is needed to bind the Ethernet port to the FC forwarder or FCF. Assume port 1/3 in the following example.
Commands to enable trunk mode for a Ether port
Configure
Interface Ethernet 1/3
switchport mode trunk
spanning-tree port type edge trunk
exit
Commands to create a VFC:
configure
interface vfc 3
bind interface Ethernet 1/3
no shutdown
exit
For the
Brocade 8000 series FCoE switch, assuming port 1/3, vlan 101 for FCoE, use:
configure terminal
interface
TenGigabitEthernet 1/3
switchport
switchport mode converged
vlan
classifier activate group 1 vlan 101
no
shutdown
cee
default
Note: |
The "cmsh" command must be issued before the "configure terminal" command will function properly. |