To create a routing instance for LDP, you must include at least the following statements in the configuration:
- [edit]
- routing-instances {
-
-
routing-instance-name {
-
instance-type (forwarding | l2vpn |
no-forwarding | virtual-router | vpls | vrf);
-
interface interface-name;
-
route-distinguisher (as-number:number | ip-address:number);
-
vrf-import [ policy-names ];
-
vrf-export [ policy-names ];
-
- protocols {
-
- ldp {
- ... ldp-configuration ...
- }
- }
- }
- }
For more information about configuring LDP, see the JUNOS MPLS Applications Configuration Guide.
LDP routing instances are used to support LDP over VPNs. For more information about configuring multicast over VPNs, see the JUNOS VPNs Configuration Guide.