4-21
Cisco Global Site Selector Administration Guide
OL-10410-01
Chapter 4 Managing GSS User Accounts Through a Server
Identifying the Server Host on the GSS
For example, to configure three servers as 192.168.1.100:8877,
192.168.1.101:49 (using the default TCP port), and 192.168.1.102:9988 with
different shared secrets, enter:
gss1.example.com(config)#
tacacs-server host 192.168.1.100 port 8877
key SECRET-123
gss1.example.com(config)#
tacacs-server host 192.168.1.101 key
SECRET-456
gss1.example.com(config)#
tacacs-server host 192.168.1.102 port 9988
key SECRET-789
Once configured, the IP address and port of a server cannot easily be
changed. To change the IP address and port of a server, you must first
delete the configured server, reenter the server with a new
IP address and, if necessary, specify a new port number. Use the
no
form of the
tacacs-server-host
command to delete an existing server from the
running configuration.
For example, to delete the server at IP address 192.168.1.101 with
default TCP port 49 from the running configuration, enter:
gss1.example.com(config)#
no tacacs-server host 192.168.1.101
or
gss1.example.com(config)#
no tacacs-server host 192.168.1.101 port 49
If you defined an encryption key, it is not necessary to include that key to delete
the server.
If you specified a TCP port other than default port number 49 when configuring
the server, you must also include the TCP port to delete the
server. For example, if you specified port 8877 for the server at IP
address 192.168.1.101, enter:
gss1.example.com(config)#
no tacacs-server host 192.168.1.101 port
8877
You can change or remove the encryption key without deleting the
server. For example, to remove the key SECRET-123 without removing the
server, enter:
gss1.example.com(config)#
no tacacs-server host 192.168.1.101 key
SECRET-123