[Contents] [Prev] [Next] [Index]


RSVP Configuration Guidelines

To configure RSVP, you include statements at the [edit protocols rsvp] hierarchy level of the configuration.

 protocols {
 	 rsvp {
 	 	 disable;
 	 	 keep-multiplier number; 
 	 	 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;
 	 	 	 subscription percentage;
 	 	 }
 	 }
 

By default, RSVP is disabled.

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



[Contents] [Prev] [Next] [Index]