3Com Switch 8800 Family IPsec Module Configuration and Command reference Guide

422 CHAPTER 23: IKE CONFIGURATION COMMANDS
Parameter
key: Specifies a pre-shared key, which is a string of 1 to 128 characters.
Description
Use the pre-shared-key command to configure a pre-shared key to be used in IKE
negotiation.
Use the undo pre-shared-key command to remove the pre-shared key used in
IKE negotiation.
Example
# Set the pre-shared key used in IKE negotiation to "abcde".
[SecBlade_VPN] ike peer new_peer
[SecBlade_VPN-ike-peer-new_peer] pre-shared-key abcde
remote-address Syntax
remote-address low-ip-address high-ip-address
undo remote-address
View
IKE-peer view
Parameter
low-ip-address: Start IP address.
high-ip-address: End IP address.
Description
Use the remote-address command to configure IP address of the remote GW.
Use the undo remote-address command to delete IP address of the remote GW.
If the initiator uses its IP address in IKE negotiation (that is, id-type ip is used), it
sends its IP address to the peer as its identity, whereas the peer uses the address
configured using the remote-address ip-address command to authenticate the
initiator. To pass authentication, this address must be the same one configured
using the local-address command on the initiator.
Example
# Set IP address of the remote GW to 10.0.0.1.
[SecBlade_VPN] ike peer new_peer
[SecBlade_VPN-ike-peer-new_peer] remote-address 10.0.0.1
remote-name Syntax
remote-name name
undo remote-name