Dell Force 10 Manuale - Pagina 8

Sfoglia online o scarica il pdf Manuale per Interruttore Dell Force 10. Dell Force 10 29. Implementing fcoe in the linux operating system

Dell Force 10 Manuale
Implementing FCoE in the Linux Operating System
2. Enable the FCoE feature on the Dell Force10 MXL 10/40GbE edge switch by running the
following commands from the Global Configuration Mode of the edge switch command line:
service-class dynamic dot1p
cam-acl l2acl 4 ipv4acl 2 ipv6acl 0 ipv4qos 2 l2qos 1 l2pt 0 ipmacacl 0 vman-qos 0 ecfmacl 0
fcoeacl 2 iscsioptacl 2
feature fip-snooping
fip-snooping enable
protocol lldp
no advertise dcbx-tlv ets-reco
advertise management-tlv system-description system-name
3. Program the server facing ports (internal ports connected to the PowerEdge blade servers) on
the edge switch by running the following commands from the switch command line:
interface TenGigabitEthernet 0/30
no ip address
mtu 12000
portmode hybrid
switchport
spanning-tree pvst edge-port
!
protocol lldp
dcbx port-role auto-downstream
no shutdown
4. Program the switch facing ports (physically accessible ports on the back of the M1000e chassis)
on the edge switch by running the following commands from the switch command line:
interface TenGigabitEthernet 0/49
description LAG port to Cisco 5020
no ip address
mtu 12000
!
port-channel-protocol LACP
port-channel 2 mode active
!
protocol lldp
no advertise dcbx-tlv ets-reco
dcbx port-role auto-upstream
no shutdown
!
***NOTE: If not in a LAG, omit the highlighted in red above***
5. Create the default VLAN by giving the default-vlan XX command (where XX equals the
VLAN number) from the edge switch command line as seen below:
default-vlan 46
6. Create the FCoE VLAN (this is the actual VLAN that allows FCoE traffic on the edge switch) from
the edge switch command line as seen below:
int vlan 255
8