System information
BSR 64000 Configuration and Management Guide
12-24
MOT(config-bgp)#neighbor {<ip-address> | <name>} advertisement-interval
<seconds>
where:
ip-address is the IP address of the neighbor.
name is the name of the BGP peer group.
seconds is the advertisement interval time in seconds; valid values are 0 to
600.
Example
The commands in the following example set the minimum time between sending BGP
routing updates to 4 seconds:
MOT(config)#router bgp 100
MOT(config-bgp)#neighbor 3.3.3.3 advertisement-interval 4
Enabling EBGP Multihop for Neighbor and Peer Groups
Normally, EBGP neighbors are directly connected. When EBGP neighbors do not
connect directly, use the neighbor ebgp-multihop command to specify that the
neighbor is more than one hop away.
MOT(config-bgp)#neighbor {<ip-address> | <name>} ebgp-multihop [<ttl>]
where:
ip-address is the IP address of the BGP neighbor.
name is the name of the BGP peer group.
ttl is the time-to-live in the range 1 – 255 hops.
Example
The commands in this example configure Router Miami, as shown in Figure 12-9:
MOT(config)#router bgp 100
MOT(config-bgp)#neighbor 1.1.1.1 remote-as 200
MOT(config-bgp)#neighbor 1.1.1.1 ebgp-multihop