create

Use the create command to create a RADIUS server configuration. The create command is accessible from the vnsmode:radius context of the CLI.

create name A.B.C.D secret

Parameters

name Specifies the name of the RADIUS server
A.B.C.D Specifies the IP address of the RADIUS server
secret Specifies the shared secret for the RADIUS server

Examples

The following example creates and then displays the details of a RADIUS server configuration named test-radius-server with an IP address of 10.10.10.10 and a shared secret of “test”:

EWC.extremenetworks.com:vnsmode:radius# create test-radius-server 10.10.10.10 test
EWC.extremenetworks.com:vnsmode:radius# test-radius-server
EWC.extremenetworks.com:vnsmode:radius:test-radius-server# show
Authentication port: 1812
Accounting port: 1813
Authentication priority: 5
Accounting priority: 5
Authentication total number of tries: 3
Accounting total number of tries: 3
Authentication RADIUS request timeout: 5
Accounting RADIUS request timeout: 5
Interim accounting interval: 0
Default protocol: PAP
Shared secret: ****
Name: test-radius-server