72 neighbor version – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 326

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 326 of 855

Command Syntax

(no) neighbor NEIGHBORID update-source IFNAME
NEIGHBORID = A.B.C.D|X:X::X:X|TAG
A.B.C.D Specifies the address of the BGP neighbor in IPv4 format.
X:X::X:X Specifies the address of the BGP neighbor in IPv6 format.

TAG Name of an existing peer-group. For information on how to create peer groups, refer to the
neighbor peer-group and neighbor remote-as commands. When this parameter is used with a
command, the command applies on all peers in the specified group.

IFNAME= Specifies the loopback interface.

Command Mode

Router mode

Usage

Use this command in conjunction with any specified interface on the router. The loopback interface is the
interface that is most commonly used with this command. The use of loopback interface eliminates a
dependency and BGP does not have to rely on the availability of a particular interface for making TCP
connections.

Examples

Switch# configure terminal
Switch(config)# router bgp 10
Switch(config-router)# neighbor 10.10.0.72 update-source myif

16.72 neighbor version

Use this command to configure the software to accept only a particular BGP version.
Use the no parameter with this command to use the default version level of a neighbor.

Command Syntax

(no) neighbor NEIGHBORID version VERSION
NEIGHBORID = A.B.C.D|X:X::X:X|TAG
A.B.C.D Specifies the address of the BGP neighbor in IPv4 format.
X:X::X:X Specifies the address of the BGP neighbor in IPv6 format.

TAG Name of an existing peer-group. For information on how to create peer groups, refer to the
neighbor peer-group and neighbor remote-as commands. When this parameter is used with a
command, the command applies on all peers in the specified group.

VERSION= 4 | 4- Specifies the BGP version number.
4 Border Gateway Protocol 4

Command Mode

Router mode

Advertising