Navigation
Supported Platforms
Related Documentation
- M, MX Series
- Dynamic Profiles Overview in the Junos OS Subscriber Management, Release 13.1.
- MX Series
- Configuring Top-Level Broadband Subscriber Management Elements
Configuring a PPPoE Dynamic Profile for the Triple Play Solution
A dynamic profile is a set of characteristics, defined in a type of template, that you can use to provide dynamic subscriber access and services for broadband applications. These services are assigned dynamically to interfaces.
![]() | Note: The following configuration is PPPoE-specific. |
To configure a PPPoE dynamic profile:
- Create and name the dynamic profile.[edit]user@host# edit dynamic-profiles Profile-Triple-Play
- Edit the profile PPPoE dynamic interface.[edit dynamic-profiles Profile-Triple-Play]user@host# edit interfaces pp0
- Edit the unit variable.[edit dynamic-profiles Profile-Triple-Play interfaces pp0]user@host# edit unit $junos-interface-unit
- Edit the PPP options.[edit dynamic-profiles Profile-Triple-Play interfaces pp0 unit "$junos-interface -unit"]user@host# edit ppp-options
- (Optional) Specify either chap or pap (or both).
- Edit the PPPoE options.[edit dynamic-profiles Profile-Triple-Play interfaces pp0 unit “$junos-interface-unit”]user@host# edit pppoe-options
- Specify the PPPoE underlying interface variable.[edit dynamic-profiles Profile-Triple-Play interfaces pp0 unit “$junos-interface-unit” pppoe-options]user@host# set underlying-interface $junos-underlying-interface
- Define the router to act as a PPPoE server when a PPPoE
logical interface is dynamically created.[edit dynamic-profiles Profile-Triple-Play interfaces pp0 unit “$junos-interface-unit” pppoe-options]user@host# set server
- Edit the dynamic interface family.[edit dynamic-profiles Profile-Triple-Play interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit"]user@host# edit family inet
- Specify the input filter that you want to apply to each
dynamic interface when it is created.[edit dynamic-profiles Profile-Triple-Play interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit" family inet]user@host# set filter input fltr_af41
- Specify the output filter that you want to apply to each
dynamic interface when it is created.[edit dynamic-profiles Profile-Triple-Play interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit" family inet]user@host# set filter output fltr_af41
- Enable the local address to be derived from the specified
PPPoE interface (in this case, the loopback address).[edit dynamic-profiles Profile-Triple-Play interfaces "$junos-interface-ifd-name" unit "$junos-underlying-interface-unit" family inet]user@host# set unnumbered-address lo0.0
- Edit dynamic class of service.[edit dynamic-profiles Profile-Triple-Play]user@host# edit class-of-service
- Edit the dynamic CoS traffic control
profile.[edit dynamic-profiles Profile-Triple-Play class-of-service]user@host# edit traffic-control-profiles
- Create and name a traffic control profile.[edit dynamic-profiles Profile-Triple-Play class-of-service traffic-control-profiles]user@host# edit TrafficProfile_Triple_Play
- Specify a scheduler map that you want the dynamic CoS
traffic control profile to use.[edit dynamic-profiles Profile-Triple-Play class-of-service traffic-control-profiles TrafficProfile_Triple_Play]user@host# set scheduler-map SchedulerMap_Triple_Play_Basic
- Specify the shaping rate that you want the dynamic CoS
traffic control profile to use.[edit dynamic-profiles Profile-Triple-Play class-of-service traffic-control-profiles TrafficProfile_Triple_Play]user@host# set shaping-rate 32700000
- Apply CoS to the dynamic interfaces and apply an output
traffic control profile.[edit dynamic-profiles Profile-Triple-Play class-of-service]user@host# set interfaces $junos-interface-ifd-name unit $junos-underlying-interface-unit output-traffic-control-profileotcp-profile
Related Documentation
- M, MX Series
- Dynamic Profiles Overview in the Junos OS Subscriber Management, Release 13.1.
- MX Series
- Configuring Top-Level Broadband Subscriber Management Elements
Published: 2013-02-13
Supported Platforms
Related Documentation
- M, MX Series
- Dynamic Profiles Overview in the Junos OS Subscriber Management, Release 13.1.
- MX Series
- Configuring Top-Level Broadband Subscriber Management Elements