[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] hierarchy level:

[edit]
interfaces interface-name {
    logical-unit-number {
        clear-dont-fragment-bit;
        encapsulation type;
        family inet {
            address address {
            ...
            }
            filter {
                input input-filter-name;
                output output-filter-name;
            }
            policer {
                input input-filter-name;
                output output-filter-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 host-name {
                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 PIC, see the JUNOS Internet Software Configuration Guide: Services Interfaces.


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