Command Manual – VPLS
H3C S9500 Series Routing Switches
Chapter 1 VPLS Configuration Commands
1-28
Use the
undo vpn-target
command to delete the VPN target(s) associated with a
VPLS instance.
VPN Target has no default value, and you need to configure it when creating VPN.
Examples
# Associate VPLS instance aaa with multiple VPN targets.
<Sysname> system-view
[Sysname] vsi aaa auto
[Sysname-vsi-aaa] pwsignal bgp
[Sysname-vsi-aaa-bgp] route-distinguisher 101:3
[Sysname-vsi-aaa-bgp] vpn-target 100:1
[Sysname-vsi-aaa-bgp] vpn-target 1:1 2:2 export-extcommunity
[Sysname-vsi-aaa-bgp] vpn-target 1.2.3.4:11 12:12 import-extcommunity
1.1.24 vsi
Syntax
vsi
vsi-name
[
auto
|
static
]
undo
vsi
vsi-name
View
System view
Default Level
2: System level
Parameters
vsi-name
: Name of the VPLS instance.
static
: Configures the peer discovery mechanism as static. This corresponds to LDP
mode.
auto
: Configures the peer discovery mechanism as dynamic. This corresponds to BGP
mode.
Description
Use the
vsi
command to create a VPLS instance and enter VSI view.
Use the
undo vsi
command to remove a VPLS instance.
The VPLS instance name must be globally unique. When creating a VPLS instance,
you must specify the peer discovery mechanism.
Related commands:
display vsi
.