...
To change a specific RADIUS server setting, log into in to the UCME CLI and enter the following commands:
Step | IOS Commands |
---|---|
1 | conf t |
2 | radis radius server SERVER_NAME |
3 | retransmit 3 |
4 | exit |
5 | wr |
With the above configuration, changes on the specific server which is entered where SERVER_NAME is for which these settings apply, will try to send resend data if there is a failure. All , whilst the others will give up if the initial packet is lost.
...