Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AAA Loging using Radius on Cisco 1

Status
Not open for further replies.

leedsit

Technical User
Joined
Nov 25, 2004
Messages
364
Location
GB
Hi,

Using Radius to authenticate Login via TTY and Console, for some reason the TTY works fine ( single login to enable mode ), however the console drops me into Pre enable mode. Can anyone suggest a fix / reason this is happening?

aaa new-model

aaa authentication login aaa group radius local
aaa authorization exec default group radius if-authenticated local

radius-server host xx.xx.xx.xx auth-port xxxx acct-port xxxx
radius-server source-ports xxxx-xxxx
radius-server key xxxxxxxxxxx

line con 0
login authentication aaa
line vty 0 4
login authentication aaa
line vty 5 15
login authentication aaa




LEEroy
MCNE6,CCNA2,CWNA, Project+, CCSA
 
There is a hidden command to enable this:

aaa authorization console

HTH

Andy
 
Spot On!

Cheers ADB100

LEEroy
MCNE6,CCNA2,CWNA, Project+, CCSA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top