Chapter 50
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1118 –
entry in the ip prefix-list.
Example
Console(config-router)#neighbor 10.1.1.64 default-originate
Console(config-router)#
neighbor description This command configures the description of a neighbor or peer group. Use the no
form to remove a description.
Syntax
neighbor {ip-address | group-name} description description
no neighbor {ip-address | group-name} description
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.
description – Descriptive string. (Range: 1-80 characters)
Command Mode
Router Configuration
Default Setting
No description specified
Example
Console(config-router)#neighbor 10.1.1.64 description bill’s router
Console(config-router)#
neighbor
distribute-list
This command filters route updates to/from a neighbor or peer group. Use the no
form to remove this list.
Syntax
neighbor {ip-address | group-name} distribute-list access-list-name {in | out}
no neighbor {ip-address | group-name} distribute-list {in | out}
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.
access-list-name – Name of standard or extended access list.
(Maximum length: 32 characters, no spaces or other special characters)
in – Filters inbound routing messages.