mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 00:48:39 +00:00
19 lines
464 B
Plaintext
19 lines
464 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, cisco-ios]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# transport
|
|
|
|
> Manage line transport protocols.
|
|
> Accessed in configuration mode under `line`.
|
|
> More information: <https://www.cisco.com/c/en/us/td/docs/routers/sdwan/command/iosxe/qualified-cli-command-reference-guide/m-line-commands.pdf>.
|
|
|
|
- Restrict line protocols to `ssh`:
|
|
|
|
`transport input ssh`
|
|
|
|
- Restrict line protocols to `telnet`:
|
|
|
|
`transport input telnet`
|