IPI-AUTHENTICATION-RADIUS
Configure port
Specify the radius client port number. The default port number is 1812.
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: port
Attribute Type: uint16
Attribute Range: 0-65535
Attribute Name: source-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<global>
<config>
<source-address>A.B.C.D</source-address> <!-- operation="delete"-->
<port>0</port> <!-- operation="delete"-->
</config>
</global>
</authentication-radius>
Command Syntax
ip radius source-interface A.B.C.D <0-65535>
Configure timeout
Use this attribute to set the global timeout which is how long the device waits for a response from a RADIUS server before declaring a timeout failure.
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: timeout
Attribute Type: uint8
Attribute Range: 1-60
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<global>
<config>
<timeout>1</timeout> <!-- operation="delete"-->
</config>
</global>
</authentication-radius>
Command Syntax
radius-server dot1x timeout <1-60>
Configure retransmit max retries
Use this attribute to specify the number of times the router transmits each radius request to the server before giving up
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: retransmit-max-retries
Attribute Type: uint8
Attribute Range: 1-100
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<global>
<config>
<retransmit-max-retries>1</retransmit-max-retries> <!-- operation="delete"-->
</config>
</global>
</authentication-radius>
Command Syntax
radius-server dot1x retransmit <1-100>
Configure key string
Use this attribute to set a global preshared key (shared secret) which is a text string shared between the device and RADIUS servers
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: key-string
Attribute Type: string
Attribute Range: 1-64
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<global>
<config>
<key-string>WORD</key-string> <!-- operation="delete"-->
</config>
</global>
</authentication-radius>
Command Syntax
radius-server dot1x key-string WORD
Configure encryption key
Use this attribute to set a global preshared key (shared secret) which is a text string shared between the device and RADIUS servers
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: encryption-key
Attribute Type: string
Attribute Range: 18-130
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<global>
<config>
<encryption-key>WORD</encryption-key> <!-- operation="delete"-->
</config>
</global>
</authentication-radius>
Command Syntax
radius-server dot1x key-string encrypted WORD
Configure host address
The host-address to configure the radius host.
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: host-address
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<hosts>
<host> <!-- operation="delete"-->
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
</config>
</host>
</hosts>
</authentication-radius>
Command Syntax
radius-server dot1x host A.B.C.D
Configure host port
Specify the radius client port number. The default port number is 1812.
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: host-port
Attribute Type: uint16
Attribute Range: 0-65535
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<hosts>
<host>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
</config>
<host-port>0</host-port> <!-- operation="delete"-->
</host>
</hosts>
</authentication-radius>
Command Syntax
auth-port <0-65535>
Configure host timeout
Use this attribute to set the timeout which is how long the device waits for a response from a RADIUS server before declaring a timeout failure.
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: host-timeout
Attribute Type: uint8
Attribute Range: 0-60
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<hosts>
<host>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
</config>
<host-timeout>0</host-timeout> <!-- operation="delete"-->
</host>
</hosts>
</authentication-radius>
Command Syntax
timeout <0-60>
Configure host retransmit max retries
Use this attribute to specify the number of times the router transmits each radius request to the server before giving up.
This command is supported when following feature are enabled OpenSSL crypto library available
Attribute Name: host-retransmit-max-retries
Attribute Type: uint8
Attribute Range: 0-100
Netconf edit-config payload
<authentication-radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-authentication-radius">
<hosts>
<host>
<host-address>A.B.C.D</host-address>
<config>
<host-address>A.B.C.D</host-address>
</config>
<host-retransmit-max-retries>0</host-retransmit-max-retries> <!-- operation="delete"-->
</host>
</hosts>
</authentication-radius>
Command Syntax
retransmit <0-100>