HP VPN Firewall Appliances Network Management Command Reference

517
Examples
# Set the cluster ID to 80.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] reflector cluster-id 80
# In BGP-VPN instance view, set the cluster ID to 80. (vpn1 must have been created.)
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-ipv4-vpn1] reflector cluster-id 80
Related commands
peer reflect-client
reflect between-clients
refresh bgp
Use refresh bgp to perform soft reset on specified BGP sessions.
Syntax
refresh bgp { ip-address | all | group group-name | external | internal } { export | import }
Views
User view
Default command level
1: Monitor level
Parameters
ip-address: Soft-resets the BGP session to a peer.
all: Soft-resets all BGP sessions.
group-name: Soft-resets sessions to a peer group, name of which is a sting of 1 to 47 characters.
external: EBGP session.
internal: IBGP session.
export: Outbound soft reset.
import: Inbound soft reset.
Usage guidelines
After the route selection policy is modified, execute this command with the export keyword to enable the
local router to filter routing information based on the new policy and send the matching routes to the BGP
peer. If you execute this command with the import keyword, you enable the local router to advertise a
route-refresh message to the peer and the peer resends its routing information to the router. After
receiving the routing information, the router filters the routing information by using the new policy.
This command requires that both the local router and the peer support route refresh.
If the peer keep-all-routes command is configured, the refresh bgp import command does not take
effect.