Tacacs – HP Virtual Connect Flex-10 10Gb Ethernet Module for c-Class BladeSystem User Manual

Page 131

Advertising
background image

Command line 131

Item

Description

->show systemlog -last=20 -pause=6

Displays the last twenty records from the system log, six records at a time

To add a remote target, see "add log-target (on page

64

)."

tacacs

Manage TACACS+ authentication settings.
Supported actions: help, set, show

Item

Description

set tacacs

Modify and test the Virtual Connect TACACS+ authentication settings.

Syntax

set tacacs [-test] [Enabled=<true|false>]

[ServerAddress=<IP Address|DNS Name>] [Port=<portNum>]

[ServerKey=<key>] [Timeout=<timeout>]

[SecondaryServerAddress=<IP Address|DNS Name>]

[SecondaryPort=<portNum>] [SecondaryServerKey=<key>]

[SecondaryTimeout=<timeout>]

[LoggingEnabled=<true|false>]

Option

Test (optional)

Tests the TACACS+ configuration without applying changes

Properties

Enabled (optional)

Enables or disables TACACS+ authentication. Valid values include "true" and
"false".

ServerAddress

(optional)

The IP address or the DNS name of the primary TACACS+ server used for

authentication

Port (optional)

The server TCP port number. Valid values include a valid port number between 1
and 65535. The default port number is 49.

ServerKey (optional) The plain-text string used to encrypt user details exchanged with the primary

TACACS server. It must match the server key configured for this VC on the

primary server. TACACS authentication will not work if the server key is blank or
null.

Timeout (optional)

The time in seconds by which a server response must be received before a new

request is made. The valid range of values is from 1 to 600 seconds. The default
timeout is 10 seconds.

SecondaryServer

Address (optional)

The IP address or host name of the secondary TACACS server used for

authentication

SecondaryPort

(optional)

The TCP port to use for TACACS communication. Valid values include a valid port
number between 1 and 65535. The default TCP port number is 49.

SecondaryServerKey

(optional)

The plain-text string used to encrypt user details exchanged with the secondary

TACACS server. It must match the server key configured for this VC on the

secondary server. TACACS authentication will not work if the server key is blank
or null.

SecondaryTimeout

(optional)

The timeout value in seconds for TACACS communication with the secondary

server

LoggingEnabled

(optional)

Enables or disables command logging on the TACACS+ server. Valid values
include "true" and "false".

Examples

->set tacacs -test Enabled=true ServerAddress=192.168.0.27

->set tacacs -test Enabled=true Server Address=2001::40

Advertising