What can I help you with?
NVIDIA NVOS User Manual for NVLink Switches v25.02.2141

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

Copy
Copied!
            

admin@nvos:~$ nv show system aaa radius             operational  applied    ----------  -----------  ---------- auth-port   1812         1812       auth-type   pap          pap        password    *            *          retransmit  0            0          statistics  disabled     disabled   timeout     3            3          [hostname]  1.1.1.1                 [hostname]  1.2.3.4                 [hostname]  10.7.34.20   10.7.34.20

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

Copy
Copied!
            

admin@nvos:~$ nv show system aaa radius hostname Hostname    Auth port  Auth type  Password  Priority  Retransmit  Timeout ----------  ---------  ---------  --------  --------  ----------  ------- 1.1.1.1     1812       pap        *         5         0           3       10.7.34.20  1812       pap        *         1         0           3  

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

Copy
Copied!
            

admin@nvos:~$ nv show system aaa radius hostname 10.7.34.20              operational  applied ----------  -----------  ------- auth-port   1812                          auth-type   pap                           password    *            *         priority    1            1           retransmit  0                             timeout     3                  

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius hostname 1.2.3.4              

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius auth-port 1813              

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius auth-type chap        

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius retransmit 2      

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius password Radius-Password    

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius statistics enabled

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius timeout 5

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius hostname 1.2.3.4 auth-port 2812

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius hostname 1.2.3.4 auth-type chap

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius hostname 1.2.3.4 password Radius-Server-Password

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius hostname 1.2.3.4 priority 5

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius hostname 1.2.3.4 retransmit 5

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

Copy
Copied!
            

admin@nvos:~$ nv set system aaa radius hostname 1.2.3.4 timeout 5

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

© Copyright 2025, NVIDIA. Last updated on Apr 23, 2025.