To specify one or more RADIUS authentication or accounting servers to use for subscriber access management, include the authentication-server and accounting-server statements at the [edit access profile profile-name radius] hierarchy level. You must specify the IP address for the authentication or accounting server.
- [edit access profile profile-name radius]
-
authentication-server [ ip-address ];
-
accounting-server [ ip-address ];
To configure multiple RADIUS authentication or accounting servers, include multiple ip-address entries, for example:
- [edit access profile profile-name radius]
- authentication-server 192.168.1.1 192.168.1.2 192.168.1.3;
- accounting-server 192.168.1.1 192.168.1.3 192.168.1.4;