- play_arrow Subscriber-Aware and Application-Aware Traffic Treatment Overview
- play_arrow Subscriber-Aware and Application-Aware Traffic Treatment Overview
-
- play_arrow Configuring Reporting for Subscriber-Aware Data Sessions
- play_arrow Configuring Reporting
-
- play_arrow Modifying Subscriber-Aware Configuration
- play_arrow Modifying Subscriber-Aware Configuration in Maintenance Mode
- Maintenance Mode Overview for Subscriber Aware Policy Enforcement
- Changing Address Attributes in the Address Pool
- Deleting an Address Pool
- Changing AMS Interface Parameters on a TDF Gateway
- Modifying a TDF Domain
- Modifying the TDF Interface of a TDF Domain
- Deleting a TDF Domain
- Changing a TDF Interface
- Deleting a TDF Interface
- Changing TDF Gateway Parameters with Maintenance Mode
- Changing PCEF Profiles, PCC Rules, PCC Rulebases, Diameter Profiles, Flow Descriptions, and PCC Action Profiles
- Deleting a PCEF Profile
- Changing Static Time-of-Day Settings for PCC Rules
- Deleting a Services PIC
- Deleting a Session PIC
-
- play_arrow Monitoring and Troubleshooting
- play_arrow Monitoring and Troubleshooting
-
- play_arrow Configuration Statements and Operational Commands
Preconfigured Groups for Service PICs and for Session PICs Overview
To simplify configuration, Junos Subscriber Aware software includes
predefined configuration groups that include the parameters for stable
operation of session PICs and service PICs. These groups are included
in the /etc/config/tdf-defaults.conf
file, which you load
and then merge with your configuration. Next, you apply the appropriate
group to each session PIC and service PIC configuration as follows:
For each session PIC, apply the
tdf-session-xlp
group.For each service PIC that requires application identification but not HTTP header enrichment, apply the
tdf-services-xlp-dpi
group.For each service PIC that requires both application identification and HTTP header enrichment, configure the
tdf-services-xlp-dpi-with-hcm
group.
The predefined tdf-session-xlp
group contains
the following statements:
[edit groups] tdf-session-xlp { chassis { fpc <*> { pic <*> { adaptive-services { service-package { extension-provider { boot-os embedded-junos64; package jservices-mobile; } } } } } } }
The predefined tdf-services-xlp-dpi
group
contains the following statements:
[edit groups] tdf-services-xlp-dpi { chassis { fpc <*> { pic <*> { adaptive-services { service-package { extension-provider { boot-os embedded-junos64; package jservices-mss; package jservices-jdpi; package jservices-pcef; } } } } } } }
The predefined tdf-services-xlp-dpi-with-hcm
group contains the following statements:
[edit groups] tdf-services-xlp-dpi-with-hcm { chassis { fpc <*> { pic <*> { adaptive-services { service-package { extension-provider { boot-os embedded-junos64; package jservices-mss; package jservices-jdpi; package jservices-pcef; package jservices-hcm; package jservices-crypto-base; } } } } } } }