Configuration Guide RADIUS Dynamic Authorization Extension Configuration
Ruijie# clear radius
dynamic-authorization-extension statistics
Configuration example:
Ruijie# show radius dynamic-authorization-extension statistics
Disconnect-Request Received: 50
Incorrect Disconnect-Request Received: 1
Disconnect-Request Dropped for Queue Full: 0
Disconnect-Request Process Timeout: 0
Disconnect-Request Process Success: 49
Disconnect-ACK Sent: 25
Disconnect-ACK Sent Failed: 0
Disconnect-NAK Sent: 24
Disconnect-NAK Sent Failed: 0
Configuring Optional Features of RADIUS Dynamic Authorization Extension
Configuring a UDP Port
By default, the UDP Port 3799 is used for DM as specified in RFC. Use the following command to change a UDP port to
intercept the packets. .
Ruijie# configure terminal
Enter global configuration mode.
Ruijie(config)# radius
dynamic-authorization-extension port num
Set the number of a UDP port for intercepting the
packets about RADIUS dynamic authorization
extension. The value ranges from 1024 to 65535.
The default value is 3799.
Ruijie(config)# show running-config
Use the no radius dynamic-authorization-extension port command to restore the default interception port in global
configuration mode.
The example below shows how to configure a UDP port intercepting the packets about RADIUS dynamic authorization
extension:
# Set the port numbered 8080 to intercept RADIUS requests:
Ruijie# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Ruijie(config)# radius dynamic-authorization-extension port 8080
Ruijie(config)# show running-config
# Repeat the configuration: