Chapter 50
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1138 –
Default Setting
No exceptions
Command Usage
This command is used to leak routes suppressed by the aggregate-address
command (with summary-only option) to specified neighbors. Other routes that
meet the route map conditions, but have not been suppressed, will still be sent.
Example
Console(config-router)#neighbor 10.1.1.66 unsuppress-map rmp
Console(config-router)#
neighbor
update-source
This command specifies the interface to use for a TCP connection, instead of using
the nearest interface. Use the no form to use the default interface.
Syntax
[no] neighbor {ip-address | group-name} update-source interface vlan vlan-id
ip-address – IP address of a neighbor.
group-name – A BGP peer group containing a list of neighboring routers
configured with the neighbor peer-group command.
vlan-id - VLAN ID. (Range: 1-4094)
Command Mode
Router Configuration
Default Setting
The nearest (best/closest) interface is used.
Command Usage
By default the nearest interface to the neighbor is used for BGP connections. This
command can be used to specify any available interface for a TCP connection.
Example
Console(config-router)#neighbor 10.1.1.66 update-source interface vlan 1
Console(config-router)#