Configuring Static Underlying VLAN Interfaces to Use Agent Circuit Identifier Information
After you define the agent circuit identifier (ACI) interface set, you must configure the underlying VLAN interface to enable creation of dynamic VLAN subscriber interfaces based on ACI information. You can configure the underlying VLAN interface statically or dynamically.
This topic describes how to configure the underlying VLAN interface statically.
To configure a static underlying VLAN interface to use ACI information:
Associate the dynamic profile that defines the ACI interface set with the static underlying VLAN interface.
[edit] user@host# set interfaces interface-name unit logical-unit-number auto-configure agent-circuit-identifier dynamic-profile aci-interface-set-profile-name
For example, the following statement associates static Gigabit Ethernet VLAN interface ge-1/0/0.0 with the dynamic profile aci-vlan-set-profile that defines the ACI interface set.
[edit] user@host# set interfaces ge-1/0/0 unit 0 auto-configure agent-circuit-identifier dynamic-profile aci-vlan-set-profile
The following example shows the static configuration that uses this statement. This configuration enables the underlying VLAN interface ge-1/0/0.0 to create dynamic subscriber interfaces based on ACI information by applying a single default ACI interface set dynamic profile (aci-vlan-set-profile) to all households on the VLAN interface.
[edit] interfaces { ge-1/0/0 { flexible-vlan-tagging; unit 0 { vlan-id 100; auto-configure { agent-circuit-identifier { dynamic-profile aci-vlan-set-profile; } } } } }