neighbor version
Specifies the version of BGP to accept on this interface.
Syntax: [no] neighbor {ip-address | peer-group-name} version value
ip-address
IP address of the BGP neighbor.
peer-group-name
Name of a BGP peer group.
value
BGP version number. Only BGP 4 is supported.
Description: By default, all BGP sessions begin using BGP version 4. If neighbors have different versions of BGP, downward negotiations are started.
Use the neighbor version command to specify the version of BGP accepted on this interface and to prevent downward negotiation.
Use the ip-address parameter to specify a neighbor from which to accept this version of BGP.
Use peer-group-name parameter to specify that all members of the named BGP peer group accept this version of BGP.
Use the no neighbor version command to return to the default version of a neighbor.
Factory Default: Only BGP version 4 is supported.
Command Mode: Router configuration.
Example: In the following example,
- The neighbor version command specifies that only BGP version 4 is accepted
- The show ip bgp neighbor command displays the setting:
router(config)#router bgp 101
router(config-router)#neighbor 121.80.100.4 remote-as 101
router(config-router)#neighbor 121.80.100.4 version 4
router(config-router)#end
router#show ip bgp neighbor 121.80.100.4
BGP neighbor 121.80.100.4 using remote AS 101
router ID: 0.0.0.0 version: 4
.
.
.
Related Commands: neighbor peer-group (assigning and creating)
neighbor remote-as
show ip bgp neighbors
show ip bgp summary
Copyright © 2004
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: BGP_Nd.fm
HTML File Name: BGP_Nd46.html
Last Updated: 05/10/04 at 16:36:55