Example: Configuring Dynamic Subscriber Interfaces on IP Demux Interfaces
This example shows how to configure dynamic subscriber interfaces on IP demux interfaces.
DHCP dynamically creates the demux interface when a subscriber logs in.
To configure subscribers on dynamic demux interfaces:
- Configure the static VLAN as the underlying interface.
- Configure the creation of demux interfaces
in the dynamic profile.
- dynamic-profiles {
- subscriber profile {
-
- interfaces {
-
- demux0 {
-
- "$junos-interface-ifd-name" {
-
- unit "$junos-interface-unit" {
-
- demux-options {
- underlying-interface "$junos-underlying-interface";
- }
-
- family inet {
-
- demux-source {
- $junos-subscriber-ip-address;
- }
-
- filter {
- input ingressFilter;
- output egressFilter;
- }
- mac-validate loose;
- }
- }
- }
- }
- }
- Configure the access method to dynamically
create the demux interface.
DHCP relay is the access method used in this example.
- Configure the interface for DHCP.
