[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Example: Configuring a VLAN Dynamic Profile for VLANs with Any TPID Value and Enabling Demux Interfaces over the VLAN Interface

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;
}
}
}
}
}

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]