show running ikev2
-
- Last UpdatedSep 23, 2020
- 1 minute read
Displays current Internet Key Exchange version 2 (IKEv2) configuration information.
User EXEC mode
This command may be entered in all configuration modes.
Use this command to display the IKEv2 configuration that is currently active on the device.
The following example displays the current IKEv2 configuration.
device# show running ikev2
!
ikev2 proposal ikev2_propA
!
ikev2 auth-proposal ikev2_auth_propA
pre-shared-key 2 $MlVzZCFAblp8OA==
!
ikev2 policy ikev2_policyA
proposal ikev2_propA
match address-local 10.100.100.1 255.255.255.255
!
ikev2 profile ikev2_profA
authentication ikev2_auth_propA
local-identifier address 10.1.1.1
remote-identifier address 10.4.4.4
match-identity local address 10.1.1.1
match-identity remote address 10.4.4.4
!
!
ipsec proposal ipsec_propA
!
ipsec profile ipsec_profA
proposal ipsec_propA
ike-profile ikev2_profA
!
Release version | Command history |
---|---|
08.0.50 | This command was introduced. |