Related Documentation
- M, MX Series
- Subscriber Interfaces and PPPoE Overview
- Dynamic PPPoE Subscriber Interfaces over Static Underlying Interfaces Overview
- Configuring a Basic PPPoE Dynamic Profile
- Configuring an Underlying Interface for Dynamic PPPoE Subscriber Interfaces
- Example: Configuring a Dynamic PPPoE Subscriber Interface on a Static Gigabit Ethernet VLAN Interface
- Verifying and Managing Dynamic PPPoE Configuration
- MX Series
- Dynamic Service Sets Overview
- Associating Service Sets with Interfaces in a Dynamic Profile
- Dynamic Firewall Filters Overview
- Dynamically Attaching Statically Created Filters for a Specific Interface Family Type
Configuring a PPPoE Dynamic Profile with Additional Options
You can configure a dynamic profile for PPPoE that has additional options for subscriber access. All of these optional statements, with the exception of the keepalives and no-keepalives statements, are configured at the [edit dynamic-profiles profile-name interfaces pp0 unit “$junos-interface-unit” family family] hierarchy level. The keepalives and no-keepalives statements are configured at the [edit dynamic-profiles profile-name interfaces pp0 unit “$junos-interface-unit”] hierarchy level.
The additional options for PPPoE subscriber access in a dynamic profile can include one or more of the following:
- The keepalive interval (keepalives), or the option to disable sending keepalive messages (no-keepalives)
- The IPv4 or IPv6 address of the dynamic PPPoE logical interface (address)
- Definition of the service sets and filters to be applied to the dynamic PPPoE logical interface, configured at the [edit dynamic-profiles profile-name interfaces pp0 unit “$junos-interface-unit” family family service] hierarchy level
- Association of an input and output filter to the dynamic PPPoE logical interface, configured at the [edit dynamic-profiles profile-name interfaces pp0 unit “$junos-interface-unit” family family filter] hierarchy level
![]() | Note: The creation of dynamic PPPoE subscriber interfaces is supported for the inet and inet6 protocol families. |
Before you begin:
- Configure a basic PPPoE dynamic profile.
To configure a PPPoE dynamic profile with additional options for subscriber access:
- Modify the keepalive interval, or configure the router
to disable sending keepalive messages.
- To modify the keepalive interval:[edit dynamic-profiles business-pppoe-profile interfaces pp0 unit "$junos-interface-unit"]user@host# set keepalives interval 15
- To disable sending keepalive messages:[edit dynamic-profiles business-pppoe-profile interfaces pp0 unit "$junos-interface-unit"]user@host# set no-keepalives
- To modify the keepalive interval:
- Specify that you want to configure the inet (IPv4) or inet6 (IPv6) protocol family.
- Specify the IPv4 or IPv6 address of the dynamic PPPoE logical interface.
- Specify the input and output service sets that you want
to apply to the dynamic PPPoE logical interface.[edit dynamic-profiles business-pppoe-profile interfaces pp0 unit "$junos-interface-unit" family inet]user@host# set service input service-set inputService_100user@host# set service input post-service-filter postService_20user@host# set service output service-set outputService_200
- Specify the input and output filters that you want to
apply to the dynamic PPPoE logical interface.
To control the order in which filters are processed, you can optionally specify a precedence value for the input filter, output filter, or both.
[edit dynamic-profiles business-pppoe-profile interfaces pp0 unit "$junos-interface-unit" family inet]user@host# set filter input pppoe-input-filteruser@host# set filter output pppoe-output-filter precedence 50
Related Documentation
- M, MX Series
- Subscriber Interfaces and PPPoE Overview
- Dynamic PPPoE Subscriber Interfaces over Static Underlying Interfaces Overview
- Configuring a Basic PPPoE Dynamic Profile
- Configuring an Underlying Interface for Dynamic PPPoE Subscriber Interfaces
- Example: Configuring a Dynamic PPPoE Subscriber Interface on a Static Gigabit Ethernet VLAN Interface
- Verifying and Managing Dynamic PPPoE Configuration
- MX Series
- Dynamic Service Sets Overview
- Associating Service Sets with Interfaces in a Dynamic Profile
- Dynamic Firewall Filters Overview
- Dynamically Attaching Statically Created Filters for a Specific Interface Family Type
Published: 2013-02-11
Related Documentation
- M, MX Series
- Subscriber Interfaces and PPPoE Overview
- Dynamic PPPoE Subscriber Interfaces over Static Underlying Interfaces Overview
- Configuring a Basic PPPoE Dynamic Profile
- Configuring an Underlying Interface for Dynamic PPPoE Subscriber Interfaces
- Example: Configuring a Dynamic PPPoE Subscriber Interface on a Static Gigabit Ethernet VLAN Interface
- Verifying and Managing Dynamic PPPoE Configuration
- MX Series
- Dynamic Service Sets Overview
- Associating Service Sets with Interfaces in a Dynamic Profile
- Dynamic Firewall Filters Overview
- Dynamically Attaching Statically Created Filters for a Specific Interface Family Type