Configuring RADIUS Relay Server Support
To configure the RADIUS relay server feature, you enable support for the feature on the E-series router and identify the key (secret) used for the connection between the WAP and the RADIUS relay server. The following example configures a RADIUS relay authentication server. Use similar steps to configure a RADIUS relay accounting server.
NOTE: The E-series router supports one instance of the RADIUS relay server per virtual router. The instance can provide authentication, authorization, and accounting support.
- Enable RADIUS relay server support on the E-series router, and enter RADIUS Relay Configuration mode.
host1(config)#radius relay authentication serverhost1(config-radius-relay)#- Specify the IP address and mask of the network that will use the relay authentication server, and the secret used during exchanges between the relay authentication server and clients (the WAPs).
host1(config-radius-relay)#key 192.168.25.9 255.255.255.255 mysecret- Specify the router's User Datagram Protocol (UDP) port on which the RADIUS relay server listens.
host1(config-radius-relay)#udp-port 1812- (Optional) Verify the configuration.
host1(config-radius-relay)#exithost1(config)#exithost1#show radius relay serversRADIUS Relay Authentication Server Configuration------------------------------------------------IP Address IP Mask Secret------------- --------------- ---------10.10.15.0 255.255.255.0 secret10.10.8.15 255.255.255.255 newsecret192.168.25.9 255.255.255.255 mysecret192.168.102.5 255.255.255.255 999Y2KUdp Port: 1812RADIUS Relay Accounting Server Configuration--------------------------------------------IP Address IP Mask Secret------------- --------------- -------10.10.1.0 255.255.255.0 NO8pxq192.168.102.5 255.255.255.255 12BE$56Udp Port: 1813key
- Use to enter the IP address and mask of the network that will use the RADIUS relay server, and to specify the key (secret) used during exchanges between the RADIUS relay server and client.
- Example
host1(config-radius-relay)#key 10.10.15.25 255.255.255.0 Secret3ClientkeyUse the no version to delete the secret. radius relay server
- Use to configure a RADIUS relay authentication or accounting server and enter RADIUS Relay Configuration mode.
- Example
host1(config)#radius relay authentication serverhost1(config-radius-relay)#Use the no version to unconfigure the RADIUS relay server. radius relay udp-checksum
host1(config)#radius relay udp-checksum enableUse the no version to restore the default, enable. udp-port
host1(config-radius-relay)#udp-port 1850Use the no version to return to the default, port 1812 for authentication servers or port 1813 for accounting servers.