In a traditional campus network design using a three-tier hierarchical model, what are the key attributes of the Core layer in this model?
Refer to the Exhibit.
Switch-1(config)# radius server host 10.1.1.111
Switch-1(config-radius)# key "secretkey"
Switch-1(config-radius)# exit
Switch-1(config)# aaa authentication login "LOCAL-AUTH" local
Switch-1(config)# aaa authentication login "REMOTE-AUTH" radius local
Switch-1(config)# aaa authentication enable "REMOTE-AUTH" radius enable
Switch-1(config)# aaa authentication login default tacacs local
Switch-1(config)# aaa authentication enable default tacacs enable
Switch-1(config)# line telnet
Switch-1(config-telnet)# login authentication "REMOTE-AUTH"
Switch-1(config-telnet)# exit
Switch-1(config)# line ssh
Switch-1(config-ssh)# login authentication default
Switch-1(config)# exit
Switch-1(config)# line console
Switch-1(config-line)# login authentication "LOCAL-AUTH"
Switch-1(config-line)# exit
Which authentication method will be used if a user tries to log into the switch when accessing through SSH?
When configuring a PBR route-map, what are the configurable "SET" options?