nv show system aaa tacacs accounting
|
|
nv show system aaa tacacs accounting Show TACACS accounting configuration. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/aaa/tacacs/accounting |
|
|
Related Commands |
nv set system aaa tacacs accounting state |
|
|
Notes |
Enable/disable tacacs accounting feature |
|
nv show system aaa tacacs server
|
|
nv show system aaa tacacs server Show remote TACACS servers. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
|
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/aaa/tacacs/server |
|
|
Related Commands |
nv set system aaa tacacs server |
|
|
Notes |
Show TACACS configured servers. |
|
nv show system aaa tacacs authentication
|
|
nv show system aaa tacacs authentication Show TACACS authentication global configuration. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.3000 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/aaa/tacacs/authentication |
|
|
Related Commands |
|
|
|
Notes |
|
|
nv set system aaa tacacs accounting
|
|
nv set system aaa tacacs accounting state <enabled | disabled> Configure remote TACACS servers. |
|
|
Syntax Description |
state |
enum: enabled | disabled |
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
SET https://<ip>/nvue_v1/system/aaa/tacacs/accounting/state/<enabled/disabled> |
|
|
Related Commands |
nv show system aaa tacacs accounting
|
|
|
Notes |
|
|
nv set system aaa tacacs server
|
|
nv set system aaa tacacs server <server-id> Configure remote TACACS servers. |
|
|
Syntax Description |
server-id |
TACACS server ID: ipv4, ipv4-unicas, idn-server, ipv6 |
|
Default |
N/A |
|
|
History |
|
|
|
Example |
|
|
|
REST API |
SET https://<ip>/nvue_v1/system/aaa/tacacs/server/<server-id> |
|
|
Related Commands |
nv show system aaa tacacs server <server-id>
|
|
|
Notes |
|
|
nv set system aaa tacacs port
|
|
nv set system aaa tacacs port <1–65535> Configure global TACACS authentication port. |
|
|
Syntax Description |
port |
Integer: 1–65535 |
|
Default |
49 |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
SET https://<ip>/nvue_v1/system/aaa/tacacs/port |
|
|
Related Commands |
nv show system aaa tacacs |
|
|
Notes |
|
|
nv set/unset system aaa tacacs authentication mode
|
|
nv set system aaa tacacs authentication mode <pap | chap | login>
Configure global authentication type
|
|
|
Syntax Description |
auth-type |
enum: chap, pap, login |
|
Default |
pap |
|
|
History |
|
|
|
Example |
|
|
|
REST API |
SET https://<ip>/nvue_v1/system/aaa/tacacs/authentication |
|
|
Related Commands |
nv show system aaa tacacs |
|
|
Notes |
|
|
nv set system aaa tacacs secret
|
|
nv set system aaa tacacs secret <string | prompt> Configure global TACACS secret in cleartext. |
|
|
Syntax Description |
secret |
string | prompt |
|
Default |
"" |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
SET https://<ip>/nvue_v1/system/aaa/tacacs/secret |
|
|
Related Commands |
nv show system aaa tacacs |
|
|
Notes |
|
|
nv set system aaa tacacs timeout
|
|
nv set system aaa tacacs timeout <1–60> Configure the global tacacs reply timeout (seconds) |
|
|
Syntax Description |
timeout |
Integer: 1–60 |
|
Default |
3 |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
SET https://<ip>/nvue_v1/system/aaa/tacacs/timeout |
|
|
Related Commands |
nv show system aaa tacacs |
|
|
Notes |
|
|
nv set system aaa tacacs server auth-port
|
|
nv set system aaa tacacs server <server-id> port <1–65535> Configure tacacs authentication port for server |
|
|
Syntax Description |
server-id |
TACACS server ID: ipv4, ipv4-unicast, idn-hostname, ipv6 |
|
auth-port |
Integer: 1–65535 |
|
|
Default |
None (set by TACACS global configuration) |
|
|
History |
|
|
|
Example |
|
|
|
REST API |
SET https://<ip>/nvue_v1/system/aaa/tacacs/server/<server-id>/port/<port> |
|
|
Related Commands |
nv show system aaa tacacs server <server-id>
|
|
|
Notes |
|
|
nv set system aaa tacacs server auth-mode
|
|
nv set system aaa tacacs server <server-id> auth-mode <pap | chap | login> Configure TACACS authentication type for server. |
|
|
Syntax Description |
server-id |
TACACS server ID: ipv4, ipv4-unicast, idn-hostname, ipv6 |
|
auth-type |
Enum: pap, chap, login |
|
|
Default |
None (set by tacacs global config) |
|
|
History |
|
|
|
Example |
|
|
|
REST API |
SET https://<ip>/nvue_v1/system/aaa/tacacs/server/<server-id>/auth-mode/<auth-mode> |
|
|
Related Commands |
nv show system aaa tacacs server <server-id>
|
|
|
Notes |
|
|
nv set system aaa tacacs server secret
|
|
nv set system aaa tacacs server <server-id> secret <string | prompt> Configure server secret in cleartext. |
|
|
Syntax Description |
server-id |
TACACS server ID: ipv4, ipv4-unicast, idn-hostname, ipv6 |
|
secret |
string | prompt |
|
|
Default |
None (set by tacacs global config) |
|
|
History |
|
|
|
Example |
|
|
|
REST API |
SET https://<ip>/nvue_v1/system/aaa/tacacs/server/<server-id>/password/<SECRET> |
|
|
Related Commands |
nv show system aaa tacacs server <server-id>
|
|
|
Notes |
|
|
nv set system aaa tacacs server priority
|
|
nv set system aaa tacacs server <server-id> priority <1–8> Configure tacacs priority for server. |
|
|
Syntax Description |
server-id |
Tacacs server ID: ipv4, ipv4-unicast, idn-hostname, ipv6 |
|
priority |
Integer: 1–8 |
|
|
Default |
1 |
|
|
History |
|
|
|
Example |
|
|
|
REST API |
SET https://<ip>/nvue_v1/system/aaa/tacacs/server/<server-id>/priority/<priority-value> |
|
|
Related Commands |
nv show system aaa tacacs server <server-id>
|
|
|
Notes |
|
|
nv set system aaa tacacs server timeout
|
|
nv set system aaa tacacs server <server-id> timeout <1-60> Configure the reply timeout for a TACACS server (seconds). |
|
|
Syntax Description |
server-id |
TACACS server ID: ipv4, ipv4-unicast, idn-hostname, ipv6 |
|
timeout |
Integer: 1–60 |
|
|
Default |
None (set by TACACS global configuration) |
|
|
History |
|
|
|
Example |
|
|
|
REST API |
SET https://<ip>/nvue_v1/system/aaa/tacacs/server/<server-id>/timeout/<timeout-value> |
|
|
Related Commands |
nv show system aaa tacacs server <server-id>
|
|
|
Notes |
|
|
Last updated: