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


[edit protocols mpls] Hierarchy Level

The following statements can also be configured at the [edit logical-routers logical-router-name] hierarchy level:

protocols {
    mpls {
        disable;
        admin-groups {
            group-name group-value;
        }
        advertise-hold-time seconds;
        auto-policing {
            class all (drop | loss-priority-high | loss-priority-low);
            class ctnumber (drop | loss-priority-high | loss-priority-low);
        }
        bandwidth bandwidth;
        class-of-service cos-value;
        diffserv-te {
            bandwidth-model {
                extended-mam;
                mam;
            }
            te-class-matrix {
                tenumber {
                    priority priority;
                    traffic-class {
                        ctnumber priority priority;
                    }
                }
            }
        }
        explicit-null;
        hop-limit number;
        icmp-tunneling;
        interface (interface-name | all) { 
            disable; 
            admin-group { 
                group-name;
            }
            label-map {
                in-label {
                    class-of-service value;
                    (next-hop (address | interface-name | address/interface-name)) | (reject | 

                        discard);
                    (pop | swap <out-label>);
                    preference preference; 
                    type type; 
                }
                default-route {
                    class-of-service value;
                    (next-hop (address | interface-name | address/interface-name)) | (reject | 

                        discard);
                    (pop | swap <out-label>);
                    preference preference; 
                    type type; 
                }
            }
        }
        ipv6-tunneling;
        label-switched-path lsp-path-name {
            disable;
            adaptive;
            admin-group { 
                exclude group-names;
                include group-names;
            }
            auto-bandwidth {
                adjust-interval seconds;
                adjust-threshold percent;
                maximum-bandwidth bps;
                minimum-bandwidth bps;
                monitor-bandwidth;
            }
            bandwidth bps;
            class-of-service cos-value;
            description;
            fast-reroute {
                bandwidth bps;
                (exclude group-names | no-exclude);
                hop-limit number;
                (include group-names | no-include);
            }
            from address; 
            hop-limit number; 
            install {
                destination-prefix/prefix-length <active>;
            }
            ldp-tunneling;
            link-protection;
            lsp-attributes {
                gpid (ethernet | hdlc | ipv4 | ppp);
                signal-bandwidth type;
                switching-type type;
            }
            metric number;
            no-cspf; 
            no-decrement-ttl;
            node-link-protection;
            optimize-timer seconds;
            p2mp path-name;
            policing {
                filter filter-name;
                no-automatic-policing;
            }
            preference preference;
            priority setup-priority hold-priority;
            primary path-name { 
                adaptive; 
                admin-group { 
                    exclude group-names;
                    include group-names;
                }
                bandwidth bps;
                class-of-service cos-value; 
                hop-limit number; 
                no-cspf; 
                no-decrement-ttl;
                optimize-timer seconds;
                preference preference;
                priority setup-priority hold-priority;
                (record | no-record); 
                retry-limit number;
                retry-timer seconds;
                standby; 
            }
            (random | least-fill | most-fill);
            (record | no-record); 
            retry-limit number;
            retry-timer seconds;
            revert-timer seconds;
            secondary path-name { 
                adaptive; 
                admin-group { 
                    exclude group-names;
                    include group-names;
                }
                bandwidth bps;
                class-of-service cos-value; 
                hop-limit number; 
                no-cspf; 
                no-decrement-ttl;
                optimize-timer seconds;
                preference preference;
                priority setup-priority hold-priority;
                (record | no-record); 
                standby; 
            }
            soft-preemption {
                cleanup-timer seconds;
            }
            standby;
            to address;
            traceoptions {
                file filename <replace> <size size> <files number> <no-stamp>
                    <(world-readable | no-world-readable)>; 
                flag flag <flag-modifier> <disable>; 
            }
        }
        log-updown {
            (syslog | no-syslog);
            (trap | no-trap);
        }
        mtu-signaling;
        no-cspf;
        no-decrement-ttl;
        no-propagate-ttl;
        no-record;
        optimize-aggressive;
        optimize-timer;
        path path-name {
            address <strict | loose>;
        }
        path-mtu {
            allow-fragmentation;
            rsvp {
                mtu-signaling;
            }
        }
        policing filter filter-name;
        preference preference;
        priority setup-priority hold-priority;
        record;
        revert-timer seconds;
        rsvp-error-hold-time seconds;
        soft-preemption {
            cleanup-timer seconds;
        }
        standby;
        static-path inet { 
            prefix {
                class-of-service value;
                next-hop (address | interface-name | address/interface-name);
                push out-label; 
                preference preference; 
            }
        }
        statistics {
    auto-bandwidth;
            file filename size size files number <no-stamp>; 
            interval seconds;
        }
        traceoptions {
            file filename <replace> <size size> <files number> <no-stamp>
                <(world-readable | no-world-readable)>; 
            flag flag <flag-modifier> <disable>; 
        }
        traffic-engineering (bgp | bgp-igp | bgp-igp-both-ribs | mpls-forwarding);
    } 
}

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