cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
305
Views
1
Helpful
3
Replies

Radius-configuration error

azamabdirahman
Level 1
Level 1

Hi all of you guys ! 

I have one problem in my Cisco Packet tracer , that's i wanted to configure aaa protocol with my switch and router , and i have one server but when i wrote the code with my switch , when i reach this command

Radius-server host <ip add> key <mykey>

It tells me that like , it's unrecognized command , sometimes it tells me invalid input detected at ' ^ ' marked

3 Replies 3

marce1000
Hall of Fame
Hall of Fame

 

 - In later IOS versions the syntax has changed ; checkout :
            https://community.cisco.com/t5/network-access-control/radius-server-host-command-issue/m-p/2986903/highlight/true#M37595

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Blue_Bird
VIP
VIP

Hello azamabdirahman,

Here is the sample configuration

username admin password xxxxxxx

aaa new-model

radius-server host <ip address> auth-port 1812 key <your key>

aaa authentication login myown group radius local line

line vty 0 4

login authentication myown

Best regards
******* If This Helps, Please Rate *******

Cristian Matei
VIP Alumni
VIP Alumni

Hi,

    Never worked with Packet Tracer, however, on real gear, before commands such as "radius-server" become available, you first need to enable AAA via "aaa new-model".

Best,

Cristian.