cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9634
Views
10
Helpful
16
Replies

aaa new-model

mactej6228
Level 1
Level 1

How this command works "aaa authentication enable default group radius"? I used Cisco Secure ACS 4.2 as my Radius Server but I can't login.. Is there somebody here can give me a thorough understanding on this command? Need this for my CCNA security exam.. Please help..

Additional INfo:

IETF Radius Attributes: NAS Prompt

here's my config on R1:

!

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname R1

!

boot-start-marker

boot-end-marker

!

enable secret 5 $1$e.TZ$EXkOaZ0rkd/GBGLA/8GrD/

!

aaa new-model

!

!

aaa authentication enable default group radius

!

!

aaa session-id common

!

!

resource policy

!

memory-size iomem 5

ip cef

!

!

!

!

no ip domain lookup

ip domain name aida.com

ip ssh version 2

!

!

username mark privilege 15 password 7 110418171C

username anthony password 7 050A081B29434010

!

interface Loopback1

ip address 1.1.1.1 255.255.255.255

!

interface FastEthernet0/0

ip address 192.168.5.1 255.255.255.248

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 10.10.10.1 255.255.255.252

duplex auto

speed auto

!

router eigrp 100

network 1.1.1.1 0.0.0.0

network 10.10.10.0 0.0.0.3

network 192.168.5.0 0.0.0.7

no auto-summary

!

!

!

no ip http server

no ip http secure-server

!

!

radius-server host 172.16.178.3 auth-port 1645 acct-port 1646 key 7 xxxxxxxxxxxxxxxxxxxxxxxxxxx 

!

!

!

control-plane

!

!

line con 0

exec-timeout 0 0

logging synchronous

line aux 0

line vty 0 4

login local

transport input ssh

!

!

end

16 Replies 16

Hi Bro           

I believe everything is working fine now. If you find the above comments useful, please do rate them nicely :-)

Warm regards,
Ramraj Sivagnanam Sivajanam

Yes! everything works fine now! Thanks a lot bro!