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

auto-configure (IPv6)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
auto-configure {
                    address-ranges {
                        session-timeout seconds;
                        dynamic-profile dynamic-profile {
                            prefix prefix;
                        }
                        authentication {
                            username-include {
                                delimiter;
                                domain-name;
                                user-prefix;
                                auth-server-realm;
                                interface-name;
                                source-address;
                            }
                        }
                    }
                }

Hierarchy Level

content_copy zoom_out_map
[edit dynamic-profiles name interfaces junos-interface-ifd-name unit junos-interface-unit family inet6 

Description

Defines the parameters for creating dynamic VLAN (DVLAN) interface on receiving the first VLAN packet from the client.

Options

dynamic-profile dynamic-profile

Name of the dynamic profile.

session-timeout seconds

Duration of the active dynamic IP subscriber in seconds. If you do not configure the session-timeout value, the system does not delete the dynamic IP subscriber unless an active DHCP subscriber is available.

  • Range: 600 thru 6000

prefix prefix IPv6 address prefix.
username-include As a part of subscriber authentication, you can define the username with the following strings:
  • delimiter-Delimiter or separator character
  • domain-name-Domain name
  • user-prefix-User defined prefix
  • auth-server-realm-Authentication server realm name
  • interface-name-Interface name
  • source-address-Source address

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 22.2R1.

footer-navigation