neighbor update-source
Syntax
neighbor {< ip地址>| } update-source {| | loopback } no neighbor {< ip地址>| } update-source [| | loopback ]
描述
This command 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没有
form of this command negates the route updates of the neighbor.
Command context
config-bgp
Parameters
-
< ip地址>
-
Specifies an IP address.
-
-
Specifies a peer group.
-
-
Specifies an interface by IPv4 address.
-
-
Specifies an interface by IPv6 address.
-
loopback
-
Specifies a loopback interface number.
身份验证ority
Administrators or local user group members with execution rights for this command.
Examples
switch(config-bgp)#neighbor 1.1.1.1 update-source loopback 1switch(config-bgp)#没有neighbor 1.1.1.1 update-source
switch(config-bgp)#neighbor PG update-source loopback 1switch(config-bgp)#没有neighbor PG update-source