Configuring a Stacked VLAN Dynamic Profile
You can configure a dynamic profile for creating stacked 802.1Q VLANs.
Before you begin:
- Configure the dynamic profile.
To configure a stacked VLAN dynamic profile:
- Ensure that the VLAN dynamic profile uses the $junos-interface-ifd-name variable for the dynamic interface and the $junos-interface-unit variable for the interface unit.
- (Optional) To support dynamic demux interfaces,
enable them using the demux-source statement.
- [edit dynamic-profiles VLAN-PROF1 interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit"]
- user@host# set demux-source inet
- (Optional) To configure the router to
respond to any ARP request, specify the proxy-arp statement.
- [edit dynamic-profiles VLAN-PROF1 interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit"]
- user@host# set proxy-arp
- Specify the outer VLAN ID variable.
- [edit dynamic-profiles STACKED-VLAN-PROF1 interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit"]
- user@host# set vlan-tags outer $junos-stacked-vlan-id
The variable is dynamically replaced with an outer VLAN ID within the VLAN range specified at the [interfaces] hierarchy level.
- Specify the inner VLAN ID variable.
- [edit dynamic-profiles STACKED-VLAN-PROF1 interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit"]
- user@host# set vlan-tags inner $junos-vlan-id
The variable is dynamically replaced with an inner VLAN ID within the VLAN range specified at the [interfaces] hierarchy level.
- Define the unit family.
- Specify the family type.
- [edit dynamic-profiles VLAN-PROF1 interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit"]
- user@host# set family inet
- (Optional) Enable IP and MAC address validation for dynamic
IP demux interfaces in a dynamic profile.
- [edit dynamic-profiles VLAN-PROF1 interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" family inet]
- user@host# set mac-validate strict
- Specify the unnumbered address.
- [edit dynamic-profiles VLAN-PROF1 interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" family inet]
- user@host# set unnumbered-address lo.0
- Specify the preferred source address.
- [edit dynamic-profiles VLAN-PROF1 interfaces "$junos-interface-ifd-name" unit "$junos-interface-unit" family inet]
- user@host# set preferred-source-address 192.0.16.1
- Specify the family type.
