Deploying FCoE (FIP Snooping) on Dell Force 10 MXL
19
The following CLI commands are necessary for an un-configured Cisco 5548UP. The CLI will show
additional lines that are either default or can’t be changed and are not added for this example. The
CLI will also show the lines in a different order after they have been entered.
Appendix-A Cisco Nexus
5548UP CLI example
will have a copy of the full configuration for a 5548UP for reference.
Command-Line Interface Method
Sample CLI for Cisco Nexus 5020 (can be copied and pasted)
Figure 11.
NOTE
: The provided Cisco commands should be referenced in the
Nexus 5000 Series NX-OS
SAN Switching Configuration Guide
. The CLI entries above only cover the areas that must
be added to enable FCoE capabilities on the ports being used of a Cisco Nexus 5020 and
Nexus 5548. This topic will be covered after the Step by Step explanation of the CLI
example.
feature fcoe
feature npiv
system default switchport trunk mode auto
vlan 20
vlan 1000
fcoe vsan 2
vsan database
vsan 2
vsan 2 interface vfc1
vsan 2 interface fc2/15
interface vfc1
bind interface Ethernet1/1
no shutdown
interface fc2/15
no shutdown
interface Ethernet1/1
switchport mode trunk
switchport trunk native vlan 20
switchport trunk allowed vlan 1000
no shutdown
zone name blade1 vsan 2
member interface fc2/15
member pwwn xx:xx:xx:xx:xx:xx:xx:xx
zoneset name set1 vsan 2
member blade1
zoneset activate name set1 vsan 2