Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 318
A Cisco IMC on the Cisco UCS C-Series Server must be configured with VLAN ID 110 and a priority value of 20. Which command set meets these requirements?
Answer options
- A. Server# scope cimc - Server /cimc # scope vlan - Server /cimc/network # enable vlan Server /cimc/network *# set vlan-id 110 Server /cimc/network *# set vlan-priority 20 Server /cimc/network *# commit
- B. Server# scope cimc - Server /cimc # scope network - Server /cimc/network # set vlan-enabled yes Server /cimc/network *# set vlan-id 110 Server /cimc/network *# set vlan-priority 20 Server /cimc/network *# commit
- C. Server# scope cimc - Server /cimc # scope network - Server /cimc/network # switchport mode trunk Server /cimc/network *# switchport trunk native vlan 110 Server /cimc/network *# spanning-tree portfast Server /cimc/network *# copy run start
- D. Server# scope cimc - Server /cimc # scope network - Server /cimc/network # switchport mode access Server /cimc/network *# switchport access 110 Server /cimc/network *# spanning-tree portfast Server /cimc/network *# copy run start
Correct answer: B
Explanation
Option B is correct because it correctly enables VLAN support, sets the VLAN ID to 110, and configures the priority to 20, thus meeting the specified requirements. Option A is incorrect as it attempts to enable VLAN without the proper configuration context. Options C and D are inappropriate as they deal with switchport modes rather than directly configuring the VLAN settings needed for Cisco IMC.