R3166-R3206-HP High-End Firewalls Network Management Command Reference-6PW101

Table Of Contents
341
By default, no routing policy is applied to routes from/to the peer/peer group.
The peer route-policy command does not apply the if-match interface clause in the referenced routing
policy.
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
# In BGP-VPN instance view, apply the routing policy test-policy to routes outgoing to the peer group test
(the VPN has been created).
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-vpn1] peer test route-policy test-policy export
peer route-update-interval (BGP/BGP-VPN instance view)
Syntax
peer { group-name | ip-address } route-update-interval interval
undo peer { group-name | ip-address } route-update-interval
View
BGP view, BGP-VPN instance view
Default level
2: System level
Parameters
group-name: Name of a peer group, a sting of 1 to 47 characters.
ip-address: IP address of a peer.
interval: Minimum interval for sending the same update message. The range is 5 to 600 seconds.
Description
Use the peer route-update-interval command to specify the interval for sending the same update to a
peer/peer group.
Use the undo peer route-update-interval command to restore the default value.
By default, the interval is 5 seconds for IBGP peers, and 30 seconds for EBGP peers.
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
# In BGP-VPN instance view, specify the interval for sending the same update to peer group test as 10
seconds (the VPN has been created).
<Sysname> system-view