71 neighbor update-source, 72 neighbor version – CANOGA PERKINS 9175 Command Reference User Manual
Page 292
CanogaOS Command Reference
16-47
more-specific routes to a particular neighbor.
Example
Switch# configure terminal
Switch(config)# router bgp 10
Switch(config-router) neighbor 10.10.0.73 unsuppress-map mymap
Switch#configure terminal
Switch(config)#router bgp 10
Switch(config-router)address-family ipv4 unicast
Switch(config-router-af)neighbor 10.10.0.70 unsuppress-map mymap
16.71 neighbor update-source
Use this command to allow internal BGP sessions to use any operational interface for TCP connections.
Use the no parameter with this command to restore the interface assignment to the closest interface.
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