AAA Configuration
AAA Configuration
Objects
ACS configuration
Authentication
Authorization
Accounting
ACS Configuration
ACS Configuration
Connecting the ACS server by HTTP
http://192.168.140.14:2002
ACS Configuration
ACS Configuration
C:\>telnet 192.168.140.13
Username: user7
Password:
R1>enable
Password:
R1#
Authorization
C:\>telnet 192.168.140.13
Username:user7
Password:user7
R1#show running-config
Building configuration...
R1#show privilege
Command authorization failed.
R1#show flash:
Command authorization failed.
R1#configure terminal
Command authorization failed.
Authorization
Authorization
R1#configure terminal
Enter configuration commands, one per line.
End with CNTL/Z.
Authorization
Authorization
R1(config)#interface ?
Async Async interface
BVI Bridge-Group Virtual Interface
CDMA-Ix CDMA Ix interface
CTunnel CTunnel interface
Dialer Dialer interface
FastEthernet FastEthernet IEEE 802.3
Group-Async Async Group interface
<..>
R1(config-if)#interface loopback 10
R1(config-if)#ip address 10.10.10.1 255.255.255.0
Can configure all interfaces with the full options ! Why ?
Authorization
Authorization
R1(config)#router ?
bgp Border Gateway Protocol (BGP)
eigrp Enhanced Interior Gateway Routing
Protocol (EIGRP)
ospf Open Shortest Path First (OSPF)
rip Routing Information Protocol (RIP)
<..>
R1(config)#router rip
R1(config-router)#network 1.0.0.0
R1(config)#router ospf 1
R1(config-router)#network 1.0.0.0 0.0.0.255 area 0
Can configure all routing protocols with the full options ! Why ?
Authorization
R1(config)#interface f0/1
R1(config-if)#ip address 1.1.1.1
255.255.255.0
Command authorization failed.
R1(config-if)#exit
R1(config)#interface loopback 10
Command authorization failed.
Authorization
R1(config)#int f0/1
R1(config-if)#ip address 1.1.1.1 255.255.255.0
R1(config-if)#no shutdown
Command authorization failed.
Authorization
R1(config)#router ospf 1
Command authorization failed.
R1(config)#router rip
R1(config-router)#network 1.0.0.0
Command authorization failed.
Authorization
R1(config)#router rip
R1(config-router)#network 1.0.0.0
R1(config-router)#redistribute static
Command authorization failed.
Accounting
C:\>telnet 192.168.140.13
Username:user7
Password:user7
R1(config)#interface loopback 1
R1(config-if)#
R1(config)#router rip
R1(config-router)#
Accounting
Accounting