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


RSVP Configuration Guidelines

To configure the Resource Reservation Protocol (RSVP), you include the rsvp statement:

protocols {
    rsvp {
        disable;
        graceful-restart {
            disable;
            helper-disable;
        }
        interface interface-name {
            disable; 
            (aggregate | no-aggregate); 
            authentication-key key; 
            bandwidth bps;
            hello-interval seconds;
            link-protection { 
                disable;
                bandwidth bps;
                bypass bypass-name {
                    to address;
                    bandwidth bps;
                    hop-limit number;
                    path address <strict | loose>;
                }
                class-of-service class-of-service-value;
                hop-limit number;
                max-bypasses number;
                no-node-protection;
                optimize-timer number;
                path address <strict | loose>;
                subscription percent;
            }
            (reliable | no-reliable);
            subscription percentage;
            update-threshold threshold;
        }
        keep-multiplier number;
        peer-interface peer-name;
        preemption {
            ( disabled | aggressive | 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>; 
        }
    }
}

You can include this statement at the following hierarchy levels:

By default, RSVP is disabled.

This chapter describes the minimum required RSVP configuration and discusses the following configuration tasks:


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