Role-base CLI

From: nhatphuc (nhatphuc@gmail.com)
Date: Tue Apr 17 2007 - 02:05:24 ART


Hi Group,

I'm configuring Role-base CLI

My config as follows:

enable password cisco

aaa new-model
aaa authentication login default none
aaa authentication login TELNET group radius
aaa authentication enable default enable

interface GigabitEthernet0/0
 ip address 192.168.1.99 255.255.255.0
 duplex auto
 speed auto
!
radius-server local
  nas 192.168.1.99 key 0 cisco
  group User
    block count 2 time 15
  !
  user user1 pass user1
!
radius-server host 192.168.1.99 auth-port 1812 acct-port 1813 key cisco

line con 0
line aux 0
 transport input telnet
line vty 0 4
 login authentication TELNET

When I enable root view, router says authentication failed although I input
the correct password cisco:

Router#enable view
Password:
% Authentication failed

If I delete these commands:

aaa authentication login default none
aaa authentication login TELNET group radius
aaa authentication enable default enable

I can enable root view using enable password.

How can I configure Role-base CLI together with aaa authentication?

Thanks

Phuc



This archive was generated by hypermail 2.1.4 : Tue May 01 2007 - 08:28:36 ART