To configure the router to create dynamic VLAN subscriber
interfaces for DHCP and PPPoE subscribers based on ACI information,
you must create a dynamic ACI interface set.
To configure an ACI interface set in a dynamic profile:
- Access the dynamic profile that defines the ACI interface
set.
[edit]
user@host# edit dynamic-profiles profile-name
- Configure the dynamic ACI interface set.
[edit dynamic-profiles profile-name]
user@host# edit interfaces interface-set $junos-interface-set-name
Use the $junos-interface-set-name
predefined variable
to represent the name of the ACI interface set. It is replaced with
the actual ACI interface set name generated by the router when the
first subscriber from that household logs in.
- Include the underlying interfaces for the dynamic ACI
interface set.
[edit dynamic-profiles profile-name interfaces interface-set “$junos-interface-set-name”]
user@host# set interface $junos-interface-ifd-name
Use the $junos-interface-ifd-name
predefined variable
to represent the name of the interface. The variable is replaced with
the name of the interface on which the subscriber accesses the BNG.
The unit
statement is not required in the dynamic
profile when you configure an ACI interface set.
- (Optional) For dynamic PPPoE subscriber interfaces, configure
the maximum number of dynamic PPPoE sessions that the router can activate
for the ACI interface set; that is, for the same household.
[edit dynamic-profiles profile-name interfaces interface-set “$junos-interface-set-name”]
user@host# edit pppoe-underlying-options
[edit dynamic-profiles profile-name interfaces interface-set “$junos-interface-set-name” pppoe-underlying-options]
user@host# set max-sessions number
- (Optional) Apply attributes for CoS and interface filters
to all subscriber interfaces belonging to the ACI interface set.
The following example shows the minimum dynamic profile required
to define an ACI interface set named aci-vlan-set-profile
. It uses predefined variables to represent the interface set and
the underlying physical interface.
[edit dynamic-profiles aci-vlan-set-profile]
interfaces {
interface-set "$junos-interface-set-name" {
interface "$junos-interface-ifd-name";
}
}