QuestionQ145

Automation

An engineer needs to configure a named VSAN while the fabric interconnect is operating in Fibre Channel switch mode. The VSAN must satisfy these requirements:

  • The named VSAN must be called VSAN10.
  • The VSAN ID must be 10.
  • The FCoE ID must be 20.
  • VSAN 10 must be connected to port 2 in slot 1.

Which command set configures a VSAN when the fabric interconnects are in Fibre Channel switch mode?

  • 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
Explanation

In Fibre Channel switch mode, a named VSAN is created in the fc-storage scope with arguments ordered as VSAN name, VSAN ID, and FCoE ID. An FCoE member port is specified as fabric, slot ID, and port ID, so slot 1 and port 2 require create member-port fcoe a 1 2.

Learn more

Community Discussion

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