Configures the local system identifier for an Internet Key Exchange version 2 (IKEv2) profile.

local-identifier { address { ip-address | ipv6-address } | dn dn-name | email email-address | fqdn fqdn-name | key-id key-id }
no local-identifier { address { ip-address | ipv6-address } | dn dn-name | email email-address | fqdn fqdn-name | key-id key-id }

The device IP address is used as the local identifier.

address ip-address
Specifies an address as the local system identifier.
ip-address
Specifies an IPv4 address.
ipv6-address
Specifies an IPv6 address.
dn dn-name
Specifies a Distinguished Name (DN) as the local system identifier.
email email-address
Specifies an email address as the local system identifier.
fqdn fqdn-name
Specifies a fully qualified domain name (FQDN) as the local system identifier.
key-id key-id
Specifies a key ID as the local system identifier.

IKEv2 profile configuration mode

The no form of the command removes the specified local identifier.

The following example shows how to configure IP address 10.3.3.3 as the local system identifier for an IKEv2 profile named prof_mktg.


device# configure terminal
device(config)# ikev2 profile prof-mktg            
device(config-ike-profile-prof-mktg)# local-identifier address 10.3.3.3
device(config-ike-profile-prof-mktg)# exit
Release version Command history
08.0.50 This command was introduced.
08.0.70 Support was added for IPv6.