GE ML1600 Switch User Manual


 
CHAPTER 8: ACCESS USING TACACS+ CONFIGURING TACACS+ THROUGH THE COMMAND LINE INTERFACE
MULTILINK ML1600 ETHERNET COMMUNICATIONS SWITCH – INSTRUCTION MANUAL 8–5
Example 8-1: Configuring TACACS+:
ML1600#
show tacplus servers
ID TACACS+ Server Port Encrypt Key
=======================================
1 10.21.1.170 49 Enabled secret
2-- ---- --
3-- ---- --
4-- ---- --
5-- ---- --
ML1600# user
ML1600(user)##
show tacplus status
TACACS+ Status: Disabled
ML1600(user)## tacplus enable
TACACS+ Tunneling is enabled.
ML1600(user)## tacserver add id=2 ip=10.21.1.123 encrypt=enable key=
s
TACACS+ server is added.
ML1600(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 some
3-- ---- --
4-- ---- --
5-- ---- --
ML1600(user)## tacserver delete id=2
TACACS+ server is deleted.
ML1600(user)## show tacplus servers
ID TACACS+ Server Port Encrypt Key
=======================================
1 10.21.1.170 49 Enabled secret
2-- ---- --
3-- ---- --
4-- ---- --
5-- ---- --
ML1600(user)## tacplus disable
TACACS+ is disabled.
ML1600(user)##