radius-servers

Use the radius-servers configuration element to define and configure the RADIUS servers that the SBC communicates with.

Path

The radius-servers configuration element is in the authentication element.

ORACLE# configure terminal
ORACLE(configure)# security
ORACLE(security)# authentication
ORACLE(authentication)# radius-servers
ORACLE(radius-servers)#

Parameters

The radius-servers configuration element contains the following parameters:

address

Enter the IPv4 or IPv6 address of the RADIUS server.

port

Enter the port number on the remote IP address for the RADIUS server.

  • Default: 1812
  • Valid value: 1645
  • Valid value: 1812
state

Enable or disable this configured RADIUS server

  • Default: enabled
  • Values: enabled | disabled
secret

Enter the password the RADIUS server and the SBC share.

This password is not transmitted between the two when the request for authentication is initiated.

nas-id

Enter the NAS ID for the RADIUS server.

realm-id

Enter the RADIUS server realm ID.

retry-limit

Set the number of times the SBC retries to authenticate with this RADIUS server.

  • Default: 3
  • Min: 1 | Max: 5
retry-time

Enter the time in seconds the SBC waits before retrying to authenticate with this RADIUS server.

  • Default: 5
  • Min: 5 | Max: 10
maximum-sessions

Enter the maximum number of sessions to maintain with this RADIUS server.

  • Default: 255
  • Min: 1 | Max: 255
class

Select the class of this RADIUS server as either primary or secondary.

  • Default: primary
  • Values: primary | secondary

A connection to the primary server is tried before a connection to the secondary server is tried.

dead-time

Set the time in seconds before the SBC retries a RADIUS server that it has designated as dead.

  • Default: 10
  • Min: 10 | Max: 10000
authentication-methods

Select the authentication method the SBC uses when communicating with the RADIUS server.

  • Default: all
  • Values: all | chap | eap | mschapv2 | pap