Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Alternatively, here is an example of creating a user on Cisco IOS, where the password for the user is read from a device variable:

Code Block
languagetext
 ! simple user creation
username network-admin password ${admin-password}

! privileged user creation
username network-admin privilege 15 password ${admin-password}