mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-24 23:44:03 +02:00
show: fix example (#17702)
This commit is contained in:
parent
439baa52e7
commit
d2189abd8f
1 changed files with 5 additions and 5 deletions
|
@ -5,20 +5,20 @@
|
|||
|
||||
- Show switch IP addresses:
|
||||
|
||||
`{{[s|show]}} ip interface brief`
|
||||
`{{[sh|show]}} ip interface brief`
|
||||
|
||||
- Show specific interface configuration:
|
||||
|
||||
`{{[s|show]}} ip interface {{vlan1}}`
|
||||
`{{[sh|show]}} ip interface {{vlan1}}`
|
||||
|
||||
- Show vlan configuration:
|
||||
|
||||
`{{[s|show]}} vlan`
|
||||
`{{[sh|show]}} vlan`
|
||||
|
||||
- Show currently running configuration:
|
||||
|
||||
`{{[s|show]}} running-config`
|
||||
`{{[sh|show]}} running-config`
|
||||
|
||||
- Show SSH configuration:
|
||||
|
||||
`{{[s|show]}} ip ssh`
|
||||
`{{[sh|show]}} ip ssh`
|
||||
|
|
Loading…
Add table
Reference in a new issue