redistribute
vpn router ospf redistribute—Redistribute routes learned from other protocols into OSPF (on vEdge routers only). By default, no routes from other protocols are redistributed into OSPF.
Options
- Protocol from which to Redistribute Routes into OSPF
- (bgp | connected | nat | natpool-outside | omp | static)
Protocol from which to redistribute routes into OSPF. Note that in VPN 0 you cannot redistribute OMP routes into OSPF, to prevent these routes from being leaked to external network. - Route Policy to Apply to Redistributed Routes
- route-policy policy-name
Name of policy to apply to routes before they are redistributed into OSPF.
Operational Commands
Example
Redistribute OMP and static routes into OSPF:
vEdge# show running-config vpn 1 vpn 1 router ospf redistribute static redistribute omp area 0 interface ge0/0 exit exit ! !
Release Information
Command introduced in Viptela Software Release 14.1.
In Release 14.2, add nat option.
In Release 16.3, add natpool-outside option.
Additional Information
See the Configuring Unicast Overlay Routing and Using a vEdge Router as a NAT Device articles for your software release.
route-policy