fix web auth command

This commit is contained in:
Jon Sands 2018-07-18 16:09:34 -04:00
parent c75967d52a
commit 8474bad488

View File

@ -143,9 +143,11 @@ We also need to tell it to use our new local user account(s) to authorize attemp
```
aaa authentication login default local
aaa authentication enable default local
aaa authentication login default local
aaa authentication web default local
```
Enable authentication for telnet access as well:
If you wanted to use the WEB UI, you can now log into it using the credentials you created above.
You should enable authentication for telnet access as well:
```
enable telnet authentication
```