R3303-HP HSR6800 Routers MPLS Command Reference

333
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: Specifies the IP address of the peer.
vpn-instance-name: Specifies the name of the VPN instance, a case-sensitive string of 1 to 31 characters.
group-name: Specifies the 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.
<Sysname> system-view
[Sysname] bgp 10
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-vpn1] group ebgp external
[Sysname-bgp-vpn1] peer 1.1.1.1 as-number 600
[Sysname-bgp-vpn1] peer 1.1.1.1 group ebgp
[Sysname-bgp-vpn1] quit
[Sysname-bgp] ipv4-family vpnv4
[Sysname-bgp-af-vpnv4] peer ebgp vpn-instance vpn1 enable
[Sysname-bgp-af-vpnv4] peer 1.1.1.1 vpn-instance vpn1 group ebgp
peer vpn-instance route-policy import
Use peer vpn-instance route-policy import to specify the routing policy to be applied to VPNv4 routes
received from a nested VPN peer or peer group.
Use undo peer vpn-instance route-policy import to restore the default.
Syntax
peer { group-name | peer-address } vpn-instance vpn-instance-name route-policy route-policy-name
import
undo peer { group-name | peer-address } vpn-instance vpn-instance-name route-policy
route-policy-name import