0% found this document useful (0 votes)
23 views2 pages

TACACS+ Configuration for Cisco R1

The document outlines the configuration of a TACACS+ server and a router (R1) with specific user credentials and authentication settings. It details the setup of interfaces, AAA authentication, and testing access from two PCs. The testing results show successful login for the admin user and user2, while user1 fails to log in.

Uploaded by

rashmi m
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views2 pages

TACACS+ Configuration for Cisco R1

The document outlines the configuration of a TACACS+ server and a router (R1) with specific user credentials and authentication settings. It details the setup of interfaces, AAA authentication, and testing access from two PCs. The testing results show successful login for the admin user and user2, while user1 fails to log in.

Uploaded by

rashmi m
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

on TACACS+ Server,

=============================================
Radius Port: 1645
Secret: 123456
ServerType: Tacacs

Username: user1
Password: cisco

Username: user2
Password: cisco
=============================================

on R1,
=============================================
R1(config)#interface gigabitEthernet0/1
R1(config-if)#ip address [Link] [Link]
R1(config-if)#no shutdown
R1(config-if)#exit

R1(config)#aaa new-model
R1(config)#aaa authentication login default local
R1(config)#username admin privilege 15 password cisco
R1(config)#enable secret cisco

R1(config)#aaa authentication login TACACS+ group tacacs+


R1(config)#tacacs-server host [Link] key 123456

R1(config)#line console 0
R1(config-line)#login authentication default
R1(config-line)#exit

R1(config)#line vty 0 4
R1(config-line)#login authentication TACACS+
R1(config-line)#exit
==============================================

>>>>> Testing <<<<<

on PC1,
==============================================
Console to R1

User Access Verification

Username: admin
Password: cisco
R1>enable
Password: cisco
R1#

User Access Verification

Username: user1
Password: cisco
% Login invalid

Username: user2
Password: cisco
% Login invalid
==============================================

on PC2,
==============================================

C:\>telnet [Link]
Trying [Link] ...Open

User Access Verification

Username: admin
Password: cisco
% Login invalid

Username: user1
Password: cisco
R1>enable
Password: cisco
R1#

Username: user2
Password: cisco
R1>enable
Password: cisco
R1#
==============================================

You might also like