02-13-2005 02:36 AM - edited 03-10-2019 02:00 PM
Hi all,
the goal is to authenticate users logging in to a 2950 switch running IOS 12.1(22)EA2 to a MS IAS radius server.
Following the configuration guide, there should be a command radius-server in global configuration mode but I think this command is not available..
anyone has a clue on why this command is not available?
thanks!
Maarten.
02-14-2005 02:25 AM
Hi,
I believe you have to define the radius server first WITHIN your AAA configuration before you enter it globally.
Example:
aaa new-model
!
aaa authentication login eap_methods group rad_eap
!
aaa group server radius rad_eap
server *.*.*.* auth-port 1645 acct-port 1646
!
radius-server host *.*.*.* auth-port xxx acct-port xxx key xxx
HTH
Paddy
02-14-2005 01:31 PM
Hi Paddy,
That was just the hint I was looking for :-)
It's working fine now!
thanks,
Maarten.
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