The user id-type command configures IKE user information.
The undo user id-type command deletes IKE user information.
By default, no IKE user information is configured.
user id-type { any any-id | esn esn-number | fqdn remote-fqdn | ip ip-address | user-fqdn remote-user-fqdn } { no-xauth | pre-shared-key key [ description description ] }
user id-type { any any-id | esn esn-number | fqdn remote-fqdn | ip ip-address | user-fqdn remote-user-fqdn } vpn-instance vpn-instance-name
undo user id-type { any any-id | esn esn-number | fqdn remote-fqdn | ip ip-address | user-fqdn remote-user-fqdn } [ no-xauth | pre-shared-key ]
undo user id-type { any any-id | esn esn-number | fqdn remote-fqdn | ip ip-address | user-fqdn remote-user-fqdn } vpn-instance
Parameter |
Description |
Value |
|---|---|---|
| id-type | Specifies the remote ID type and remote ID of an IKE peer. |
- |
| any any-id | Indicates that the remote ID of an IKE peer can be of any type and configures the remote ID. |
The value is a string of 1 to 255 case-sensitive characters without question marks (?) and spaces. |
| esn esn-number | Specifies the ESN as the remote ID of an IKE peer and configures the remote ID. |
The value is a string of 1 to 255 case-sensitive characters without question marks (?) and spaces. |
| fqdn remote-fqdn | Specifies the name as the remote ID of an IKE peer and configures the remote ID. |
The value is a string of 1 to 255 case-sensitive characters without question marks (?) and spaces. |
| ip ip-address | Specifies the IP address as the remote ID of an IKE peer and configures the remote ID. |
|
| user-fqdn remote-user-fqdn | Specifies the domain name as the remote ID of an IKE peer and configures the remote ID. |
The value is a string of 1 to 255 case-sensitive characters without question marks (?) and spaces. |
| no-xauth | Specifies that extended authentication is disabled. |
- |
| pre-shared-key key | Specifies a pre-shared key. |
The value is a string of 1 to 128 case-sensitive characters in plaintext or 32 to 200 case-sensitive characters in ciphertext. When the value contains the question mark (?) or space, you must enclose the value with double quotation marks (""). |
| description description | Specifies the description of an IKE user. |
The value is a string of 1 to 63 case-sensitive characters without question marks (?). |
| vpn-instance vpn-instance-name | Specifies the name of the VPN instance. | The value must be an existing VPN instance name. |
This command is available to aid upgrade compatibility. It can only be run during the configuration restoration phase of the upgrade.
After the upgrade, this command is no longer supported, and it is replaced by the id-type { any any-id | esn esn-number | fqdn remote-fqdn | ip ip-address | user-fqdn remote-user-fqdn } and pre-shared-key key command.