Skip to content

Support



Juniper was the first North American IP routing vendor to achieve the prestigious TL 9000 certification by the Quality of Excellence for Suppliers of Telecommunications (QuEST) Forum in the router category, for design, development, provision and service and support.



What is J-Care?

It's the world-class service and support that you expect from a company that delivers the industry's best infrastructure and security products. With J-Care, you now have the confidence knowing that Juniper will do our part to keep you on top of the world!


Configuring Server Groups

You can configure a named group of DHCP servers for use by the extended DHCP relay agent on the router.

You specify the name of the DHCP server group and the IP addresses of one or more DHCP servers that belong to this group. You can configure a maximum of five IP addresses per named server group.

To configure a named server group:

  1. Specify the name of the server group.
    [edit forwarding-options dhcp-relay]
    user@host# set server-group myServerGroup
  2. Add the IP addresses of the DHCP servers belonging to the group.
    [edit forwarding-options dhcp-relay server-group myServerGroup]
    user@host# set 192.168.100.50
    user@host# set 192.168.100.75