385
Default level
1: Monitor level
Parameters
vpn-instance-name: VPN instance name, a case-sensitive string of 1 to 31 characters.
ip-address: IP address of a peer.
all: Soft resets all BGP VPN instance connections.
external: Soft resets EBGP sessions.
group group-name: Soft resets the connections with the specified BGP peer group. The group-name
argument is a string of 1 to 47 characters.
export: Performs a soft reset in the outbound direction.
import: Performs a soft reset in the inbound direction.
Description
Use refresh bgp vpn-instance to soft reset BGP connections in a VPN instance.
Examples
# Perform a soft reset of all BGP connections in VPN instance vpn1 in the inbound direction to make new
configurations take effect.
<Sysname> refresh bgp vpn-instance vpn1 all import
reset bgp vpn-instance
Syntax
reset bgp vpn-instance vpn-instance-name { as-number | ip-address | all | external | group
group-name }
View
User view
Default level
1: Monitor level
Parameters
vpn-instance-name: VPN instance name, a case-sensitive string of 1 to 31 characters.
as-number: AS number, in the range of 1 to 4294967295.
ip-address: IP address of a peer.
group group-name: Resets the connections with the specified BGP peer group. The group-name
argument is a string of 1 to 47 characters.
all: Resets all BGP connections.
external: Resets EBGP sessions.
Description
Use reset bgp vpn-instance to reset the BGP connections of a specific VPN instance.
Examples
# Reset all BGP connections of VPN instance vpn1.