Unable To Add TACACS Server and Getting - Error 409 Saving Configuration AuthConfig
(Doc ID 2401715.1)
Last updated on MAY 02, 2022
Applies to:
Acme Packet 4500 - Version S-Cx6.4.0 and laterInformation in this document applies to any platform.
Symptoms
After completing the change user is not able to see new TACACS details on path conft-->security-->authentication-->TACACS server--> show.
1.Enable TACACS+ Client Services
SBC# configure terminal
SBC(configure)# security
SBC(security)# authentication
SBC(authentication)# type tacacs
SBC(authentication)# tacacs-authorization enabled
SBC(authentication)# tacacs-accounting enabled
SBC(authentication)# management-strategy roundrobin
SBC(authentication)# done
2.Specify TACACS+ Servers
SBC# configure terminal
SBC(configure)# security
SBC(security)# authentication
SBC(authentication)# tacacs-servers
SBC(tacacs-servers)# address XX.XX.XX.XX.XX
SBC(tacacs-servers)# port 49
SBC(tacacs-servers)# state enabled
SBC(tacacs-servers)# authentication-methods all
SBC(tacacs-servers)# secret XXXXXXXXX
SBC(tacacs-servers)# dead-interval 120
SBC(tacacs-servers)# done
SBC(tacacs-servers)# management-servers (XXXXXXXX)
SBC(tacacs-servers)#
After this they fail to see the TACACS Servers .
And on trying again they were getting below error -
Error 409 saving configuration AuthConfig
Object with the same key value already exists
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |