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


[edit logical-routers] Hierarchy Level

The following lists the statements that can be configured at the [edit logical-routers] hierarchy level that are also documented in this manual. For more information about logical routers, see the JUNOS Routing Protocols Configuration Guide.

logical-routers logical-router-name {
    interfaces interface-name {
        unit logical-unit-number {
            accept-source-mac {
                mac-address mac-address {
                    policer {
                        input cos-policer-name;
                        output cos-policer-name;
                    }
                }
            }
            accounting-profile name;
            allow-any-vci;
            atm-scheduler-map (map-name | default);
            bandwidth rate;
            backup-options {
                interface interface-name;
            }
            cell-bundle-size cells;
            clear-dont-fragment-bit;
            compression { 
                rtp {
                    f-max-period number;
                    queues [ queue-numbers ];
                    port {
                        minimum port-number;
                        maximum port-number;
                    }
                }
            }
            compression-device interface-name;
            description text;
            dial-options {
                l2tp-interface-id name;
                (dedicated | shared);
            }
            dialer-options { 
                activation-delay seconds;
                deactivation-delay seconds;
                dial-string [dial-string-numbers];
                idle-timeout seconds;
                initial-route-check seconds;
                load-threshold number;
                pool pool;
                remote-name remote-callers;
                watch-list {
                    [routes];
                }
            }
            disable;
            dlci dlci-identifier; 
            drop-timeout milliseconds;
            encapsulation type;
            epd-threshold cells plp1 cells;
            fragment-threshold bytes;
            input-vlan-map {
                pop;
                push;
                swap;
                vlan-id number;
                tag-protocol-id tpid;
            }
            interleave-fragments;
            inverse-arp; 
            link-layer-overhead percent;
            minimum-links number;
            mrru bytes;
            multicast-dlci dlci-identifier; 
            multicast-vci vpi-identifier.vci-identifier; 
            multilink-max-classes number;
            multipoint;
            oam-liveness {
                up-count cells;
                down-count cells;
            }
            oam-period (seconds | disable); 
            output-vlan-map {
                pop;
                push;
                swap;
                vlan-id number;
                tag-protocol-id tpid;
            }
            passive-monitor-mode;
            peer-unit unit-number;
            plp-to-clp;
            point-to-point;
            ppp-options {
                chap {
                    access-profile name;
                    local-name name;
                    passive;
                }
                compression {
                    acfc;
                    pfc;
                }
            }
            proxy-arp;
            service-domain (inside | outside);
            shaping { 
                (cbr rate | rtvbr peak rate sustained rate burst length |
                              vbr peak rate sustained rate burst length); 
                queue-length number;
            } 
            short-sequence;
            transmit-weight number;
            (traps | no-traps);
            trunk-bandwidth rate;
            trunk-id number;
            tunnel {
                backup-destination address;
                destination address;
                key number;
                routing-instance {

                    destination routing-instance-name;
                }
                source source-address;
                ttl number;
            }
            vci vpi-identifier.vci-identifier; 
            vpi vpi-identifier;
            vlan-id number;
            vlan-tags inner tpid.vlan-id outer tpid.vlan-id;
            family family {
                accounting {
                    destination-class-usage;
                    source-class-usage {
                        direction;
                    }
                }
                bundle inteface-name;
                filter {
                    group filter-group-number;
                    input filter-name;
                    input-list {
                        [filter-name1 filter-name2...];
                    output filter-name;
                    output-list {
                        [filter-name1 filter-name2...];
                }
                ipsec-sa sa-name;
                llc2 { 
                    ack-delay-time time;
                    ack-max count;
                    idle-time time;
                    local-window count;
                    max-retry count;
                    p-bit-timeout time;
                    redundancy-group group-number {
                        advertise-interval seconds;
                        map {
                            local-mac mac-address remote-mac mac-address;
                            {
                            preempt hold-time seconds;
                            no-preempt;
                            priority priority;
                            track {
                                dlsw {
                                    destination mac-address priority-cost priority;
                                    peer ip-address priority-cost priority;
                                }
                                interface interface-name priority-cost priority;
                            }
                        }
                    }
                    t1-time time;
                    t2-time time;
                    trej-time time;
                }
                keep-address-and-control;
                mtu bytes;
                multicast-only;
                no-redirects;
                policer { 
                    arp policer-template-name;
                    input policer-template-name;
                    output policer-template-name;
                }
                primary;
                proxy inet-address address;
                receive-options-packets;
                receive-ttl-exceeded;
                remote (inet-address address | mac-address address);
                rpf-check <fail-filter filter-name> {
                    <mode loose>;
                }
                sampling {
                    direction;
                }
                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>;
                    }
                }
                (translate-discard-eligible | no-translate-discard-eligible);
                (translate-fecn-and-becn | no-translate-fecn-and-becn);
                unnumbered-address interface-name destination address 

                        destination-profile profile-name;
                address address {
                    arp ip-address (mac | multicast-mac) mac-address <publish>;
                    broadcast address;
                    destination address;
                    destination-profile name;
                    eui-64;
                    multipoint-destination address (dlci dlci-identifier | 

                             vci vci-identifier);
                    multipoint-destination address {
                        epd-threshold cells plp1 cells;
                        inverse-arp; 
                        oam-liveness {
                            up-count cells;
                            down-count cells;
                        }
                        oam-period (seconds | disable); 
                        shaping { 
                            (cbr rate | rtvbr peak rate sustained rate burst length |
                                          vbr peak rate sustained rate burst length); 
                            queue-length number;
                        } 
                        vci vpi-identifier.vci-identifier; 
                    }
                    preferred;
                    primary;
                    vrrp-group group-number {
                        (accept-data | no-accept-data);
                        advertise-interval seconds;
                        authentication-key key;
                        authentication-type authentication;
                        fast-interval milliseconds;
                        (preempt | no-preempt) {
                            hold-time seconds;
                        }
                        priority number;
                        track {
                            interface interface-name priority-cost cost;
                        }
                        virtual-address [ addresses ];
                    }
                }
            }
        }
    }
}

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