Overview
Shares routing data between transport and service segments by configuring BGP, OSPF, or EIGRP processes. This task details the steps for creating address families and applying route-maps to ensure seamless traffic flow across your network's logical boundaries.
Use this task to configure route redistribution between the global VRF and service VPNs using the CLI.
Follow these steps to configure route redistribution between global VRF and service VPNs:
Procedure
| 1. | Enter the global configuration mode, and create a BGP routing process. You can use the router eigrp, or router ospf to configure a routing process for a specific routing protocol. This example shows the syntax for BGP routing protocol. To know about the command syntax for various protocols, see the Cisco IOS XE SD-WAN Qualified Command Reference Guide.
|
|
| 2. | Configure an IPv4 address family for service VPNs. This example shows the command syntax for the BGP and EIGRP protocols.
|
|
| 3. | Redistribute routes between the global VRF and service VPNs. Here, we're showing the syntaxes for the BGP, OSPF, and EIGRP protocols. .
The following is a sample configuration for configuring route redistribution between a global VRF and service VPN. In this example, VRF 103 and VRF 104 are the service VPNs. The example shows that BGP routes are redistributed from the global VRF to VRF 103, VRF 104.
The following is a sample configuration for configuring the OSPF internal and external routes that are redistributed from the global VRF 65535 to the service VRF. In this case, all OSPF routes are redistributed into the service VRF by using both the internal and external keywords.
The following is a sample configuration for configuring the OSPF internal and external routes that are redistributed from service VPNs to the global VRF.
The following is a sample configuration for configuring the BGP routes that are redistribution from a service VPN to the global VRF.
The following is a sample configuration for configuring the BGP routes that are redistribution from the global VRF to a service VPN.
The following is a sample configuration for configuring route redistribution of BGP, connected, OSPF, and static protocols from the global VRF to VRF 1 when configuring under EIGRP routing process.
|
You have successfully configured route redistribution between the global VRF and service VPNs using the CLI.
What to do next
Verify the route redistribution.