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

802.1x on 03.08.04.E, not able to configure radius-server host

Hi,

 

I have WS-X45-SUP8L-E running on cat4500es8-universalk9.SPA.03.08.04.E.152-4.E4.bin.The switch is not supporting radius-server host command but i already configured  dot1x and aaa. See details below.

 

#sh run | i dot1x
aaa authentication dot1x default group radius
dot1x system-auth-control
dot1x guest-vlan supplicant

 

#sh run | i group radius
aaa authentication dot1x default group radius
aaa authorization network default group radius

 

 

(config)#radius-server host?
% Unrecognized command

 

Is there a new way to configure the radius-server host for 802.1x on 03.08.04.E?

 

Thanks,

Gab

1 Accepted Solution

Accepted Solutions

Predrag Jovic
Level 3
Level 3

There is a new set of commands for RADIUS and TACACS+:

radius server <name>
 address ipv4 <ip_address>

 key <password>

!

tacacs server <name>
 address ipv4 <ip_address>
 key <password>

View solution in original post

2 Replies 2

Francesco Molino
VIP Alumni
VIP Alumni

Hi

 

Take a look on this doc:

https://communities.cisco.com/docs/DOC-68171

 


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

Predrag Jovic
Level 3
Level 3

There is a new set of commands for RADIUS and TACACS+:

radius server <name>
 address ipv4 <ip_address>

 key <password>

!

tacacs server <name>
 address ipv4 <ip_address>
 key <password>