353external: 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 guidelinesSoft reset of BGP connections refers to updating BGP routing information without breaking BGP neighborrelationships.Examples# Soft reset all BGP VPNv4 connections in the inbound direction to make new configurations take effect. refresh bgp vpnv4 all importreset bgp vpn-instanceUse reset bgp vpn-instance to reset the BGP connections in a VPN instance.Syntaxreset bgp vpn-instance vpn-instance-name { as-number | ip-address | all | external | groupgroup-name }ViewsUser viewDefault command level2: System levelParametersvpn-instance-name: Resets BGP connections with the peers in a VPN instance. The VPN instance nameis a case-sensitive string of 1 to 31 characters.as-number: Resets BGP connections with the peers in an AS. The value range for the AS number is 1 to4294967295.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. Thegroup-name argument is a string of 1 to 47 characters.Examples# Reset all BGP connections in VPN instance vpn1. reset bgp vpn-instance vpn1 allreset bgp vpn-instance dampeningUse reset bgp vpn-instance dampening to clear the route flap dampening information for a VPNinstance.