Topic: 350-601 topic 1 question 458

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?

A.
Server# scope cimc -Server /cimc # scope vlan -Server /cimc/network # enable vlanServer /cimc/network *# set vlan-id 110Server /cimc/network *# set vlan-priority 20Server /cimc/network *# commit
B.
Server# scope cimc -Server /cimc # scope network -Server /cimc/network # set vlan-enabled yesServer /cimc/network *# set vlan-id 110Server /cimc/network *# set vlan-priority 20Server /cimc/network *# commit
C.
Server# scope cimc -Server /cimc # scope network -Server /cimc/network # switchport mode trunkServer /cimc/network *# switchport trunk native vlan 110Server /cimc/network *# spanning-tree portfastServer /cimc/network *# copy run start
D.
Server# scope cimc -Server /cimc # scope network -Server /cimc/network # switchport mode accessServer /cimc/network *# switchport access 110Server /cimc/network *# spanning-tree portfastServer /cimc/network *# copy run start

Re: 350-601 topic 1 question 458

Agree with prospio971

Re: 350-601 topic 1 question 458

It's correct
Server# scope cimc
Server /cimc # scope network
Server /cimc/network # set vlan-enabled yes
Server /cimc/network *# set vlan-id 10
Server /cimc/network *# set vlan-priority 32
Server /cimc/network *# commit
Server /cimc/network # show detail
https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/c/sw/cli/config/guide/1-4-1/b_Cisco_UCS_C-Series_CLI_Configuration_Guide_141/b_Cisco_UCS_C-Series_CLI_Configuration_Guide_141_chapter_01000.html#task_F1A505AA52BE41C2A0CE089FCAE4F9D2