mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 22:53:12 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/cisco-ios/question-mark
Normal file
21
tldr/cisco-ios/question-mark
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, cisco-ios]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# ?
|
||||
|
||||
> Get context sensitive.
|
||||
> More information: <https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fundamentals/configuration/15mt/fundamentals-15-mt-book/cf-cli-basics.html#GUID-223128D2-FB6D-418D-86C6-06D1D0DA51B3>.
|
||||
|
||||
- Get available commands:
|
||||
|
||||
`?`
|
||||
|
||||
- Get storages that are listable:
|
||||
|
||||
`dir ?`
|
||||
|
||||
- Show what IP information is viewable:
|
||||
|
||||
`ip show ?`
|
||||
@@ -12,3 +12,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Restrict line protocols to `ssh`:
|
||||
|
||||
`transport input ssh`
|
||||
|
||||
- Restrict line protocols to `telnet`:
|
||||
|
||||
`transport input telnet`
|
||||
|
||||
Reference in New Issue
Block a user