The ike remote-id 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 ID.
The undo ike remote-id command cancels the above configuration.
ike remote-id remote-id { pre-shared-key pre-shared-key | speed-limit { inbound | outbound } * speed-limit | vpn-instance vpn-instance-name zone { dmz | trust | untrust } | certificate local-filename filename } *
undo ike remote-id remote-id { pre-shared-key | speed-limit { inbound | outbound } | vpn-instance vpn-instance-name | certificate local-filename }
Parameter |
Description |
Value |
|---|---|---|
remote-id |
Specifies the remote ID of an IKE peer. The values are as follows: |
The value is a string of 1 to 255 case-sensitive characters without question marks (?) and spaces. |
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. |