mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 06:47:15 +00:00
30 lines
613 B
Plaintext
30 lines
613 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, cisco-ios]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|