From 8b86da6bda5e40575f09c1e72a777fe00764cfd7 Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Wed, 18 Jul 2018 16:09:34 -0400 Subject: [PATCH] fix web auth command --- documentation/fcx.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/fcx.md b/documentation/fcx.md index 0a48c4d..af7d170 100644 --- a/documentation/fcx.md +++ b/documentation/fcx.md @@ -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 ```