Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tacacs, Maximum server limit #2986

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Vignesh1405
Copy link

Issue Description: There is no limit on the number of Tacacs servers that can be added as host.
Root-Cause: A limit on the Number of Tacacs servers can that be added was not set.
What I did: added a limit as 8 on the number of Tacacs servers that can be added

What I did

I Have added a limit as 8 on the number of Tacacs servers that can be configured.

How I did it

Each time a new server is added, first it is checked weather the server address already exists, or else the number of tacacs servers already configured is checked. it the number is equal to eight, then further processing is stopped.

How to verify it

Configure eight Tacacs Servers. try to configure one more, the error message will be displayed saying "Maximum of 8 can be configured"

Previous command output (if the output of a command-line utility has changed)

NA

New command output (if the output of a command-line utility has changed)

NA

…that can be added as host. Root-Cause: A limit on the Number of tacacs servers can that be added was not set. What i did: added a limit as 8 on the number of tacacs servers that can be added
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Sep 19, 2023

CLA Missing ID CLA Not Signed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant