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


To configure services interfaces, include the following statements at the [edit interfaces] hierarchy level of the configuration. The statements can also be configured at the [edit logical-routers logical-router-name interfaces] hierarchy level.

NOTE: For the complete [edit interfaces] hierarchy, see the JUNOS Network Interfaces Configuration Guide. This listing includes only the statements used in configuring services.


interface-name {
    (atm-options | fastether-options | gigether-options | sonet-options) {
        mpls {
            pop-all-labels {
                required-depth number;
            }
        }
    }
    encapsulation type;
    lsq-failure-options {
        no-termination-request;

        [ trigger-link-failure interface-name ];
    }
    mlfr-uni-nni-bundle-options {
        acknowledge-retries number;
        acknowledge-timer milliseconds;
        action-red-differential-delay (disable-tx | remove-link);
        drop-timeout milliseconds;
        fragment-threshold bytes;
        cisco-interoperability send-lip-remove-link-for-link-reject;

        hello-timer milliseconds;
        lmi-type (ansi | itu);
        minimum-links number;
        mrru bytes;
        n391 number;
        n392 number;
        n393 number;
        red-differential-delay milliseconds;
        t391 number;
        t392 number;
        yellow-differential-delay milliseconds;
        encapsulation type:
    }
    passive-monitor-mode;
    unit logical-unit-number {
        clear-dont-fragment-bit;
        compression {
            rtp {
                maximum-contexts number <force>;
                f-max-period number;
                queues [ queue-numbers ];
                port {
                    minimum port-number;
                    maximum port-number;
                }
            }
        }
        compression-device interface-name;
        copy-tos-to-outer-ip-header;
        disable-mlppp-inner-ppp-pfc;
        dynamic-call-admission-control {
            activation-priority priority; 

            bearer-bandwidth-limit kilobits-per-second;

        }

        dial-options {
            ipsec-interface-id name;
            l2tp-interface-id name;
            (dedicated | shared);
        }
        family family {
            accounting {
                destination-class-usage;
                source-class-usage direction;
                }
            address address {
                destination address;
            }
            bundle (ml-fpc/pic/port | ls-fpc/pic/port);
            ipsec-sa ipsec-sa;
            multicast-only;
            receive-options-packets;
            receive-ttl-exceeded;
            sampling direction;
            service {
                input {
                    [ service-set service-set-names <service-filter filter-name> ];
                    post-service-filter filter-name;
                }
                output {
                    [ service-set service-set-names <service-filter filter-name> ];
                }
            }
        }
        peer-unit unit-number;
        rpm client;
        service-domain (inside | outside);
        tunnel {
            backup-destination address;
            destination destination-address;
            key number;
            routing-instance {
                destination routing-instance-name;
            }
            source-address address; 
            ttl number;
        }
        dlci dlci-identifier;
        drop-timeout milliseconds;
        encapsulation type;
        fragment-threshold bytes;
        interleave-fragments {
            queues [ queue-numbers ];
        }
        minimum-links number;
        mrru bytes;
        multicast-dlci dlci-identifier;
        short-sequence;
    }
    multiservice-options {
        (core-dump | no-core-dump);
        (syslog | no-syslog);
    }
    services-options {
        inactivity-timeout seconds;
        open-timeout seconds;
        syslog {
            host hostname {
                services severity-level;
                facility-override facility-name;
                log-prefix prefix-value;
            }
        }
    }
}
rlsqnumber {
    redundancy-options {
        hot-standby | warm-standby;
        primary lsq-fpc/pic/port;
        secondary lsq-fpc/pic/port;
    }
}
rspnumber {
    redundancy-options {
        primary sp-fpc/pic/port;
        secondary sp-fpc/pic/port;
    }
}
so-fpc/pic/port {
    unit logical-unit-number {
        passive-monitor-mode;
    }
}

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