Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi everyone,I have setup my switches to authenticate via RADIUS as below:aaa new-model
aaa group server radius ADAAA
server-private 192.168.xx.xx key xxxxx
aaa authentication login default group ADAAA local
line vty 0 4
transport input ssh
login auth...
Hi all,I have setup my switches to authenticate with RADIUS and fall back to the local database in case of failure.aaa new-modelaaa group server radius ADAAAserver-private 192.168.xx.xx key xxxxxaaa authentication login default group ADAAA localline ...