HP VPN Firewall Appliances Network Management Command Reference

923
[Sysname-bgp-af-ipv6] peer test timer keepalive 60 hold 180
# Configure both the keepalive interval and holdtime interval for peer group test as 0 seconds,
indicating the peer group will never time out.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] group test external
[Sysname-bgp-af-ipv6] peer test timer keepalive 0 hold 0
Related commands
timer
preference (IPv6 address family view/IPv6 BGP-VPN instance
view)
Use preference to configure preferences for EBGP, IBGP, and local routes.
Use undo preference to restore the default.
Syntax
preference { external-preference internal-preference local-preference | route-policy route-policy-name }
undo preference
Default
The default values of external-preference, internal-preference, and local-preference are 255, 255, and
130, respectively.
Views
IPv6 address family view, IPv6 BGP-VPN instance view
Default command level
2: System level
Parameters
external-preference: Preference of EBGP route learned from an EBGP peer, in the range of 1 to 255.
internal-preference: Preference of IBGP route learned from an IBGP peer, in the range of 1 to 255.
local-preference: Preference of IPv6 BGP local route, in the range of 1 to 255.
route-policy-name: Routing policy name, a string of 1 to 63 characters. The routing policy can set a
preference for routes passing it. The default value applies to the routes filtered out.
Usage guidelines
The bigger the preference value is, the lower the preference is.
Examples
# Configure preferences for EBGP, IBGP, and local routes as 20, 20 and 200.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] preference 20 20 200