QuestionQ17

Network

A network engineer must configure FCoE on an interface of a Cisco MDS 9000 Series Switch. It must map VLAN 600 to VLAN 6.

Drag the commands into their correct implementation order for the FCoE configuration. Some commands are not used.

Drag & Drop
vsan 6 bind interface vfc 6
allowed vlan 1,600
allowed vlan 1
vsan 6 interface vfc 6
fcoe vsan 6
bind vsan 6
switch(config)# vlan 600
switch(config-vlan)# 
switch(config)# interface ethernet 1/2
switch(config-if)# switchport mode trunk
switch(config-if)# switchport trunk 
switch(config-if)# spanning-tree port type edge trunk
switch(config)# interface vfc 6
switch(config-if)# bind interface ethernet 1/2
switch(config)# vsan database
switch(config-vsan)# 
Explanation

Cisco MDS maps an FCoE VLAN to a VSAN under VLAN configuration with fcoe vsan <vsan-id>. The Ethernet interface carrying FCoE traffic must permit the FCoE VLAN on its trunk, here VLAN 600 (with VLAN 1 also allowed as specified). The VFC interface is then added to VSAN 6 with vsan 6 interface vfc 6 in VSAN database configuration.

Community Discussion

No comments yet. Be the first to start the discussion!