From f0ed667634b11f75cfca90410680673570512e4d Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sun, 22 May 2022 08:30:51 +0200 Subject: [PATCH] README(.md): Add note when use RADIUS/TACACS for switch managment You need to enable rest authentication) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 80aa838..52d4f34 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ Requirements switch(config)# web-management ssl switch(config)# rest-interface ``` +* If you use RADIUS or TACACS for switch managment add also this command + ``` + switch(config)# aaa authentication rest login radius local + switch(config)# aaa authentication rest enable radius local + ``` * Install all Ansible requirements, with the following command: ``` ansible-galaxy install -r requirements.yml