User guide

E
XTREME
W
ARE
S
OFTWARE
U
SER
G
UIDE
13-13
C
ONFIGURING
BGP
config bgp neighbor [<ipaddress> | all]
[route-reflector-client | no-route-reflector-client]
Configures a BGP neighbor to be a route
reflector client. Implicitly defines the router to
be a route reflector. The neighbor must be in
the same AS as the router.
config bgp neighbor [<ipaddress> | all]
[send-communities | dont-send-communities]
config bgp neighbor [<ipaddress> | all]
as-path-filter [in | out] [none | <access_profile>]
Configures an AS path filter for a neighbor.
The filter is defined using the access-profile
mechanism and can be installed on the input
side and/or the output side. Use the none
keyword to remove the filter.
config bgp neighbor [<ipaddress> | all] nlri-filter
[in | out] [none | <access_profile>]
Configures an NLRI filter for a neighbor. The
filter is defined using the access-profile
mechanism, and can be installed on the input
side and/or the output side. Use the none
keyword to remove the filter.
config bgp neighbor [<ipaddress> | all]
route-map-filter [in | out] [none | <route_map>]
Configures a route map for a neighbor. The
route map can be installed on the input or
output side, and while exchanging updates with
the neighbor, it is used to modify or filter the
NLRI information and the path attributes
associated with it. The route map is removed
using the none keyword.
config bgp neighbor [<ipaddress> | all]
soft-reset {input | output}
Applies the current input and/or output routing
policy to the routing information already
exchanged with the neighbor. The input/output
routing policy is determined by the nlri-filter,
as-path-filter, and the route map configured for
the neighbor in the input-output side. This
command does not affect the switch
configuration.
config bgp neighbor [<ipaddress> | all]
source-interface [any | vlan <name>]
Changes the BGP source interface for TCP
connections. The default setting is any.
config bgp neighbor [<ipaddress> | all] timer
<keepalive> <holdtime>
Configures the BGP neighbor timers. The
range for <keepalive> is 0 to 65535 seconds.
The default keep alive setting is 60. The range
for <holdtime> is 0 to 21845 seconds. The
default hold time is 90.
Table 13-1: BGP Configuration Commands (continued)
Command Description