secondary accounting (HWTACACS scheme view)
Syntax
secondary accounting ip-address [ port-number | key [ cipher | simple ] key ] *
undo secondary accounting [ ip-address ]
View
HWTACACS scheme view
Default level
2: System level
Parameters
ip-address: IP address of the secondary HWTACACS accounting server, in dotted decimal notation. The default setting is 0.0.0.0.
port-number: Service port number of the secondary HWTACACS accounting server. It ranges from 1 to 65535 and defaults to 49.
key { cipher | simple } key: Sets the shared key for secure communication with the secondary HWTACACS accounting server.
cipher key: Sets a ciphertext shared key. The key argument is case sensitive.
In non-FIPS mode, the key is a string of 1 to 373 characters.
In FIPS mode, the key is a string of 8 to 373 characters.
simple key: Sets a plaintext shared key. The key argument is case sensitive.
In non-FIPS mode, the key is a string of 1 to 255 characters.
In FIPS mode, the key is a string of 8 to 255 characters. The string must contain digits, uppercase letters, lowercase letters, and special characters.
If you specify neither cipher nor simple, the command sets a plaintext shared key.
Description
Use secondary accounting to specify the secondary HWTACACS accounting server.
Use undo secondary accounting to remove the configuration.
By default, no secondary HWTACACS accounting server is specified.
The IP addresses of the primary and secondary accounting servers must be different. Otherwise, the configuration fails.
If you configure the command repeatedly, only the last configuration takes effect.
You can remove an accounting server only when it is not used by any active TCP connection to send accounting packets. Removing an accounting server affects only accounting processes that occur after the remove operation.
Related commands: display hwtacacs.
Examples
# Specify the IP address and port number of the secondary accounting server for HWTACACS scheme hwt1 as 10.163.155.12 with TCP port number 49.
<Sysname> system-view [Sysname] hwtacacs scheme hwt1 [Sysname-hwtacacs-hwt1] secondary accounting 10.163.155.12 49