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

328
peer-address: IP address of the peer.
vpn-instance-name: Name of the VPN instance, a case-sensitive string of 1 to 31 characters.
Usage guidelines
This configuration takes effect only after the nested VPN function is enabled.
Before specifying a nested VPN peer or peer group, be sure to configure the corresponding CE peer or
peer group by using the peer as-number command in BGP-VPN instance view.
Deleting the VPN instance to which a peer belongs will also delete the configuration of this command.
Examples
# Activate a nested VPN peer group named ebgp.
<Sysname> system-view
[Sysname] bgp 10
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-vpn1] group ebgp external
[Sysname-bgp-vpn1] quit
[Sysname-bgp] ipv4-family vpnv4
[Sysname-bgp-af-vpnv4] peer ebgp vpn-instance vpn1 enable
peer vpn-instance group
Use peer vpn-instance group to add a peer to a nested VPN peer group.
Use undo peer vpn-instance group to remove a peer from a nested VPN peer group.
Syntax
peer peer-address vpn-instance vpn-instance-name group group-name
undo peer peer-address vpn-instance vpn-instance-name group group-name
Default
A peer is not in any nested peer group.
Views
BGP-VPNv4 subaddress family view
Default command level
2: System level
Parameters
peer-address: IP address of the peer.
vpn-instance-name: Name of the VPN instance, a case-sensitive string of 1 to 31 characters.
group-name: Name of the peer group, a case-sensitive string of 1 to 47 characters.
Usage guidelines
This configuration takes effect only after the nested VPN function is enabled.
Deleting the VPN instance to which a peer belongs will also delete the configuration of this command.
Examples
# Add peer 1.1.1.1 to the nested VPN peer group named ebgp.