06-04-2013 05:49 AM - edited 03-10-2019 08:30 PM
I've been implementing ISE into my environment and since configuring my devices to authenticate against the server I h ave not been able to connect to the devices using the Console connection.
Below is a snippet of the config for the device.
username local-admin privilege 15 password 7 06205F334868591A1004
aaa new-model
!
!
aaa group server radius ISE_Servers
server 10.200.1.19 auth-port 1645 acct-port 1646
server 10.200.2.19 auth-port 1645 acct-port 1646
!
aaa authentication login default group ISE_Servers local
aaa authentication enable default group ISE_Servers enable
aaa authorization exec default group ISE_Servers local if-authenticated
aaa accounting send stop-record authentication failure
aaa accounting exec default start-stop group ISE_Servers
aaa accounting connection default start-stop group ISE_Servers
radius-server host 10.200.1.19 auth-port 1645 acct-port 1646 key 7 0231504919570126581E0754241411585951
radius-server host 10.200.2.19 auth-port 1645 acct-port 1646 key 7 097B1A1B0B5419151F5C0A670A272B606077
!
line con 0
exec-timeout 0 0
password 7 1068590B013142081917
line vty 0 4
password 7 096A1E1B1D2347111E1F
length 0
line vty 5 15
password 7 096A1E1B1D2347111E1F
!
Any assistance and/or advice would be greatly appreciated.
Thanks
Solved! Go to Solution.
06-04-2013 05:01 PM
ISE_Servers is a name of radius-server group. He actually applied a default method-list.
aaa authentication login default group ISE_Servers local
Jatin Katyal
- Do rate helpful posts -
06-04-2013 06:23 AM
What error message are you getting on ISE live authentication section?
aaa authentication login default group ISE_Servers local
The above command applies AAA on all the lines including console.
Would you like to exempt console from authentication. Do you have access to the device through telnet/ssh in case we need to make some changes or run the debugs?
Jatin Katyal
- Do rate helpful posts -
06-04-2013 03:44 PM
I think the problem is that you have created AAA authentication methods but you are not referencing/calling them in your console and vty sessions.
Try adding this and let me know what happens:
line con 0
login authentication ISE_Servers
Thank you for rating!
06-04-2013 05:01 PM
ISE_Servers is a name of radius-server group. He actually applied a default method-list.
aaa authentication login default group ISE_Servers local
Jatin Katyal
- Do rate helpful posts -
06-04-2013 05:08 PM
Ahh, you are absolutely correct! I misread the statement. So yes, the default group is being used. Please ignore my previous comment.
06-05-2013 02:04 AM
Thanks Jatin,
That is what the problemwas along with not applying to the VTY lines which left the Authentication as a global setting rather than per line.
Thanks agin for your help
Jason
06-05-2013 02:06 AM
so have you now applied the method list on console line and exempt it from the AAA authentication.
Is that working now? All set?
Jatin Katyal
- Do rate helpful posts -
06-06-2013 01:55 AM
I've applied the Authentication to the VTY and just local login for the Console
All working now, many thanks
06-06-2013 02:20 AM
Glad. Good day ahead!
Jatin Katyal
- Do rate helpful posts -
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide