I am trying to create AAA policy that will authenticate users via IAS but fallback to local DB if network is not available. I have successfully configured IAS to properly authenticate vty and console users but I get "access-denied" when using the single local user I set up.
I configured as follows:
Router(config)# aaa new-model
Router(config)# radius-server host 10.1.1.1 key *******
Router(config)# ip radius source-interface Vlan1
Router(config)# aaa authentication login mylist group radius local
Then I apply this command to con0 and vty 0 15 lines.
Router(config-line)#login authentication mylist
Thanks in advance....