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


[edit protocols rsvp] Hierarchy Level

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

protocols {
    rsvp {
        disable;
        graceful-restart {
            disable;
            helper-disable;
        }
        keep-multiplier number; 
        preemption {

            (aggressive | disabled | normal);
            soft-preemption {
                cleanup-timer seconds;
            }
        }
        refresh-time seconds; 
        traceoptions {
            file filename <replace> <size size> <files number> <no-stamp>
                <(world-readable | no-world-readable)>; 
            flag flag <flag-modifier> <disable>; 
        }
        interface interface-name {
            disable; 
            (aggregate | no-aggregate); 
            authentication-key key; 
            bandwidth bps;
            hello-interval seconds;
            link-protection {
                bandwidth bandwidth;
                class-of-service value;
                disable;
                path address <strict | loose>;
            }
            (reliable | no-reliable);
            subscription percentage;
        }
    }
}



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