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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TACACS User Configuration

Status
Not open for further replies.

Loki76

MIS
Joined
Mar 11, 2002
Messages
1
Location
DE
Hi,
can i Configure detailed User rights over TACACS?

Example:
Specific User should be able to execute only specific commands in priviliged mode.
 
Hi there

you can try 2 things,
1 Assign commands to certain privilege levels, and assign a certain privilege level to a user on the tacacs server
see this
privilege interface level 9 shutdown
privilege interface level 9 description
privilege configure level 9 interface
privilege exec level 9 configure terminal
privilege exec level 9 configure
privilege exec level 9 write memory
privilege exec level 9 write
privilege exec level 0 traceroute
privilege exec level 0 ping
privilege exec level 0 show ip bgp summary
privilege exec level 0 show ip bgp
privilege exec level 0 show ip

2 Configure command authorisation, let the tacacs server decide if you can execute a command
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top