Navigation
Supported Platforms
Related Documentation
Configuring a DHCP 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 DHCP-specific. |
To configure a DHCP dynamic profile:
- Create and name the dynamic profile.[edit]user@host# edit dynamic-profiles Profile-Triple_Play
- Edit the profile dynamic interfaces.[edit dynamic-profiles Profile-Triple-Play]user@host# edit interfaces
- Edit the dynamic interfaces.[edit dynamic-profiles Profile-Triple-Play interfaces]user@host# edit $junos-interface-ifd-name unit $junos-underlying-interface-unit
- 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
- 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-profile]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-profile]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-profile TrafficProfile_Triple_Play