1414 ExtremeWare Software 7.3.0 Command Reference Guide
BGP Commands
configure bgp neighbor next-hop-self
configure bgp neighbor [<ip address> | all] [next-hop-self |
no-next-hop-self]
Description
Configures the next hop address used in the outgoing updates to be the address of the BGP connection
originating the update.
Syntax Description
Default
N/A.
Usage Guidelines
These settings apply to the peer group and all neighbors of the peer group.
Example
The following command configures the next hop address used in the updates to be the address of the
BGP connection originating it:
configure bgp neighbor 172.16.5.25 next-hop-self
History
This command was available in ExtremeWare 6.1.5.
Platform Availability
This command is available on all platforms.
ip address Specifies an IP address.
all Specifies all neighbors.
next-hop-self Specifies that the next hop address used in the updates be the address of the
BGP connection originating it.
no-next-hop-self Specifies that the next hop address used in the updates not be the address of
the BGP connection originating it (lets BGP decide what would be the next
hop).