F3215-HP Load Balancing Module Network Management Command Reference-6PW101
301
Parameters
group-name: Specifies the name of a peer group, a string of 1 to 47 characters.
ip-address: Specifies the IP address of a peer.
route-policy-name: Specifies the routing policy name, a case-sensitive string of 1 to 63 characters.
export: Applies the routing policy to routes outgoing to the peer (or peer group).
import: Applies the routing policy to routes incoming from the peer (or peer group).
Usage guidelines
The peer route-policy command does not apply the if-match interface clause in the referenced routing
policy. For related commands, see "Routing policy configuration commands".
Examples
# In BGP view, apply routing policy test-policy to routes outgoing to the peer group test.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] peer test route-policy test-policy export
peer route-update-interval (BGP view)
Use peer route-update-interval to specify the interval for sending the same update to a peer or peer
group.
Use undo peer route-update-interval to restore the default value.
Syntax
peer { group-name | ip-address } route-update-interval interval
undo peer { group-name | ip-address } route-update-interval
Default
The interval is 15 seconds for IBGP peers, and 30 seconds for EBGP peers.
Views
BGP view
Default command level
2: System level
Parameters
group-name: Specifies the name of a peer group, a sting of 1 to 47 characters.
ip-address: Specifies the IP address of a peer.
interval: Specifies the minimum interval for sending the same update message. The range is 0 to 600
seconds. A value of 0 means to send the update message immediately.
Examples
# In BGP view, specify the interval for sending the same update to peer group test as 10 seconds.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] peer test as-number 100
[Sysname-bgp] peer test route-update-interval 10