Configuring Dynamic Underlying VLAN Interfaces to Use Access-Line Identifiers
After you define the access-line-identifier (ALI) interface set, you must configure the underlying VLAN interface to enable creation of dynamic VLAN subscriber interfaces based on the ALI. You can configure the underlying VLAN interface statically or dynamically.
This topic describes how to configure the underlying VLAN interface dynamically.
Before you begin:
Create a dynamic profile that defines the underlying VLAN interface.
See the following topics:
To configure a dynamic underlying VLAN interface to use the ALI:
The following example shows the dynamic configuration that uses these statements. This configuration enables the underlying dynamic IP demultiplexing (IP demux) VLAN interface to create dynamic subscriber interfaces based on the ARI by applying a single default ALI interface set dynamic profile (ali-vlan-set-profile2) to all households on the VLAN interface.
[edit dynamic-profiles ali-vlan-underlying-profile-demux]
interfaces {
“$junos-interface-ifd-name” {
unit "$junos-interface-unit" {
auto-configure {
line-identity {
dynamic-profile ali-vlan-set-profile2;
include {
remote-id;
}
}
}
vlan-id "$junos-vlan-id";
demux-options {
underlying-interface “$junos-interface-ifd-name”;
}
family inet {
unnumbered-address lo0.0 preferred-source-address 198.51.100.20;
}
}
}
}