This document configures authentication, authorization, and accounting for a TACACS+ server named ISE-PRIMARY using the key "th3k3yu5ed". It creates a server group named ISE-GROUP containing ISE-PRIMARY and applies this group to login, enable, exec, and command authorization as well as exec and command accounting for VTY lines 0 through 4.
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 ratings0% found this document useful (0 votes)
173 views1 page
Script Tacacs Cisco
This document configures authentication, authorization, and accounting for a TACACS+ server named ISE-PRIMARY using the key "th3k3yu5ed". It creates a server group named ISE-GROUP containing ISE-PRIMARY and applies this group to login, enable, exec, and command authorization as well as exec and command accounting for VTY lines 0 through 4.
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
You are on page 1/ 1
aaa new-model
tacacs server ISE-PRIMARY
address ipv4 10.56.122.51 key th3k3yu5ed
aaa group server tacacs+ ISE-GROUP
server name ISE-PRIMARY aaa authentication login VTY group ISE-GROUP local aaa authentication enable default group ISE-GROUP enable
aaa authorization exec VTY group ise-group local
aaa authorization config-commands aaa authorization commands 0 VTY group ISE-GROUP local aaa authorization commands 1 VTY group ISE-GROUP local aaa authorization commands 15 VTY group ISE-GROUP local
aaa accounting exec default start-stop group ISE-GROUP
aaa accounting commands 1 default start-stop group ISE-GROUP aaa accounting commands 15 default start-stop group ISE-GROUP