[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 Internet Software Configuration Guide: Routing and Routing Protocols.

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;
            bandwidth rate;
            cell-bundle-size cells;
            clear-dont-fragment-bit;
            description text;
            disable;
            dlci dlci-identifier; 
            drop-timeout milliseconds;
            encapsulation type;
            epd-threshold cells;
            fragment-threshold bytes;
            input-vlan-map {
                pop;
                push;
                swap;
                vlan-id number;
                tag-protocol-id tpid;
            }
            interleave-fragments;
            inverse-arp; 
            minimum-links number;
            mrru bytes;
            multicast-dlci dlci-identifier; 
            multicast-vci vpi-identifier.vci-identifier; 
            multipoint;
            oam-liveness {
                up-count cells;
                down-count cells;
            }
            oam-period (disable | seconds); 
            output-vlan-map {
                pop;
                push;
                swap;
                vlan-id number;
                tag-protocol-id tpid;
            }
            passive-monitor-mode;
            peer-unit unit-number;
            point-to-point;
            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);
            tunnel {
                backup-destination address;
                destination destination-address; 
                routing-instance destination routing-instance-name;
                source source-address;
                ttl number;
            }
            vci vpi-identifier.vci-identifier; 
            vlan-id number;
            vlan-tag [ tpid.vlan-id ];
            family family {
                accounting {
                    destination-class-usage;
                    source-class-usage {
                        (input | output | [input output]);
                    }
                }
                bundle (ml-fpc/pic/port | ls-fpc/pic/port);
                filter {
                    input filter-name;
                    output filter-name;
                    group filter-group-number;
                }
                ipsec-sa sa-name;
                keep-address-and-control;
                mtu bytes;
                multicasts-only;
                no-asynchronous-notification;
                no-redirects;
                policer { 
                    arp policer-template-name;
                    input policer-template-name;
                    output policer-template-name;
                }
                primary;
                proxy inet-address address;
                remote (inet-address address | mac-address address);
                rpf-check <fail-filter filter-name> {
                    <mode loose>;
                }
                sampling {
                    [ input output ];
                }
                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);
                address address {
                    arp ip-address (mac | multicast-mac) mac-address <publish>;
                    destination destination-address;
                    eui-64;
                    broadcast address;
                    multipoint-destination destination-address (dlci dlci-identifier | vci vci-identifier);
                    multipoint-destination destination-address {
                        epd-threshold cells;
                        inverse-arp; 
                        oam-liveness {
                            up-count cells;
                            down-count cells;
                        }
                        oam-period seconds; 
                        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 {
                        virtual-address [ addresses ];
                        priority number;
                        (preempt | no-preempt) {
                            hold-time seconds;
                        }
                        advertise-interval seconds;
                        authentication-type authentication;
                        authentication-key key;
                        (preempt | no-preempt); 
                        track {
                            interface interface-name priority-cost cost;
                        }
                    }
                }
            }
        }
    }
}

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