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