Starting in Junos
OS Release 14.1, you configure an interface to use a dynamic profile
when the dynamic VLANs are created. The dynamic profile uses the VLAN
ranges configured for the interface.
To configure the interface:
-
Specify
the interface over which you want to create dynamic VLANs.
user@host# edit interfaces ge-0/0/0
-
Specify
the VLAN range
configuration.
[edit interfaces ge-0/0/0]
user@host# edit auto-configure vlan-ranges
-
Specify the dynamic profile used to create VLANs.
To create
the dynamic profile, see Configuring a Dynamic Profile Used to Create
Single-Tag
VLANs.
[edit interfaces ge-0/0/0 auto-configure vlan-ranges]
user@host# edit dynamic-profile VLAN-PROF1
-
Specify the VLAN Ethernet packet type the VLAN dynamic profile accepts.
inet and dhcp-v4 for IPv4 packets,
inet6 and dhcp-v6 for IPv6 packets,
and pppoe for PPP packets are supported.
[edit interfaces ge-0/0/0 auto-configure vlan-ranges dynamic-profile VLAN-PROF1]
user@host# set accept inet
-
Specify the VLAN ranges that you want the dynamic profile to use. The following
example specifies a lower VLAN ID limit of 3000 and any upper VLAN ID limit (a
range from 1 through 4094).
[edit interfaces ge-0/0/0 auto-configure vlan-ranges dynamic-profile VLAN-PROF1]
user@host# set ranges 3000-any
Note:
You can configure multiple VLAN range groups (up to 32 total) on the same
physical interface that use different VLAN dynamic profiles.
Change History Table
Feature support is determined by the platform and release you are using. Use Feature Explorer to determine if a feature is supported on your platform.
14.1
Starting in Junos
OS Release 14.1, you configure an interface to use a dynamic profile
when the dynamic VLANs are created. The dynamic profile uses the VLAN
ranges configured for the interface.