350-601 · Question #516
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?
The correct answer is B. Server# scope cimc. The correct command set to configure a Cisco IMC with VLAN ID 110 and a priority value of 20 involves scoping to cimc, then eth-lan, enabling VLAN, and setting the VLAN ID and priority.
Question
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?
Options
- AServer# scope cimc
- BServer# scope cimc
- CServer# scope cimc
- DServer# scope cimc
How the community answered
(45 responses)- A2% (1)
- B78% (35)
- C9% (4)
- D11% (5)
Why each option
The correct command set to configure a Cisco IMC with VLAN ID 110 and a priority value of 20 involves scoping to cimc, then eth-lan, enabling VLAN, and setting the VLAN ID and priority.
This option uses set vlan id 110 priority 20 before enabling VLAN with set vlan enable yes, which is out of order and might not apply correctly.
This command sequence correctly navigates to the CIMC's Ethernet LAN configuration scope (scope cimc, then scope eth-lan). Inside eth-lan, the set vlan enable yes command activates VLAN tagging, and set vlan id 110 priority 20 assigns the specified VLAN ID and priority. Finally, commit saves the configuration.
This option attempts to set the VLAN ID and priority directly under the scope cimc without entering the scope eth-lan context first, which is incorrect syntax.
This option places the set vlan enable yes and set vlan id 110 priority 20 commands directly under scope cimc without entering the scope eth-lan context, and it uses scope cimc twice unnecessarily.
Concept tested: Cisco IMC VLAN configuration via CLI
Source: https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/c/sw/cli/config/guide/3_0/b_Cisco_UCS_C-Series_CLI_Configuration_Guide_3_0/b_Cisco_UCS_C-Series_CLI_Configuration_Guide_3_0_chapter_010.html#task_4A48A14614A74567A0160F93F2B9D903
Topics
Community Discussion
No community discussion yet for this question.