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

dhcp-attributes (Access IPv6 Address Pools)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
dhcp-attributes {
    dns-server ipv6-address;
    grace-period seconds;
    maximum-lease-time (seconds | infinite);
    option dhcp-option-identifier-code {
        array {
            byte [8-bit-value];
            flag [ false| off |on |true];
            integer [32-bit-numeric-values];
            ip-address [ip-address];
            short [signed-16-bit-numeric-value];
            string [character string value];
            unsigned-integer [unsigned-32-bit-numeric-value];
            unsigned-short [16-bit-numeric-value];
        }
        byte 8-bit-value;
        flag (false | off | on | true);
        integer 32-bit-numeric-values;
        ip-address ip-address;
        short signed-16-bit-numeric-value;
        string character string value;
        unsigned-integer unsigned-32-bit-numeric-value;
        unsigned-short 16-bit-numeric-value;
    }
    propagate-ppp-settings [interface-name];
    sip-server-address ipv6-address;
    sip-server-domain-name domain-name;
}

Hierarchy Level

content_copy zoom_out_map
[edit access address-assignment pool pool-name family inet6] 

Description

Configure attributes for address pools that can be used by different clients.

Options

  • dns-server IPv6-address—Specify a DNS server to which clients can send DNS queries.

  • grace-period seconds —Specify the grace period offered with the lease.

  • Range: 0 through 4,294,967,295 seconds

  • Default: 0 (no grace period)

  • maximum-lease-time seconds—Specify the maximum length of time in seconds for which a client can request and hold a lease on a DHCP server.

  • Range: 30 through 4,294,967,295 seconds

  • Default: 86,400 seconds (24 hours)

  • option dhcp-option-identifier-code—Specify the DHCP option identifier code.

  • propagate-ppp-settings [interface-name—Specify PPP interface name for propagating DNS or WINS settings.

  • sip-server-address IPv6-address—Specify the IPv6 address of the SIP outbound proxy server.

  • sip-server-domain-name domain-name—Specify the domain name of the SIP outbound proxy server.

Required Privilege Level

access—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 10.4.

footer-navigation