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

Example: Configuring a VLAN Dynamic Profile for VLANs with a TPID of 0x8100

vlan-prof1 {
interfaces {
"$junos-interface-ifd-name" {
unit "$junos-interface-unit" {
vlan-id "$junos-vlan-id"; #Note the statement and variable use.
family inet {
unnumbered-address lo0.0 preferred-source-address 100.20.0.2;
}
}
}
}
}

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