The ike remote-address command configures the pre-shared key, rate limit, VPN multi-instance, security zone for VPN multi-instance, and certificate for the peer end at the specified IP address.
The undo ike remote-address command cancels the above configuration.
ike remote-address remote-ip-address { pre-shared-key pre-shared-key | speed-limit { inbound | outbound } * speed-limit | vpn-instance vpn-instance-name zone zone-name | certificate local-filename filename } *
undo ike remote-address remote-ip-address { pre-shared-key | speed-limit { inbound | outbound } | vpn-instance vpn-instance-name | certificate local-filename }
Parameter |
Description |
Value |
|---|---|---|
remote-ip-address |
Specifies the remote IP address of an IKE peer. |
|
| pre-shared-key pre-shared-key | Specifies the pre-shared key. |
The value is a string of 1 to 128 characters. Passwords are displayed in cipher text during configuration file query. |
| speed-limit inbound speed-limit | Specifies the inbound direction of speed limit. |
It is an integer that ranges from 8 to 4194303, in kilobytes. The default value is 0, indicating that the rate is not limited. |
| speed-limit outbound speed-limit | Specifies the outbound direction of speed limit. |
It is an integer that ranges from 8 to 4194303, in kilobytes. The default value is 0, indicating that the rate is not limited. |
vpn-instance vpn-instance-name |
Specifies the name of the VPN instance that IPSec tunnel traffic belongs to. |
The VPN instance name must have been created. |
| zone { dmz | trust | untrust } | Specifies the security zone. |
- |
| certificate local-filename filename | Specifies the name of the certificate. | It is a string of 1 to 127 characters and case insensitive. |