- vlan-prof-any-tpid {
-
- interfaces {
-
- $junos-interface-ifd-name {
-
- unit $junos-interface-unit {
- demux-source inet; #Enables demux interface use over the
VLAN interface.
- vlan-tags outer $junos-vlan-id; #Statement/variable combination
enables the recognition of any VLAN interface TPID value.
-
- family inet {
- unnumbered-address lo0.0 preferred-source-address 100.20.0.2;
- }
- }
- }
- }
- }