RIP instances are supported only for VPN routing and forwarding (VRF) instance types. This instance type provides support for Layer 3 VPNs. To configure a routing instance for RIP, you must include at least the following statements in the configuration:
- [edit]
- routing-instances {
-
-
routing-instance-name {
- interface interface-name;
- instance-type vrf;
- route-distinguisher (as-number:number | ip-address:number);
- vrf-import [ policy-names ];
- vrf-export [ policy-names ];
-
- protocols {
-
- rip {
- ... rip-configuration ...
- }
- }
- }
- }
For more information about the RIP configuration statements, see RIP Configuration Guidelines. For more information about configuring VPNs, see the JUNOS VPNs Configuration Guide.