To which destination MAC address are MLAG peer-keepalive packets sent?
A network administrator is troubleshooting why Host 1 cannot communicate with Host 2.
Based on the switch output shown in the graphic, what is the reason for the communication issue?
Which command on one switch shows the IP address of both MLAG switches setup to avoid a split- brain scenario?
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 login to the switch when accessing through SSH?