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

337
reset bgp vpnv4
Use reset bgp vpnv4 to reset BGP VPNv4 connections.
Syntax
reset bgp vpnv4 { as-number | ip-address | all | external | internal | group group-name }
Views
User view
Default command level
2: System level
Parameters
as-number: Resets VPNv4 connections with the peers in an AS identified by this number in the range of
1 to 4294967295.
ip-address: Resets the VPNv4 connection with a BGP peer identified by this IP address.
all: Resets all BGP VPNv4 connections.
external: Resets EBGP VPNv4 connections.
internal: Resets IBGP VPNv4 connections.
group group-name: Resets the VPNv4 connections with a BGP peer group identified by this name.
Examples
# Reset all BGP VPNv4 connections to make new configurations take effect.
<Sysname> reset bgp vpnv4 all
route-distinguisher (VPN instance view)
Use route-distinguisher to configure an RD for a VPN instance.
Syntax
route-distinguisher route-distinguisher
Views
VPN instance view
Default command level
2: System level
Parameters
route-distinguisher: RD for the VPN instance, a string of 3 to 21 characters in one of these formats:
16 - b i t AS n u m b e r :32-bit user-defined number. For example, 101:3.
32-bit IP address:16-bit user-defined number. For example, 192.168.122.15:1.
32-bit AS number:16-bit user-defined number, where the minimum value of the AS number is 65536.
For example, 65536:1.
Usage guidelines
An RD is used to create the routing and FIB of a VPN. By prefixing an RD to an IPv4 prefix, you get a VPN
IPv4 prefix unique globally.