mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 07:46:49 +00:00
15 lines
398 B
Plaintext
15 lines
398 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, cisco-ios]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# username
|
|
|
|
> Manage users.
|
|
> Accessed in configuration mode.
|
|
> More information: <https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/s1/sec-s1-xe-3se-3850-cr-book/sec-s1-xe-3se-3850-cr-book_chapter_0110.html>.
|
|
|
|
- Set up an admin account:
|
|
|
|
`username {{admin}} privilege 15 secret {{password}}`
|