MNS-BB Software User Guide
-121-
<enable|disable> – [mandatory] Enables or disables TACACS+.
LE2425A(user)##tacplus enable
TACACS+ is enabled.
LE2425A(user)##tacplus disable
TACACS+ Tunneling is disabled.
Tacserver: This command adds or deletes a TACACS+ server in the
list.
Syntax: tacserver <add|delete> id=<num> [ip=<ip-addr>] [port=<tcp-port>]
[encrypt=<enable|disable>] [key=<string>]
<add|delete> – [mandatory] adds or delete a TACACS+ server.
id – [mandatory] the ID number in the TACACS+ table
ip – [mandatory for add] the IP address of the TACACS+ server
port – [optional for add] TCP port number where the server is listening
encrypt – [optional for add] enable or disable packet encryption
key – [optional for add] when encryption is enabled, the secret shared key string must be supplied.
LE2425A(user)##tacserver add id=2 ip=10.21.1.123 encrypt=enable
key=secret
TACACS+ server is added.
LE2425A(user)##show tacplus servers
ID TACACS+ Server Port Encrypt Key
================================================
1 10.21.1.170 49 Enabled secret
2 10.21.1.123 49 Enabled secret
3 -- -- -- --
LE2425A(user)##tacserver delete id=2
TACACS+ server is deleted.
LE2425A(user)##show tacplus servers
ID TACACS+ Server Port Encrypt Key
================================================
1 10.21.1.170 49 Enabled secret
2 -- -- -- --
3 -- -- -- --
4 -- -- -- --
5 -- -- -- --
22.7 Web: View and Configure 802.1x
In the web browser interface:
1. Click on the [Administration].
2. Click on [User Mgmt].
3. Click on [TACACS+].
4. Click on [ADD] to add or edit Server information.
5. After you make the desired changes, click on [OK] button.
7. Click [Save] to save the configuration.