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. |
- host1(config)#radius relay authentication
server
- host1(config-radius-relay)#
- host1(config-radius-relay)#key 192.168.25.9
255.255.255.255 mysecret
- host1(config-radius-relay)#udp-port 1812
- host1(config-radius-relay)#exit
- host1(config)#exit
- host1#show radius relay servers
RADIUS Relay Authentication Server Configuration ------------------------------------------------ IP Address IP Mask Secret ------------- --------------- --------- 10.10.15.0 255.255.255.0 secret 10.10.8.15 255.255.255.255 newsecret 192.168.25.9 255.255.255.255 mysecret 192.168.102.5 255.255.255.255 999Y2K Udp Port: 1812
RADIUS Relay Accounting Server Configuration -------------------------------------------- IP Address IP Mask Secret ------------- --------------- ------- 10.10.1.0 255.255.255.0 NO8pxq 192.168.102.5 255.255.255.255 12BE$56 Udp Port: 1813
key
- host1(config-radius-relay)#key 10.10.15.25
255.255.255.0 Secret3Clientkey
radius relay server
- host1(config)#radius relay authentication
server
- host1(config-radius-relay)#
radius relay udp-checksum
- host1(config)#radius relay udp-checksum enable
udp-port
- host1(config-radius-relay)#udp-port 1850