[Contents] [Prev] [Next] [Index] [Report an Error]


Configure Adaptive Services Interfaces

You can configure basic properties of the adaptive services interface on a global level, including default values for system logging, timeout, and intrusion detection properties. To configure properties for the entire interface, you include statements at the [edit interfaces interface-name] hierarchy level:

[edit interfaces interface-name]
unit logical-unit-number {
    clear-dont-fragment-bit;
    dial-options {
        l2tp-interface-id name {
            (dedicated | shared);
        }
    }
    encapsulation type;
    family inet {
        address address {
        ...
        }
        filter {
            group filter-group-number;
            input filter-name;
            output filter-name;
        }
        policer {
            input policer-template-name;
            output policer-template-name;
        }
        service {
            input {
                [ service-set service-set-name <service-filter filter-name> ];
                post-service-filter filter-name;
            }
            output {
                [ service-set service-set-name <service-filter filter-name> ];
            }
        }
    }
    service-domain (inside | outside);
}
service-options {
    inactivity-timeout seconds;
    open-timeout seconds;
    syslog {
        host hostname {
            facility-override facility-name;
            log-prefix prefix-number;
            [ services priority-level ];
        }
    }
}

This chapter contains the following sections:

For detailed information about configuring the Adaptive Services (AS) PIC, see the JUNOS Services Interfaces Configuration Guide.


[Contents] [Prev] [Next] [Index] [Report an Error]