Hi
I am looking for a solution for our 6900 series switch regarding clearing authentication sessions on reboot after power outage as our VoIP phones power back on, but the 802.1x session gets stuck in our ISE server.
event manager applet Clear-Auth-Sessions authorization bypass
event syslog pattern "SYS-5-RESTART"
action 0 cli command "enable"
action 1 cli command "clear authentication sessions"
action 2 wait 10
action 2.1 cli command "exit"
We currently have AAA set with a Group then local username. Can I initiate an applet without putting my username and password in clear text?
Also, with a power outage, there isn't necessarily a System restart in place, it just loses power. Does this still fall under SYS-5-RESTART for the syslog message?