refresh bgp ipv6 vpn-instance
Syntax
refresh bgp ipv6 vpn-instance
vpn-instance-name
{
ipv6-address
|
all
|
external
} {
export
|
import
}
View
User view
Default level
1: Monitor level
Parameters
vpn-instance-name
: Name of the VPN instance, a case-sensitive string of 1 to 31 characters.
ipv6-address
: Soft resets the BGP connection with the BGP peer identified by this IPv6 address.
all
: Soft resets all IPv6 BGP connections in the specified VPN instance.
external
: Soft resets EBGP sessions.
export
: Performs a soft reset in the outbound direction.
import
: Performs a soft reset in the inbound direction.
Description
Use
refresh bgp ipv6 vpn-instance
to soft reset IPv6 BGP connections in a VPN instance.
Examples
# Soft reset all IPv6 BGP connections in VPN instance
vpn1
in the inbound direction to make new
configurations take effect.
<Sysname> refresh bgp ipv6 vpn-instance vpn1 all import
reset bgp ipv6 vpn-instance
Syntax
reset bgp ipv6 vpn-instance
vpn-instance-name
{
as-number
|
ipv6-address
|
all
|
external
}
View
User view
Default level
1: Monitor level
Parameters
vpn-instance-name
: Resets IPv6 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 IPv6 BGP connections with the peers in an AS. The AS number is in the range of
1 to 4294967295.
ipv6-address
: Resets the connection with the BGP peer identified by this IPv6 address.
all
: Resets all IPv6 BGP connections in the specified VPN instance.
external
: Resets EBGP sessions.
Description
Use
reset bgp ipv6 vpn-instance
to reset IPv6 BGP connections in a VPN instance.
484