Users Guide

Table Of Contents
Usage
Information
Redistribute leaked routes from all imported VRFs to another VRF with additional filtering using a route
map.
There is no option to redistribute a specific leaked OSPF routes of a VRF.
Examples
Redistribute leaked OSPF IPv4 routes
OS10(config-router-ospf-1)# redistribute imported-ospf-routes
Redistribute leaked OSPF IPv4 external Type 2 routes using a route map
OS10(config)# route-map match_ospf_route_type
OS10(config-route-map)# match route-type external type-2
OS10(config-router-ospf-1)# redistribute imported-ospf-routes route-map
match_ospf_route_type
Redistribute leaked OSPF IPv6 routes
OS10(config-router-ospfv3-3)# redistribute imported-ospf-routes
Redistribute leaked OSPF IPv6 external Type 2 routes using a route map
OS10(config)# route-map match_ospf_route_type
OS10(config-route-map)# match route-type external type-2
OS10(config-router-ospfv3-3)# redistribute imported-ospf-routes route-
map match_ospf_route_type
Supported
Releases
10.5.2.0 or later
redistribute l2vpn evpn
Redistributes L2VPN EVPN routes into BGP and OSPF IPv4/IPv6 routes.
Syntax
redistribute l2vpn evpn [route-map map name]
Parameters
route-map map-name (Optional) Filter the L2VPN EVPN routes that are redistributed in BGP
and OSPF.
Default None
Command Mode ROUTER-BGPv4-AF, ROUTER-BGPv6-AF, ROUTER-OSPF, or ROUTER-OSPFv6
Usage
Information
Use the redistribute l2vpn evpn command to redistribute the L2VPN EVPN routes learned in
non-default tenant VRFs for BGP and or OSPF IPv4/IPv6 routing.
Example
OS10(config)# router bgp 101
OS10(conf-router-bgp-101)# vrf blue
OS10(conf-router-bgp-101-vrf)# address-family ipv4 unicast
OS10(configure-router-bgpv4-af)# redistribute l2vpn evpn
OS10(config)# router ospf 1 vrf GREEN
OS10(config-router-ospf-1)# redistribute l2vpn evpn
OS10(config)# router ospfv3 2 vrf GREEN
OS10(config-router-ospfv3-2)# redistribute l2vpn evpn
Supported
Releases
10.5.1 or later
764 Layer 3