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; } } } } } } }