HP MSR2000/3000/4000 Router Series MPLS Command Reference
182
Views
User view
Predefined user roles
network-admin
Parameters
ip-address: Soft resets the BGP session with the BGP peer identified by this IP address.
all: Soft resets all BGP sessions for VPNv4 address family.
external: Soft resets all EBGP sessions for VPNv4 address family.
group group-name: Soft resets BGP sessions with the BGP peer group identified by this name, a
case-sensitive string of 1 to 47 characters.
internal: Soft resets all IBGP sessions for VPNv4 address family.
export: Soft resets outbound EBGP sessions.
import: Soft resets inbound EBGP sessions.
vpn-instance vpn-instance-name: Soft resets BGP sessions for the VPN instance specified by its name, a
case-sensitive string of 1 to 31 characters. If no VPN instance is specified, this command soft resets BGP
sessions for the public network.
Usage guidelines
Soft reset can update BGP VPNv4 routing information without breaking down BGP neighbor
relationships.
You can apply a new route selection policy by executing this command. If you execute this command with
the export keyword, BGP filters advertised routing information based on the new policy and sends the
matching routes to the BGP peer. If you execute this command with the import keyword, BGP advertises
a route-refresh message to the peer so the peer re-advertises its routing information. After receiving the
routing information from the peer, BGP 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 vpnv4 import command does not
take effect.
Examples
# Manually soft reset all inbound BGP sessions for VPNv4 address family.
<Sysname> refresh bgp all import vpnv4
Related commands
• peer capability-advertise route-refresh (Layer 3—IP Routing Command Reference)
• peer keep-all-routes (Layer 3—IP Routing Command Reference)
reset bgp vpnv4
Use reset bgp vpnv4 to reset BGP sessions for VPNv4 address family.
Syntax
reset bgp { as-number | ip-address | all | external | group group-name | internal } vpnv4
[ vpn-instance vpn-instance-name ]