395external: Resets EBGP VPNv6 connections.internal: Resets IBGP VPNv6 connections.Examples# Reset all BGP VPNv6 connections to make new configurations take effect. reset bgp vpnv6 allrouting-table limit (VPN instance view/IPv6 VPN view)Use routing-table limit to limit the maximum number of routes in a VPN instance, preventing too manyroutes from being accepted by a PE.Use undo routing-table limit to restore the default.Syntaxrouting-table limit number { warn-threshold | simply-alert }undo routing-table limitDefaultNo limit is set on the number of routes that a VPN instance can support.ViewsVPN instance view, IPv6 VPN viewDefault command level2: System levelParametersnumber: Specifies the maximum number of routes supported, in the range of 1 to 8192.warn-threshold: Specifies a threshold for warning, in the range of 1 to 100, in percentages. When thepercentage of the number of existing routes to the maximum number of routes supported exceeds thespecified threshold, the system gives an alarm message but still allows new routes. If the number of routesin the VPN instance reaches the maximum supported, no more routes are added.simply-alert: Specifies that when the number of routes exceeds the maximum number of routes supported,the system still accepts routes but generates a system log (syslog) message.Usage guidelinesA limit configured in VPN instance view is applicable to both the IPv4 VPN and the IPv6 VPN.A limit configured in IPv6 VPN view is applicable to only the IPv6 VPN.A limit configured in IPv6 VPN view takes precedence over that configured in VPN instance view. If youconfigure a limit in both IPv6 VPN view and VPN instance view, the IPv6 VPN uses the limit configuredin IPv6 VPN view.Examples# Configure VPN instance vpn1 to support up to 1000 routes, and receive new routes after the numberof existing routes exceeds the limit. system-view[Sysname] ip vpn-instance vpn1[Sysname-vpn-instance-vpn1] route-distinguisher 100:1[Sysname-vpn-instance-vpn1] routing-table limit 1000 simply-alert