07-11-2012 10:36 AM - edited 02-21-2020 10:27 AM
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
Solved! Go to Solution.
07-18-2012 07:50 AM
Hi Bro
I believe everything is working fine now. If you find the above comments useful, please do rate them nicely :-)
07-18-2012 07:53 AM
Yes! everything works fine now! Thanks a lot bro!
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