RADIUS Commands
nv show system aaa radius Display RADIUS features configuration and state. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/system/aaa/radius | |
Related Commands | ||
Notes |
nv show system aaa radius hostname Show remote RADIUS servers. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/system/aaa/radius/hostname | |
Related Commands | nv show system aaa radius | |
Notes |
nv show system aaa radius hostname <hostname-id> Display RADIUS server configuration. | ||
Syntax Description | hostname-id | RADIUS server ID: ipv4, ipv4-unicas, idn-hostname, ipv6 |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/system/aaa/radius/hostname/<hostname-id> | |
Related Commands | nv show system aaa radius hostname nv show system aaa radius | |
Notes |
nv set system aaa radius hostname <hostname-id> Configure remote RADIUS servers. | ||
Syntax Description | hostname-id | RADIUS server ID: ipv4, ipv4-unicas, idn-hostname, ipv6 |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/hostname/<hostname-id> | |
Related Commands | nv show system aaa radius hostname <hostname-id> nv show system aaa radius hostname nv show system aaa radius | |
Notes |
nv set system aaa radius auth-port <1–65535> Configure global RADIUS authentication port. | ||
Syntax Description | auth-port | Integer: 1–65535 |
Default | 1812 | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/auth-port | |
Related Commands | nv show system aaa radius | |
Notes |
nv set system aaa radius auth-type <pap | chap> Configure global authentication type. | ||
Syntax Description | auth-type | enum: chap, pap |
Default | pap | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/auth-type | |
Related Commands | nv show system aaa radius | |
Notes |
nv set system aaa radius retransmit <0–10> Configure the default RADIUS retransmit tries. | ||
Syntax Description | retransmit | integer: 0–10 |
Default | 0 | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/retransmit | |
Related Commands | nv show system aaa radius | |
Notes |
nv set system aaa radius password <string | prompt> Configure global radius server password in cleartext. | ||
Syntax Description | password | string, prompt |
Default | "" | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/password | |
Related Commands | nv show system aaa radius | |
Notes |
nv set system aaa radius statistics <enabled | disabled> Enable/disable log RADIUS statistics. | ||
Syntax Description | statistics | enum: enabled, disabled |
Default | Disabled | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/statistics | |
Related Commands | nv show system aaa radius | |
Notes |
nv set system aaa radius timeout <1–60> Configure the global RADIUS server reply timeout (seconds). | ||
Syntax Description | timeout | Integer: 1–60 |
Default | 3 | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/timeout | |
Related Commands | nv show system aaa radius | |
Notes |
nv set system aaa radius hostname <hostname-id> auth-port <1–65535> Configure RADIUS authentication port for server. | ||
Syntax Description | hostname-id | RADIUS server ID: ipv4, ipv4-unicast, idn-hostname, ipv6 |
auth-port | Integer: 1–65535 | |
Default | None (set by RADIUS global config) | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/hostname/<hostname-id>/auth-port/<auth-port> | |
Related Commands | nv show system aaa radius hostname <hostname-id> nv show system aaa radius hostname nv show system aaa radius | |
Notes |
nv set system aaa radius hostname <hostname-id> auth-type <pap | chap> Configure RADIUS authentication type for server. | ||
Syntax Description | hostname-id | RADIUS server ID: ipv4, ipv4-unicast, idn-hostname, ipv6 |
auth-type | Enum: pap, chap | |
Default | None (set by RADIUS global config) | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/hostname/<hostname-id>/auth-type/<auth-type> | |
Related Commands | nv show system aaa radius hostname <hostname-id> nv show system aaa radius hostname nv show system aaa radius | |
Notes |
nv set system aaa radius hostname <hostname-id> password <password> Configure server password in cleartext. | ||
Syntax Description | hostname-id | RADIUS server ID: ipv4, ipv4-unicast, idn-hostname, ipv6 |
password | string, prompt | |
Default | None (set by RADIUS global config) | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/hostname/<hostname-id>/password/<PASSWORD> | |
Related Commands | nv show system aaa radius hostname <hostname-id> nv show system aaa radius hostname nv show system aaa radius | |
Notes |
nv set system aaa radius hostname <hostname-id> priority <1–8> Configure RADIUS priority for server | ||
Syntax Description | hostname-id | RADIUS server ID: ipv4, ipv4-unicast, idn-hostname, ipv6 |
priority | Integer: 1–8 | |
Default | 1 | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/hostname/<hostname-id>/priority/<priority-value> | |
Related Commands | nv show system aaa radius hostname <hostname-id> nv show system aaa radius hostname nv show system aaa radius | |
Notes |
nv set system aaa radius hostname <hostname-id> retransmit <1–10> Configure the RADIUS retransmit tries for server. | ||
Syntax Description | hostname-id | RADIUS server ID: ipv4, ipv4-unicast, idn-hostname, ipv6 |
retransmit | Integer: 1–10 | |
Default | None (set by RADIUS global config) | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/hostname/<hostname-id>/retransmit/<retransmit-value> | |
Related Commands | nv show system aaa radius hostname <hostname-id> nv show system aaa radius hostname nv show system aaa radius | |
Notes |
nv set system aaa radius hostname <hostname-id> timeout <1–60> Configure the reply timeout for a RADIUS server (seconds). | ||
Syntax Description | hostname-id | RADIUS server ID: ipv4, ipv4-unicast, idn-hostname, ipv6 |
timeout | Integer: 1–60 | |
Default | None (set by RADIUS global config) | |
History | 25.02.1884 | |
Example |
| |
REST API | SET https://<ip>/nvue_v1/system/aaa/radius/hostname/<hostname-id>/timeout/<timeout-value> | |
Related Commands | nv show system aaa radius hostname <hostname-id> nv show system aaa radius hostname nv show system aaa radius | |
Notes |