08-02-2024 12:27 AM
Hi,
I have one switch cisco Nexus9000 C92300YC having NXOS: version 9.3(11).
On this switch, I am able to run any of the "show command" even in configuration mode.
Recently we got a new switch cisco C9500-48Y4C having Cisco IOS XE Software, Version 17.09.04a.
In this switch, I am able to run "show" commands in Privelege mode but in configuration mode, I am not able to run them.
cisco9500-l(config)#show version
^
% Invalid input detected at '^' marker.
cisco9500-l(config)#
Solved! Go to Solution.
08-02-2024 12:53 AM
It's expected, in Nexus run NX-OS and Catalyst - IOS-XE.
To run show command in configuration mode in IOS-XE it needs to be prepended by "do":
cisco9500-l(config)#do show version
08-02-2024 12:53 AM
It's expected, in Nexus run NX-OS and Catalyst - IOS-XE.
To run show command in configuration mode in IOS-XE it needs to be prepended by "do":
cisco9500-l(config)#do show version
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide