cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
678
Views
0
Helpful
1
Replies

AAA Config on Router

avilt
Level 3
Level 3

I found the following config on one the routers.The tacacs-server's are defined both in groups as well as individually. Which one can I remove?

aaa group server tacacs+ mytacgrp
server X.X.80.55
server Y.Y.126.50

aaa authentication login default group tacacs+ local
aaa authentication login fallback group tacacs+ enable
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 0 default start-stop group tacacs+
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa accounting system default start-stop group tacacs+
aaa session-id common

tacacs-server host X.X.80.55
tacacs-server host Y.Y.126.50
tacacs-server directed-request
tacacs-server key 7 XXXXXXXXXXXX

1 Accepted Solution

Accepted Solutions

The AAA server-group feature introduces a way to group existing server hosts. The feature enables you to select a subset of the configured server hosts and use them for a particular service

you use global "tacacs+" server group so

aaa group server tacacs+ mytacgrp can be removed (its unused)

If you had for example "aaa authentication login default group mytacgrp local", you would use it. What is more this specific group has exacly the same servers as global one so it is unnecessary

regards

Przemek

View solution in original post

1 Reply 1

The AAA server-group feature introduces a way to group existing server hosts. The feature enables you to select a subset of the configured server hosts and use them for a particular service

you use global "tacacs+" server group so

aaa group server tacacs+ mytacgrp can be removed (its unused)

If you had for example "aaa authentication login default group mytacgrp local", you would use it. What is more this specific group has exacly the same servers as global one so it is unnecessary

regards

Przemek

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: