Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
BGP Commands
page 44-94
OmniSwitch CLI Reference Guide
September 2009
ip bgp neighbor route-map
Assigns an inbound policy map to a BGP peer.
ip bgp neighbor ip_address route-map {string | none} {in | out}
no ip bgp neighbor ip_address route-map {in | out}
Syntax Definitions
ip_address
32-bit IP address of the peer. 
string
Inbound policy map name (0 to 70 characters). This name is case sensi-
tive.
none
Deletes the route map if entered rather than a text string.
in
Designates this route map policy as an inbound policy.
out
Designates this route map policy as an outbound policy.
Defaults
N/A
Platforms Supported
OmniSwitch 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of this command to deassign an inbound map.
• The policy route map name (peeringPointAMap in the example below) is created using the 
 command. Any inbound routes from the BGP peer must match this route map filter 
before being accepted or passed to inbound policy. 
• It is also possible to deassign a route map by entering none in place of a route map name.
Examples
-> ip bgp neighbor 172.22.2.115 route-map InboundRoute in
-> ip bgp neighbor 172.22.2.115 route-map OutboundRoute out
-> ip bgp neighbor 172.22.2.115 route-map none in
-> no ip bgp neighbor 172.22.2.115 route-map in
Release History
Release 6.1; command was introduced.