Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 127
A network engineer configures a converged network adapter (CNA) and must associate a virtual Fibre Channel 7 interface to VSAN 7. The CNA is connected to the interface Eth1/7, and VLAN 700 is mapped to the VSAN. Which configuration must be applied to create the virtual Fibre Channel interface and associate it with the Ethernet physical interface?
Answer options
- A. switch(config)# interface vfc 7 switch(config-if)# bind interface ethernet 1/7
- B. switch(config)# vlan 700 switch(config-vlan)# fcoe vsan 7
- C. switch(config)# vsan database switch(config-vsan)# vsan 7 interface vfc 7
- D. switch(config)# interface ethernet 1/7 switch(config-if)# vfc 7 attach vlan 1,700
Correct answer: A
Explanation
The correct answer A is accurate because it directly binds the virtual Fibre Channel interface to the specified Ethernet interface, which is necessary for proper configuration. Option B is incorrect as it only maps VLAN to VSAN without creating the virtual interface. Option C is also wrong because it focuses on the VSAN database setup rather than binding the interface. Option D is incorrect since it attempts to attach VLANs rather than binding the virtual interface to the Ethernet interface.