We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439baa5 commit d2189abCopy full SHA for d2189ab
pages/cisco-ios/show.md
@@ -5,20 +5,20 @@
5
6
- Show switch IP addresses:
7
8
-`{{[s|show]}} ip interface brief`
+`{{[sh|show]}} ip interface brief`
9
10
- Show specific interface configuration:
11
12
-`{{[s|show]}} ip interface {{vlan1}}`
+`{{[sh|show]}} ip interface {{vlan1}}`
13
14
- Show vlan configuration:
15
16
-`{{[s|show]}} vlan`
+`{{[sh|show]}} vlan`
17
18
- Show currently running configuration:
19
20
-`{{[s|show]}} running-config`
+`{{[sh|show]}} running-config`
21
22
- Show SSH configuration:
23
24
-`{{[s|show]}} ip ssh`
+`{{[sh|show]}} ip ssh`
0 commit comments