Administrator Guide

Layer 3 Routing Commands 1320
Command Mode
A route map can be used to change the local preference, MED, or AS Path of
a route. Routes can be selected for filtering or modification using an AS path
access list or a prefix list. If a neighbor route-map statement refers to a non-
existent route map, all routes are denied.
Neighbor route maps configured with this command in router configuration
mode are only applied to IPv4 routes.
User Guidelines
BGP Router Configuration mode
Command History
Introduced in version 6.2.0.1 firmware.
Example
console(config-router)#neighbor 10.130.14.55 route-map test in
neighbor route-map (IPv6 Address Family
Configuration)
In IPv6 address family configuration mode, the neighbor route-map
command specifies a route map to be applied to inbound or outbound IPv6
routes. To remove the route map, use the no form of this command.
Syntax
neighbor { ip-address | ipv6-address [ interface vlan vlan-id ]} route-map
map-name { in | out }
no neighbor { ip-address | ipv6-address [ interface vlan vlan-id]} route-map
map-name { in | out }
ip-addressThe neighbor’s IP address.
ipv6-addressThe neighbor’s IPv6 address. If the neighbor’s IPv6 address
is a link local address, the local interface must also be specified. Valid in
IPv6 address family mode.
interface vlan vlan-idThe local interface/VLAN ID over which the IPv6
neighbor can be reached. Range 1-4093.