To configure a non-VPN VRF routing instance (for example, to allow IPsec tunnels within VRFs), include the following statements:
- routing-instances {
-
-
routing-instance-name {
- interface interface-name;
- instance-type virtual-router;
-
- protocols {
-
- bgp {
- ... bgp-configuration ...
- }
-
- isis {
- ,,, isis-configuration ...
- }
-
- ldp {
- ... ldp-configuration ...
- }
-
- msdp {
- ... msdp-configuration ...
- }
-
- ospf {
- domain-id domain-id;
- domain-vpn-tag number;
- route-type-community (iana | vendor);
- ... ospf-configuration ...
- }
-
- ospf3 {
- domain-id domain-id;
- domain-vpn-tag number;
- route-type-community (iana | vendor);
- ... ospf3-configuration ...
- }
-
- pim {
- ... pim-configuration ...
- }
-
- rip {
- ... rip-configuration ...
- }
- }
- }
- }
You can configure the statements at the following hierarchy levels: