cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
681
Views
0
Helpful
2
Replies

global configuration command: radius-server

maarten.claes
Level 1
Level 1

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.

2 Replies 2

paddyxdoyle
Level 6
Level 6

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

Hi Paddy,

That was just the hint I was looking for :-)

It's working fine now!

thanks,

Maarten.