SANRAD I3.1.1205 User Manual

Page 144

Advertising
background image

7-26

SANRAD V-Switch CLI User Manual

ip radius add

You need to define three parameters to add a RADIUS server IP to the RADIUS
client

S

WITCH

P

ARAMETER

D

EFINITION

S

TATUS

E

XAMPLE

-ip

IP

ADDRESS

IP

ADDRESS OF

RADIUS

SERVER

MANDATORY

212.199.43.2

-p

PORT

UDP

PORT

OPTIONAL

1812

-k

KEY

SHARED SECRET
BETWEEN

RADIUS

SERVER AND

V-

S

WITCH

MANDATORY

DataTurnsMeOn

Example:

In Figure 7-17, the V-Switch is configured to relay CHAP challenges to the
identity, accounting, from the user, steven, to the RADIUS server. The V-
Switch is configured to communicate with the RADIUS server through port
1812 to IP address 212.199.43.2. The V-Switch – RADIUS key is
DataTurnsMeOn.

The user password is not configured on the V-Switch. The RADIUS server
authenticates the user password and sends the results back to the V-Switch.

acl identity add chap –id accounting –user steven
–radius

ip radius add –ip 212.199.43.2 –p 1812 –k DataTurnsMeOn

Advertising