To configure a FreeRADIUS server, follow these steps:
client junoscope.server.IPAddress {
secret = junoscope
shortname = junoscope.server.name
}
Replace junoscope.server.IPAddress with the IP address of the JUNOscope software server to which you want users to log in. Replace junoscope with the shared secret between the RADIUS server and the client. Replace junoscope.server.name with the DNS name of the JUNOscope software server to which you want users to log in.
# Juniper Extensions ATTRIBUTE Juniper-Local-User-Name 1 string Juniper
Where Juniper-Local-User-Name is a RADIUS vendor-specific attribute used by Juniper Networks.
Edward Auth-type:=Local, User-Password = "Edward" Juniper-Local-User-Name = "fritz"
The Juniper-Local-User-Name is optional.
VENDOR Juniper 2636
The Juniper Networks RADIUS Vendor ID attribute is 2636.