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

254
pw-class class-name: References a PW class by its name, a case-insensitive string of 1 to 19 characters.
pw-id pw-id: ID of the PW to the VPLS peer PE, in the range of 1 to 4294967295. The default is VSI ID.
upe: Specifies that the peer PE is a UPE in the H-VPLS model.
backup-peer ip-address: Specifies the IP address of the backup NPE. If you specify this parameter, you
create a primary NPE and a backup NPE on the UPE.
backup-pw-id pw-id: Specifies the ID of the PW to the backup NPE. The value range for the pw-id
argument is 1 to 4294967295, and the default is the VSI ID.
Examples
# Create a peer PE, which is of the UPE type, with the IP address of 4.4.4.4 and the PW ID of 200.
<Sysname> system-view
[Sysname] vsi aaa
[Sysname-vsi-aaa] pwsignal ldp
[Sysname-vsi-aaa-ldp] peer 4.4.4.4 pw-id 200 upe
# Create a primary peer PE 1.1.1.1 and a backup peer PE 2.2.2.2, and set the PW ID to the primary peer
to 300 and that to the backup peer to 400.
<Sysname> system-view
[Sysname] vsi aaa
[Sysname-vsi-aaa] pwsignal ldp
[Sysname-vsi-aaa-ldp] peer 1.1.1.1 pw-id 300 backup-peer 2.2.2.2 backup-pw-id 400
Related commands
vsi
vsi-id
ping lsp pw (for VPLS)
Use ping lsp pw to check the connectivity of a Martini PW.
Syntax
ping lsp [ -a source-ip | -c count | -exp exp-value | -h ttl-value | -m wait-time | -r reply-mode | -s
packet-size | -t time-out | -v ] * pw ip-address pw-id pw-id
Views
Any view
Default command level
0: Visit level
Parameters
-a source-ip: Specifies the source IP address of the Echo Request messages to be sent.
-c count: Specifies the number of request messages to be sent. The value range for the count argument is
1 to 4294967295, and the default is 5.
-exp exp-value: Specifies the EXP value for the Echo Request messages. The value range for the exp-value
argument is 0 to 7, and the default is 0.
-h ttl-value: Specifies the TTL value for the Echo Request messages. The value range for the ttl-value
argument is 1 to 255, and the default is 255.