beautypg.com

Neighbor route-map (bgp) – Brocade Network OS Command Reference v4.1.0 User Manual

Page 547

background image

Network OS Command Reference

509

53-1003115-01

neighbor route-map (BGP)

2

neighbor route-map (BGP)

Filters the outgoing and incoming route updates to or from a particular BGP neighbor according to
a set of attributes.

Synopsis

neighbor {ip-address | peer-group-name} route-map string {in | out}

no neighbor {ip-address | peer-group-name} route-map string {in | out}

Operands

ip-address

IPv4 address of the neighbor

peer-group-name

Peer group name configured by the neighbor peer-group-name command.

string

Name of the route map.

in

Applies the filter on incoming routes.

out

Applies the filter on outgoing routes.

Defaults

None

Command Modes

BGP address-family IPv4 unicast configuration mode

Description

Use this command to filter the outgoing and incoming routes to or from a particular BGP neighbor
according to a set of attributes defined in a route map.

Usage Guidelines

Use the no form of the command to restore the defaults.

Examples

switch(config)# rbridge-id 10

switch(config-rbridge-id-10)# router bgp

switch(config-bgp-router)# address-family ipv4 unicast

switch(config-bgp-ipv4u)# neighbor 10.11.12.13 route-map myroutemap out

See Also

route-map