RADIUS Configure in ZTE OLT
[boxads]
Today i will be discuss how to RADIUS Configure in ZTE OLT.
Prerequisites:
- Make sure that the network device works normally.
- Log in to the ZXA10 C220 through HyperTerminal or Telnet.
Context:
RADIUS is a standard AAA protocol.
The ZXA10 C220 supports RADIUS authentication for Telnet user.
To configure the RADIUS, perform the following steps:
Step-1. Use the configure terminal command to enter global configuration mode.
Step-2. Use the radius authentication-group command to configure RADIUS authentication group.
Step-3. Use the server command to configure RADIUS server.
Step-4. Use the algorithm command to configure RADIUS algorithm.
Step-5. Use the timeout command to configure RADIUS time-out time.
Step-6. Use the deadtime command to configure RADIUS invalid time.
Step-7. Use the max-retries command to configure RADIUS maximum retry times.
Example of RADIUS Configure in ZTE OLT:
- Authentication group: 1
- Server IP address: 10.61.225.14
- Key: zte
- Algorithm: round-robin
- Invalid time: 60 minute
- Max retry times: 3
[bodyads]
ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#radius authentication-group 1
ZXAN(config-authgrp-1)#server 1 10.61.225.14 key zte
ZXAN(config-authgrp-1)#timeout 120
ZXAN(config-authgrp-1)#algorithm round-robin
ZXAN(config-authgrp-1)#deadtime 60
ZXAN(config-authgrp-1)#max-retries 3