Specifications

configure bgp peer-group next-hop-self
ExtremeWare XOS 10.1 Command Reference Guide 621
configure bgp peer-group next-hop-self
configure bgp peer-group <peer-group-name> {address-family [ipv4-unicast |
ipv4-multicast]} [next-hop-self | no-next-hop-self]
Description
Configures the next hop address used in the updates to be the address of the BGP connection
originating the update.
Syntax Description
Default
If no address family is specified, IPv4 unicast is the default.
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 peer-group outer next-hop-self
peer-group-name Specifies a peer group.
address-family The address family. BGP supports two address families: IPv4 Unicast and
IPv4 Multicast
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 (Let the BGP protocol decide the next hop).