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


Configure LDP

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

 protocols {
 	 ldp {
 	 	 import [policy-names];
 	 	 interface interface-name {
 	 	 	 disable;
 	 	 	 hello-interval seconds;
 	 	 	 hold-time seconds;
 	 	 }
 	 	 keepalive-interval seconds;
 	 	 keepalive-timeout seconds;
 	 	 preference preference; 
 	 	 traceoptions {
 	 	 	 file filename <replace> <size size> <files number> <no-stamp> 
	 	 	 	 <(world-readable | no-world-readable)>; 
 	 	 	 flag flag <flag-modifier> <disable>; 
 	 	 }
 	 }
 }
 

By default, LDP is disabled.

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



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