Skip to content

Commit 8127d98

Browse files
authored
show: add page (#17611)
* Create show.md
1 parent 08a04e8 commit 8127d98

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pages/cisco-ios/show.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# show
2+
3+
> Show various system information.
4+
> 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>.
5+
6+
- Show switch IP addresses:
7+
8+
`{{[s|show]}} ip interface brief`
9+
10+
- Show specific interface configuration:
11+
12+
`{{[s|show]}} ip interface {{vlan1}}`
13+
14+
- Show vlan configuration:
15+
16+
`{{[s|show]}} vlan`
17+
18+
- Show currently running configuration:
19+
20+
`{{[s|show]}} running-config`
21+
22+
- Show SSH configuration:
23+
24+
`{{[s|show]}} ip ssh`

0 commit comments

Comments
 (0)