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!


Enabling DAI on a VLAN (CLI Procedure)

Dynamic ARP inspection (DAI) protects EX-series switches against ARP spoofing. DAI inspects ARP packets on the LAN and uses the information in the DHCP snooping database on the switch to validate ARP packets and to protect against ARP cache poisoning.

You configure DAI for each VLAN, not for each interface (port). By default, DAI is disabled for all VLANs.

    To enable dynamic ARP inspection (DAI) on a VLAN or all VLANs using the CLI:

    • On a single VLAN (here, the VLAN is employee-vlan):
      [edit ethernet-switching-options secure-access-port]
      user@switch# set vlan employee-vlan arp-inspection
    • On all VLANs:
      [edit ethernet-switching-options secure-access-port]
      user@switch# set vlan all arp-inspection