ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1864
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.
out – Filters outbound routing messages.
COMMAND MODE
Router Configuration
DEFAULT SETTING
None