mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 23:02:00 +00:00
15 lines
419 B
Bash
15 lines
419 B
Bash
---
|
|
syntax: markdown
|
|
tags: [tldr, cisco-ios]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# login
|
|
|
|
> Manage console and virtual line authentication.
|
|
> 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`
|