mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 02:58:50 +00:00
15 lines
404 B
Bash
15 lines
404 B
Bash
---
|
|
syntax: markdown
|
|
tags: [tldr, cisco-ios]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# login
|
|
|
|
> 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>.
|
|
|
|
- Use local username and password for authentication:
|
|
|
|
`login local`
|