Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Preconfigured Groups for Service PICs and for Session PICs Overview

date_range 13-Jan-21

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:

content_copy zoom_out_map
[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:

content_copy zoom_out_map
[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:

content_copy zoom_out_map
[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;
                        }
                    }
                }
            }
        }
    }
}
footer-navigation