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

family inet6

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
inet6 {
    accounting {
        destination-class-usage;
        source-class-usage {
            input;
            ouput;
        }
    }
    address source–address/prefix { 
        eui-64;
        ndp address {
            (mac mac-address | multicast-mac multicast-mac-address);
            publish;
        }
        preferred;
        primary;
        vrrp-inet6-group group_id {
            (accept-data | no-accept-data);
            advertisements-threshold number;
            authentication-key value;
            authentication-type (md5 | simple);
            fast-interval milliseconds;
            inet6-advertise-interval milliseconds;
            (preempt <hold-time seconds>| no-preempt );
            priority value;
            track {
                interface interface-name {
                     bandwidth-threshold value;
                    priority-cost value;
                }
                priority-hold-time seconds;
                route route-address{
                    routing-instance routing-instance;
                }
            }
            virtual-inet6-address [address];
            virtual-link-local-address address;
            vrrp-inherit-from {
                active-group value;
                active-interface interface-name;
            }
        }
        web-authentication {
            http;
            https;
            redirect-to-https;
        }
    }
    (dad-disable | no-dad-disable);
    dhcpv6-client {
        client-ia-type (ia-na | ia-pd); 
        client-identifier duid-type (duid-ll | duid-llt | vendor);
        client-type (autoconfig | stateful);
        rapid-commit;
        req-option (dns-server | domain | fqdn | nis-domain | nis-server | ntp-server | sip-domain | sip-server |time-zone | vendor-spec); 
        retransmission-attempt number;
        update-router-advertisement {
            interface interface-name;
        }
        update-server;
    }
    filter {
        group number;
        input filter-name;
        input-list [filter-name];
        output filter-name;
        output-list [filter-name];
    }
    mtu value;
    nd6-stale-time seconds;
    no-neighbor-learn;
    policer {
        input input-name;
        output output-name;
    }
    rpf-check {
        fail-filter filter-name;
        mode {
            loose;
        }
    }
    sampling {
        input;
        output;
    }
    unnumbered-address {
        interface-name;
        preferred-source-address preferred-source-address;
    }
    ndp-proxy | dad-proxy {
        interface-restricted
        }
}

Hierarchy Level

content_copy zoom_out_map
[edit interfaces interface unit unit ]

Description

Assign an IPV6 address to a logical interface.

Options

ipaddress—Specify the IP address for the interface. The remaining statements are explained separately.

Note:

You use family inet6 to assign an IPv6 address. You use family inet to assign an IPv4 address. An interface can be configured with both an IPv4 and IPv6 address.

Required Privilege Level

interface—To view this statement in the configuration.

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

Release Information

Statement supported in Junos 10.2 for SRX Series Firewalls.

footer-navigation