Exam 350-601 All QuestionsBrowse all questions from this exam
Question 398

Refer to the exhibit. An engineer is connecting a Cisco MDS 9700 Series Multilayer Director to a downstream Cisco Nexus 5672UP switch. Which command set must be used to complete the configuration?

    Correct Answer: D

    To configure a connection between a Cisco MDS 9700 Series Multilayer Director and a downstream Cisco Nexus 5672UP switch, the correct settings would involve creating a port channel that supports trunking, specifically for VSAN (Virtual Storage Area Network) trunking. The configuration should include setting the mode to TE (trunking expansion port) which supports VSAN trunking, as shown in the given example. Therefore, the correct command set involves using a SAN port channel, setting the interface mode to TE, making the trunk mode automatic, and enabling the channel mode.

Discussion
asd248402Option: A

switchport mode te does not exists so correct is A

gaz1978Option: A

I think it should be A https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/configuration/guide/cli/CLIConfigurationGuide/FCintf.html#69463 switch(config-if)# switchport mode E | F | SD | auto For a Fibre Channel interface, you can set the mode to E, F, or SD port mode. Set the mode to auto to auto-negotiate an E, F, TE port mode (not SD port mode) of operation. Note SD ports cannot be configured automatically. They must be administratively configured.

prospio971Option: D

D is correct In trunking E port (TE port) mode, an interface functions as a trunking expansion port. It can be connected to another TE port to create an extended ISL (EISL) between two switches. TE ports are specific to Cisco MDS 9000 Series Multilayer Switches. These switches expand the functionality of E ports to support the following: VSAN trunking Transport quality of service (QoS) parameters Fibre Channel trace (fctrace) feature

Clem7894Option: A

A is correct Answer D makes no sense. #Switchport mode te is not a good config. Switchport mode is e and port mode will be te if trunk is negotiated. C is no good as question asks to comple the config on N5K

75e983cOption: C

I think the right answer is C. A is incorrect - there is no san-port-channel interface type, only port-channel. D is also incorrect for the same reason

shesho07crOption: D

D is correct

LisgardOption: D

It has to be the D option, because there is VSAN trunking in the commands shown, so the only valid option is D.

ospfstub7Option: D

It's D

ScheldonOption: C

The question is what we are programming. Based on "An engineer is connecting a Cisco MDS 9700" I'm assuming that we are programming MDS and it is "SAN" switch so for them it will be simple port-channel, hence answer C. But if we are configuring N5K then it will be answer A as N5K need to have san-port-channel interface instead simple port-channel