neighbor update-source
Syntax
neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} update-source {<A.B.C.D> | loopback <NUMBER>}
no neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} update-source [<A.B.C.D> | loopback <NUMBER>]
Description
Specifies the source address to reach the neighbor.
An iBGP connection can occur as long as there is a TCP/IP path between the routers. If multiple paths exist between the iBGP routers, using a loopback interface as the neighbor address can add stability to the network. With this command, stability can be achieved by providing the loopback interface address as the source address of the TCP/IP session.
The
no
form of this command negates the route updates of the neighbor.
Command context
config-router
Parameters
<IP-ADDRESS>
Specifies an IP address.
<PEER-GROUP-NAME>
Specifies a peer group.
<A.B.C.D>
Specifies an interface by IPv4 address.
loopback <NUMBER>
Specifies a loopback interface number.
Authority
Administrators
Examples
switch(config-router)# neighbor 1.1.1.1 update-source loopback 1 switch(config-router)# no neighbor 1.1.1.1 update-source
switch(config-router)# neighbor PG update-source loopback 1 switch(config-router)# no neighbor PG update-source