Дерево страниц
Перейти к концу метаданных
Переход к началу метаданных

enable

Enables agent.

Syntax
[no] enable
Default value
no enable
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(config)(aaa)# enable

accounting

Enables accounting via TACACS+ or RADIUS server. Command accounting can be set via TACACS+ server.

Syntax
accounting radius start-stop
accounting tacacs+ start-stop
accounting tacacs+ commands
no accounting
Default value
no accounting
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# accounting radius start-stop

authentication

Enables authentication via TACACS+ or RADIUS server.

Syntax
authentication radius
authentication tacacs+
no authentication
Default value
no authentication
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# authentication radius

authorization

Enables authorization via TACACS+ or RADIUS server. Command authorization can be set via TACACS+ server.

Syntax
authorization radius privilege
authorization tacacs+ privilege
authorization tacacs+ commands
no authorization
Default value
no authorization
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# authorization tacacs+ privilege

radius-server host 〈IP〉 

RADIUS server address that will be used for AAA can be specified by this command. Up to three servers can be specified.

Syntax
[no] radius-server host <IP> 
Parameters

<IP> — server IP address in the AAA.BBB.CCC.DDD format.

Default value
radius-server host 0.0.0.0 
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# radius-server host 192.168.1.1

radius-server host 〈IP〉 priority

RADIUS server priority from 1 to 3, where 1 is the highest priority, can be specified by this command.

Syntax
[no] radius-server host <IP> priority <VALUE>
Parameters
  • <IP> — server IP address in the AAA.BBB.CCC.DDD format;
  • <VALUE> — server priority from 1 to 3.
Default value
radius-server host 0.0.0.0 priority 1
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# radius-server host 192.168.1.1 priority 2

radius-server host 〈IP〉 key

Key for encrypting requests to RADIUS servers can be specified by this command.

Syntax
[no] radius-server host <IP> key <VALUE>
Parameters
  • <IP> — server IP address in the AAA.BBB.CCC.DDD format;
  • <VALUE> — server key from 1 to 64 characters.
Default value
radius-server host 0.0.0.0 key secret
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# radius-server host 192.168.1.1 key secret12345

radius-server host 〈IP〉 port

Port that will be used for the RADIUS servers can be specified by this command.

Syntax
[no] radius-server host <IP> port <VALUE>
Parameters
  • <IP> — server IP address in the AAA.BBB.CCC.DDD format;
  • <VALUE> — the port that will be used to communicate with the server, from 1 to 65535.
Default value
radius-server host 0.0.0.0 port 1812
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# radius-server host 192.168.1.1 port 345

radius-server host 〈IP〉 timeout

Timeout for the response from the server can be specified by this command. When the timeout expires, the request will be sent to the next server by priority.

Syntax
[no] radius-server host <IP> timeout <VALUE>
Parameters
  • <IP> — server IP address in the AAA.BBB.CCC.DDD format;
  • <VALUE> — server response timeout, from 1 to 30 seconds.
Default value
radius-server host 0.0.0.0 timeout 3
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# radius-server host 192.168.1.1 timeout 20

tacacs-server host 〈IP〉 

TACACS server address that will be used for AAA can be specified by this command. Up to three servers can be specified.

Syntax
[no] tacacs-server host <IP> 
Parameters
<IP> - server IP address in the AAA.BBB.CCC.DDD format.
Default value
tacacs-server host 0.0.0.0 
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# tacacs-server host 192.168.1.1

tacacs-server host 〈IP〉 priority

TACACS server priority from 1 to 3, where 1 is the highest priority, can be specified by this command.

Syntax
[no] tacacs-server host <IP> priority <VALUE>
Parameters
  • <IP> — server IP address in the AAA.BBB.CCC.DDD format;
  • <VALUE> — server priority from 1 to 3.
Default value
tacacs-server host 0.0.0.0 priority 1
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# tacacs-server host 192.168.1.1 priority 2

tacacs-server host 〈IP〉 key

Key for encrypting requests to TACACS servers can be specified by this command.

Syntax
[no] tacacs-server host <IP> key <VALUE>
Parameters
  • <IP> — server IP address in the AAA.BBB.CCC.DDD format;
  • <VALUE> — server key from 1 to 64 characters.
Default value
tacacs-server host 0.0.0.0 key secret
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# tacacs-server host 192.168.1.1 key secret12345

tacacs-server host 〈IP〉 port

Port that will be used for the TACACS servers can be specified by this command.

Syntax
[no] tacacs-server host <IP> port <VALUE>
Parameters
  • <IP> — server IP address in the AAA.BBB.CCC.DDD format;
  • <VALUE> — the port that will be used to communicate with the server, from 1 to 65535.
Default value
tacacs-server host 0.0.0.0 port 49
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# tacacs-server host 192.168.1.1 port 345

tacacs-server 〈IP〉 timeout

Timeout for the response from the server can be specified by this command. When the timeout expires, the request will be sent to the next server by priority.

Syntax
[no] tacacs-server host <IP> timeout <VALUE> 
Parameters
  • <IP> — server IP address in the AAA.BBB.CCC.DDD format;
  • <VALUE> — server response timeout, from 1 to 30 seconds.
Default value
tacacs-server host 0.0.0.0 timeout 3
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# tacacs-server host 192.168.1.1 timeout 20

service name

Name that will be substituted in requests to the TACACS server can be specified by this command. Some servers require a different format than the standard.

Syntax
service name <VALUE>
no service name
Parameters
<VALUE> — name value to be substituted in requests to the server, from 1 to 32 characters.
Default value
service name "shell"
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# service name "test"

service protocol

Protocol that will be substituted in requests to the TACACS server can be specified by this command. Some servers require a different format than the standard.

Syntax
service protocol <VALUE>
no service protocol
Parameters
<VALUE> — protocol value to be substituted in requests to the server, from 1 to 32 characters.
Default value
service protocol ""
Privilege group
config-access
Command mode

CONFIG

Example
LTP-16N(configure)# service protocol "test"

  • Нет меток