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!


drop

Syntax

drop;

Hierarchy Level

[edit forwarding-options dhcp-relay relay-option-60 vendor-option],
[edit forwarding-options dhcp-relay relay-option-60 vendor-option (equals | starts-with) (ascii match-string | hexadecimal match-hex)],
[edit forwarding-options dhcp-relay relay-option-60 vendor-option],
[edit forwarding-options dhcp-relay relay-option-60 vendor-option (equals | starts-with) (ascii match-string | hexadecimal match-hex)],
[edit logical-systems logical-system-name forwarding-options dhcp-relay relay-option-60 vendor-option],
[edit logical-systems logical-system-name forwarding-options dhcp-relay relay-option-60 vendor-option (equals | starts-with) (ascii match-string | hexadecimal match-hex)],
[edit logical-systems logical-system-name forwarding-options dhcp-relay group group-name relay-option-60 vendor-option],
[edit logical-systems logical-system-name forwarding-options dhcp-relay group group-name relay-option-60 vendor-option (equals | starts-with) (ascii match-string | hexadecimal match-hex)],
[edit logical-systems logical-system-name routing-instances routing-instance-name forwarding-options dhcp-relay relay-option-60 vendor-option],
[edit logical-systems logical-system-name routing-instances routing-instance-name forwarding-options dhcp-relay relay-option-60 vendor-option (equals | starts-with) (ascii match-string | hexadecimal match-hex)],
[edit logical-systems logical-system-name routing-instances routing-instance-name forwarding-options dhcp-relay group group-name relay-option-60 vendor-option],
[edit logical-systems logical-system-name routing-instances routing-instance-name forwarding-options dhcp-relay group group-name relay-option-60 vendor-option (equals | starts-with) (ascii match-string | hexadecimal match-hex)],
[edit routing-instances routing-instance-name forwarding-options dhcp-relay relay-option-60 vendor-option],
[edit routing-instances routing-instance-name forwarding-options dhcp-relay relay-option-60 vendor-option (equals | starts-with) (ascii match-string | hexadecimal match-hex)],
[edit routing-instances routing-instance-name forwarding-options dhcp-relay group group-name relay-option-60 vendor-option],
[edit routing-instances routing-instance-name forwarding-options dhcp-relay group group-name relay-option-60 vendor-option (equals | starts-with) (ascii match-string | hexadecimal match-hex)]

Release Information

Statement introduced in JUNOS Release 9.0.

Description

Drop (discard) DHCP client packets when you use the DHCP vendor class identifier option (option 60) in DHCP packets to forward client traffic to specific DHCP servers.

To drop DHCP client packets that contain an option 60 string that matches the ASCII or hexadecimal match string and match criteria (exact match or partial match) that you specify, include the drop statement at the [edit forwarding-options dhcp-relay relay-option-60 vendor-option (equals | starts-with) (ascii match-string | hexadecimal match-hex)] hierarchy level.

To drop DHCP client packets that contain an option 60 string that does not match the ASCII or hexadecimal match string and match criteria (exact match or partial match) that you specify, include the drop statement at the [edit forwarding-options dhcp-relay relay-option-60 vendor-option] hierarchy level.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.