Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 458
An engineer must configure a named VSAN when the fabric interconnect is in Fibre Channel switch mode. The VSAN must meet these requirements:
✑ Named VSAN must be called `VSAN10`.
✑ VSAN ID must be 10.
✑ FCoE ID must be 20.
✑ VSAN 10 must be attached to port 2 in slot 1.
Which command set configures a VSAN when the fabric interconnects is in Fibre Channel switch mode?
Answer options
- A. UCS-A# scope eth-storage UCS-A/fc-storage# create vsan VSAN10 10 20 UCS-A/fc-storage/vsan # create member-port fcoe a 2 1 UCS-A/fc-storage/vsan/member-port* # commit-buffer
- B. UCS-A# scope fc-traffic-mon UCS-A/fc-storage# create vsan VSAN10 20 10 UCS-A/fc-storage/vsan # create member-port fcoe a 2 1 UCS-A/fc-storage/vsan/member-port* # commit-buffer
- C. UCS-A# scope fc-storage UCS-A/fc-storage# create vsan VSAN10 10 20 UCS-A/fc-storage/vsan # create member-port fcoe a 1 2 UCS-A/fc-storage/vsan/member-port* # commit-buffer
- D. UCS-A# scope fc-uplink UCS-A/fc-storage# create vsan VSAN10 20 10 UCS-A/fc-storage/vsan # create member-port fcoe a 1 2 UCS-A/fc-storage/vsan/member-port* # commit-buffer
Correct answer: C
Explanation
The correct answer is C, as it uses the appropriate scope 'fc-storage' and correctly configures the VSAN with the required ID and FCoE ID. Options A, B, and D are incorrect because they either use the wrong scope or have the parameters in the wrong order, failing to meet the specified requirements.