Command Reference Guide

3Com Router 3000 Ethernet Family
Command Reference Guide
Chapter 3 DVPN Configuration Commands
3Com Corporation
3-22
Parameter
key: Pre-shared key of a DVPN server, a string with a maximum of 127 bytes in length.
Description
Use the pre-shared-key command to set the pre-shared key used when a client needs
to authenticate a DVPN server.
Use the undo pre-shared-key command to remove the pre-shared key of the DVPN
server configured on the client side.
Example
# Set the pre-shared key of the DVPN server on a client side to 123.
[Quidway-dvpn-class-abc] pre-shared-key 123
3.1.30 private-ip
Syntax
private-ip ip-address
undo private-ip
View
dvpn-class view
Parameter
ip-address: Private IP address of a specified DVPN server (the IP address of the tunnel
interface).
Description
Use the private-ip command to specify a private IP address of a specified DVPN
server.
Use the undo private-ip command to remove the private IP address of a specified
DVPN server.
No private IP address of the DVPN server is specified by default.
Example
# Set the private IP address of a DVPN server to 192.168.0.1 (That is, assign the
private IP address to the tunnel interface).
[Quidway-Dvpn-class-abc] private-ip 192.168.0.1