In AAA configuration, I can create a new method list to be used for RADIUS:
aaa authentication dot1x TEST_AUTH group ISE
aaa authorization network TEST_AUTHZ group ISE
aaa accounting dot1x TEST_ACC start-stop group ISE
instead of the default one:
aaa authentication dot1x default group ISE
aaa authorization network default group ISE
aaa accounting dot1x default start-stop group ISE
My question is how can I use the methods I created above for interface MAB authentication? I don't want to use the default method list.
For line configuration we have:
aaa authentication <method_name>
what about the other interfaces?