[Contents] [Prev] [Next] [Index] [Report an Error]

Configuration for Router PE1

This example has the same configuration as Router PE1 in Routing VPN and Internet Traffic Through Different Interfaces. It uses the topology shown in Figure 36. The default route to the VPN routing table is configured differently. At the [edit routing-instances routing-instance-name routing-options] hierarchy level, you configure a default static route that is installed in vpna.inet.0 and points to inet.0 for resolution:

[edit]
routing-instances {
vpna {
instance-type vrf;
interface t3-0/2/0.0;
route-distinguisher 10.255.14.171:100;
vrf-import vpna-import;
vrf-export vpna-export;
routing-options {
static {
route 0.0.0.0/0 next-table inet.0;
}
}
protocols {
bgp {
group to-CE1 {
peer-as 63001;
neighbor 192.168.197.14;
}
}
}
}
}

You also need to change the configuration of Router CE1 (from the configuration that works with the configuration for Router PE1 described in Routing VPN and Internet Traffic Through Different Interfaces) to account for the differences in the configuration of the PE routers.


[Contents] [Prev] [Next] [Index] [Report an Error]