Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

group (DHCP Security)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
group group-name {
    interface interface-name {
        static-ip ip-address {
            mac mac-address; 
        }
        static-ipv6 ip-address {
            mac mac-address; 
        }
    }
    overrides {
        no-dhcpv6-options;
        no-option16;
        no-option18;
        no-option37;
        no-option82;
        trusted;
        untrusted;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit vlans vlan-name forwarding-options dhcp-security]

Description

Specify the name of a group of access interfaces that you want to configure for DHCP security attributes that are different from the attributes set for other interfaces in the VLAN. A group must contain at least one interface.

The remaining statements are explained separately.

Required Privilege Level

interface—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 13.2X50-D10 .

Support for the static-ipv6 and no-option37 statements introduced in Junos OS Release 13.2X51-D20 for EX Series switches.

footer-navigation