Skip to content

radiusserver

Radius Server configuration

show | delete | set | add

show radiusserver

Use this operation to get Radius server details

Synopsys

show radiusserver [id=<string>]

Parameters

id

Id is system generated key for all the radius servers

delete radiusserver

Use this operation to delete Radius server

Synopsys {#synopsys-1 style="margin-left: 20px;"}

delete radiusserver id=<string>

Parameters {#parameters-1 style="margin-left: 20px;"}

id

Id is system generated key for all the radius servers

This is a mandatory parameter.

set radiusserver

Use this operation to modify Radius server

Synopsys {#synopsys-2 style="margin-left: 20px;"}

set radiusserver id=<string> ip_address=<internethost> name=<string> [port=<int>] [ip_vendor_id=<int>] [ip_attribute_type=<int>] [nas_id=<string>] [auth_timeout=<int>] [pwd_attribute_type=<int>] [accounting=(false | true)] [group_vendor_id=<int>] [group_attribute_type=<int>] [pwd_vendor_id=<int>] [default_authentication_group=<string>] [group_separator=<string>] [pass_encoding=<string>] [radius_key=<stringx>] [enable_nas_ip=(false | true)] [groups_prefix=<string>] [address_type=<int>]

Parameters {#parameters-2 style="margin-left: 20px;"}

id

Id is system generated key for all the radius servers

This is a mandatory parameter.

ip_address

IP Address of radius server

This is a mandatory parameter.

name

Name of radius server

This is a mandatory parameter.

port

Port number of radius server

ip_vendor_id

The vendor ID of the attribute in the RADIUS response which denotes the intranet IP

ip_attribute_type

The attribute type of the remote IP address attribute in a RADIUS response

nas_id

NAS ID

auth_timeout

The maximum number of seconds the system will wait for a response from the Radius server

pwd_attribute_type

The attribute type of the password attribute in a RADIUS response.

accounting

Enable accounting in the radius server

group_vendor_id

Vendor ID for RADIUS group extraction

group_attribute_type

Attribute type for RADIUS group extraction

pwd_vendor_id

Vendor ID of the password in the RADIUS response. Used to extract the user password

default_authentication_group

This is the default group that is chosen when the authentication succeeds in addition to extracted groups

group_separator

Group separator string that delimits group names within a RADIUS attribute for RADIUS group extraction

pass_encoding

Enable password encoding in RADIUS packets send to the RADIUS server

radius_key

Key of radius server

enable_nas_ip

Enable NAS IP extraction

groups_prefix

Prefix string that precedes group names within a RADIUS attribute for RADIUS group extraction

address_type

Configuration Type. Values: 0: IPv4, 1: IPv6, -1: Hostname

add radiusserver

Use this operation to add Radius server

Synopsys {#synopsys-3 style="margin-left: 20px;"}

add radiusserver ip_address=<internethost> name=<string> radius_key=<stringx> [port=<int>] [ip_vendor_id=<int>] [ip_attribute_type=<int>] [nas_id=<string>] [auth_timeout=<int>] [pwd_attribute_type=<int>] [accounting=(false | true)] [group_vendor_id=<int>] [group_attribute_type=<int>] [pwd_vendor_id=<int>] [default_authentication_group=<string>] [group_separator=<string>] [pass_encoding=<string>] [enable_nas_ip=(false | true)] [groups_prefix=<string>] [address_type=<int>]

Parameters {#parameters-3 style="margin-left: 20px;"}

ip_address

IP Address of radius server

This is a mandatory parameter.

name

Name of radius server

This is a mandatory parameter.

radius_key

Key of radius server

This is a mandatory parameter.

port

Port number of radius server

ip_vendor_id

The vendor ID of the attribute in the RADIUS response which denotes the intranet IP

ip_attribute_type

The attribute type of the remote IP address attribute in a RADIUS response

nas_id

NAS ID

auth_timeout

The maximum number of seconds the system will wait for a response from the Radius server

pwd_attribute_type

The attribute type of the password attribute in a RADIUS response.

accounting

Enable accounting in the radius server

group_vendor_id

Vendor ID for RADIUS group extraction

group_attribute_type

Attribute type for RADIUS group extraction

pwd_vendor_id

Vendor ID of the password in the RADIUS response. Used to extract the user password

default_authentication_group

This is the default group that is chosen when the authentication succeeds in addition to extracted groups

group_separator

Group separator string that delimits group names within a RADIUS attribute for RADIUS group extraction

pass_encoding

Enable password encoding in RADIUS packets send to the RADIUS server

enable_nas_ip

Enable NAS IP extraction

groups_prefix

Prefix string that precedes group names within a RADIUS attribute for RADIUS group extraction

address_type

Configuration Type. Values: 0: IPv4, 1: IPv6, -1: Hostname

Was this article helpful?