Filters the outgoing and incoming route updates to or from a particular BGP neighbor according to a set of attributes defined in a route map.
This feature is disabled.
BGP address-family IPv4 unicast configuration mode
BGP address-family IPv6 unicast configuration mode
BGP address-family IPv4 unicast VRF configuration mode
BGP address-family IPv6 unicast VRF configuration mode
BGP address-family L2VPN EVPN configuration mode
The no form of the command restores the defaults.
The following example applies a route map named "myroutemap" to an outgoing route from 10.11.12.13.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv4 unicast device(config-bgp-ipv4u)# neighbor 10.11.12.13 route-map out myroutemap
The following example applies a route map named "myroutemap" to an incoming route from 2001:2018:8192::125.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv6 unicast device(config-bgp-ipv6u)# neighbor 2001:2018:8192::125 route-map in myroutemap
The following example applies a route map named "myroutemap" to an outgoing route from 10.11.12.13 in L2VPN EVPN configuration mode.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family l2vpn evpn device(config-bgp-evpn)# neighbor 10.11.12.13 route-map out myroutemap