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


[edit interfaces] Hierarchy Level

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] hierarchy level.

[edit interfaces]
interface-name {
    atm-options {
        mpls {
            pop-all-labels {
                required-depth number;
            }
        }
    }
    encapsulation type;
    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;
        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:
    }
    unit logical-unit-number {
        clear-dont-fragment-bit;
        compression {
            rtp {
                f-max-period number;
                queues [ queue-numbers ];
                port {
                    minimum port-number;
                    maximum port-number;
                }
            }
        }
        dial-options {
            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 | vsp-fpc/pic/port);
            ipsec-sa ipsec-sa;
            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> ];
                }
            }
        }
        passive-monitor-mode;
        peer-unit unit-number;
        service-domain (inside | outside);
        tunnel {
            destination destination-address;
            source-address address; 
            interfaces address; 
            routing-instance {
                destination routing-instance-name;
            }
            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 {
        boot-command filename;
        (core-dump | no-core-dump);
        (syslog | no-syslog);
    }
    services-options {
        inactivity-timeout seconds;
        open-timeout seconds;
        syslog {
            host hostname {
                services priority-level;
                facility-override facility-name;
                log-prefix prefix-number;
            }
        }
    }
}
so-fpc/pic/port {
    unit logical-unit-number {
        passive-monitor-mode;
    }
}

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


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