5000 Series Layer 2/3 Managed Data Center Switch CLI Reference Guide
1053
Parameters
ipv4-address
The IPv4 address of a peer.
ipv6-address
The IPv6 address of a peer.
interface interface-name
(Optional) If the neighbor’s IPv6 address is a link local address, the local
interface must also be specified.
autodetect interface
interface-name
The routing interface on which the neighbor’s link local IPv6 address is
auto detected.
Default
The default is Disabled of IPv6 route exchange.
Command Mode
IPv6 Address Family Config
Example
The following example enables the exchange of IPv6 routes with the external peer at 172.20.1.2 and sets
the next hop for IPv6 routes sent to that peer.
(Routing)(Config)#router bgp 1
(Routing)(Config-router)#neighbor 172.20.1.2 remote-as 2
(Routing)(Config-router)#address-family ipv6
(Routing)(Config-router-af)#neighbor 172.20.1.2.activate
(Routing)(Config-router-af)#neighbor 172.20 1.2.route-map SET-V6-NH out
(Routing)(Config-router-af)#exit
(Routing)(Config-router)#exit
(Routing)(Config)#route-map SET-V6-NH permit 10
(Routing)(route-map)#set ipv6 next:-hop 2001:1:200::1
11-46 neighbor advertisement-interval (BGP Router Config)
Use this command to configure the minimum time that must elapse between advertisements of the same
route to a given neighbor. RFC 4271 recommends the interval for internal peers be shorter than the
interval for external peers to enable fast convergence within an autonomous system. This value does not
limit the rate of route selection, only the rate of route advertisement. If BGP changes the route to a
destination multiple times while waiting for the advertisement interval to expire, only the final result is
advertised to the neighbor.
D-LINK OS BGP enforces the advertisement interval by limiting how often phase 3 of the decision
process can run for each update group. The interval applies to withdrawals as well as active
advertisements.
Use the
no
command to return to the default the minimum time that must elapse between advertisements
of the same route to a given neighbor.
neighbor {ipv4-address | ipv6-address} advertisement-interval seconds
no neighbor {ipv4-address | ipv6-address} advertisement-interval