R3102-R3103-HP 6600/HSR6600 Routers MPLS Command Reference Guide

335
external: Soft resets EBGP sessions.
group group-name: Soft resets the VPNv4 connections with the BGP peer group identified by this name.
internal: Soft resets IBGP sessions.
export: Performs a soft reset in the outbound direction.
import: Performs a soft reset in the inbound direction.
Usage guidelines
Soft reset of BGP connections refers to updating BGP routing information without breaking BGP neighbor
relationships.
Examples
# Soft reset all BGP VPNv4 connections in the inbound direction to make new configurations take effect.
<Sysname> refresh bgp vpnv4 all import
reset bgp vpn-instance
Use reset bgp vpn-instance to reset the BGP connections in a VPN instance.
Syntax
reset bgp vpn-instance vpn-instance-name { as-number | ip-address | all | external | group
group-name }
Views
User view
Default command level
2: System level
Parameters
vpn-instance-name: Resets BGP connections with the peers in a VPN instance. The VPN instance name
is a case-sensitive string of 1 to 31 characters.
as-number: Resets BGP connections with the peers in an AS. The AS number is in the range of 1 to
4294967295.
ip-address: Resets the connection with the BGP peer identified by this IP address.
all: Resets all BGP connections in the specified VPN instance.
external: Resets EBGP sessions.
group group-name: Resets the connections with the BGP peer group identified by this name. The
group-name argument is a string of 1 to 47 characters.
Examples
# Reset all BGP connections in VPN instance vpn1.
<Sysname> reset bgp vpn-instance vpn1 all
reset bgp vpn-instance dampening
Use reset bgp vpn-instance dampening to clear the route flap dampening information for a VPN
instance.