Dell Force10 MXL Deployment Manual page 40

Deploying fcoe (fip snooping)
Hide thumbs Also See for Force10 MXL:
Table of Contents

Advertisement

Deploying FCoE (FIP Snooping) on Dell Force 10 MXL
Step by step explanation of CLI example (only covering the differences from the single port
configuration)
interface port-channel1
o
switchport mode trunk -
switchport trunk native vlan 20
switchport trunk allowed vlan 1000
1000
interface vfc1 – selects virtual fc interface vfc1 (vfc1 is an example and can be a different number
o
based on choice at configuration time)
bind interface port-channel1 – this binds interface port-channel1 to the virtual fc interface
which in this case is vfc1.
no shutdown – turns the virtual interface on since default is shutdown.
interface Ethernet 1/1 – selects interface Ethernet 1/1.
o
switchport mode trunk – set switchport mode to trunk for the 2 VLAN's.
switchport trunk native vlan 20 – add native VLAN 20 to the trunk.
switchport trunk allowed vlan 1000 – add allowed VLAN 1000 to the trunk.
channel-group 1 mode active – this interface is part of a port channel 1.
interface Ethernet 1/2 – selects interface Ethernet ½.
o
switchport mode trunk – set switchport mode to trunk for the 2 VLAN's.
switchport trunk native vlan 20 – add native VLAN 20 to the trunk.
switchport trunk allowed vlan 1000 – add allowed VLAN 1000 to the trunk.
channel-group 1 mode active – this interface is part of port channel 1.
zone name blade1 vsan 2 – this will set the name for your zone (blade1 can be any chosen name),
o
vsan 2 will match the vsan you have created.
member interface fc2/15 - this adds the fc2/15 interface as a member of the zone.
member pwwn xx:xx:xx:xx:xx:xx:xx:xx – adds the port WWN of the ENode device to the zone
(this should match the CNA of the server being used, in this case blade 2).
zone name blade2 vsan 2 – this will set the name for your zone (blade1 can be any chosen name),
o
vsan 2 will match the vsan you have created.
member interface fc2/16 - this adds the fc2/16 interface as a member of the zone.
member pwwn xx:xx:xx:xx:xx:xx:xx:xx – adds the port WWN of the ENode device to the zone
(this should match the CNA of the server being used, in this case blade 2).
zoneset name set1 vsan 2 – move into the zoneset interface (in this case the name is set1 but
o
could be any name and the VSAN number is based on the FCoE VLAN being used.
member blade1 – this includes the blade1 zone into this zoneset
o
member blade2 – this includes the blade2 zone into this zoneset
o
zoneset activate name set1 vsan 2 – activates the zoneset containing these zones.
o
40

Advertisement

Table of Contents
loading

This manual is also suitable for:

Force10 mxl 10 gbe

Table of Contents