Enable a CLI User

About this task

Perform this procedure to enable a user after you disable it using the Command Line Interface (CLI).

Procedure

  1. Enter Global Configuration mode:

    enable

    configure terminal

  2. Enable the user:

    username WORD<1-20> enable

Example

Enable the CLI user after disabling it on the switch:

Switch:1>enable
Switch:1#configure terminal
Switch:1(config)#username add test level rwa enable
Switch:1(config)#no username test enable
Switch:1(config)#username test enable