efa auth tacacsconfig
Configure authtication on TACACS server.
Syntax
Parameters
- --host hostname
- Specifies the host name, IPv4, or IPv6 IP address of the TACACS server.
- --port port -num
- Specifies the port that the TACACS server is running on.
- --secret sharedsecret
- Specifies the secret key used to connect to the TACACS server.
- --protocol { CHAP | PAP }
- Specifies the protocol used by the TACACS server.
Examples
This example configures TACACS connection details.
efa auth tacacsconfig add -–host 10.24.15.200 -–port 49 –-secret sharedsecret –-protocol CHAP