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.