300-635 · Question #61
An engineer is implementing a Cisco Nexus 9000 Series Switch. To automate the configuration, which command enables Bash on a Cisco NX-OS?
The correct answer is D. feature bash-shell. feature bash-shell is correct because Cisco NX-OS uses the feature command to enable optional software capabilities on the platform, and bash-shell is the specific feature identifier for Bash access on Nexus switches - without running this command first, the Bash environment is…
Question
Options
- Arun bash-shell
- Benable bash
- Crun bash
- Dfeature bash-shell
How the community answered
(23 responses)- A9% (2)
- B4% (1)
- D87% (20)
Explanation
feature bash-shell is correct because Cisco NX-OS uses the feature command to enable optional software capabilities on the platform, and bash-shell is the specific feature identifier for Bash access on Nexus switches - without running this command first, the Bash environment is simply unavailable.
Why the distractors fail:
- A (
run bash-shell) - incorrect syntax;run bash-shellis not a valid NX-OS command. - B (
enable bash) -enablein Cisco CLI is an IOS/IOS-XE privilege-mode command, not an NX-OS feature toggle. - C (
run bash) - this is actually the command you use after enabling the feature to enter the Bash shell; it's the next step, not the enabling step.
Memory tip: Think of it in two stages - "feature to unlock, run to enter." On NX-OS, feature bash-shell unlocks the door; run bash walks through it. The exam question asks about unlocking, so the answer starts with feature.
Topics
Community Discussion
No community discussion yet for this question.