25 lines
517 B
Markdown
25 lines
517 B
Markdown
|
|
# show
|
||
|
|
|
||
|
|
> Show various system information.
|
||
|
|
> More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/command/reference/fund/n5k-fund-cr/n5k-fund_cmds_show.html>.
|
||
|
|
|
||
|
|
- Show switch IP addresses:
|
||
|
|
|
||
|
|
`{{[sh|show]}} ip interface brief`
|
||
|
|
|
||
|
|
- Show specific interface configuration:
|
||
|
|
|
||
|
|
`{{[sh|show]}} ip interface {{vlan1}}`
|
||
|
|
|
||
|
|
- Show vlan configuration:
|
||
|
|
|
||
|
|
`{{[sh|show]}} vlan`
|
||
|
|
|
||
|
|
- Show currently running configuration:
|
||
|
|
|
||
|
|
`{{[sh|show]}} running-config`
|
||
|
|
|
||
|
|
- Show SSH configuration:
|
||
|
|
|
||
|
|
`{{[sh|show]}} ip ssh`
|