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:
- Access the interface over which you want to create dynamic
VLANs.
user@host# edit interfaces ge-0/0/0
- Access 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.
[edit interfaces ge-0/0/0 auto-configure vlan-ranges]
user@host# edit dynamic-profile VLAN-PROF-1
- 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-PROF-1]
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.
- (Optional) Access another VLAN dynamic profile for which
you want to configure VLAN ranges. Specify the VLAN ranges that you
want the dynamic profile to use. The following example specifies a
lower VLAN ID limit of 2000 and any upper VLAN ID limit (a range from
1 through 4094).
[edit interfaces ge-0/0/0 auto-configure vlan-ranges]
user@host# edit dynamic-profile VLAN-PROF2
user@host# set ranges 2000-any
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.