This shows you the differences between two versions of the page.
| cisco:labs:ios-xe:lab18 [2025/10/04 21:18] – created Name | cisco:labs:ios-xe:lab18 [2025/10/04 21:38] (current) – Name | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ====Task Instructions for r2 and r3:==== | ====Task Instructions for r2 and r3:==== | ||
| - | - Configure an ACL to define which traffic to encrypt using the physical | + | - Remove interface crypto map from interfaces. |
| - | - Configure | + | - Configure |
| - Configure IKEv2 policy. | - Configure IKEv2 policy. | ||
| - Configure IKEv2 keyring. | - Configure IKEv2 keyring. | ||
| Line 23: | Line 23: | ||
| ===Task 1=== | ===Task 1=== | ||
| r2 | r2 | ||
| - | < | + | < |
| - | 10 remark Permit statements equal traffic that shall be encrypted. | + | r2(config-if)#no crypto map |
| - | 10 permit | + | r2(config-if)# |
| + | *Oct 4 21:14:46.484: (ipsec_license_release) IPSEC License handle release failed (20) | ||
| + | r2(config-if)# | ||
| + | *Oct 4 21: | ||
| + | r2(config-if)# | ||
| + | Building configuration... | ||
| + | |||
| + | Current configuration : 117 bytes | ||
| + | ! | ||
| + | interface GigabitEthernet2 | ||
| + | | ||
| + | | ||
| + | no mop enabled | ||
| + | no mop sysid | ||
| + | end</ | ||
| r3 | r3 | ||
| - | < | + | < |
| - | 10 remark Permit statements equal traffic that shall be encrypted. | + | r3(config-if)# no crypto map |
| - | 10 permit | + | r3(config-if)# |
| + | *Oct 4 21:15:07.044: (ipsec_license_release) IPSEC License handle release failed (20) | ||
| + | r3(config-if)# | ||
| + | *Oct 4 21: | ||
| + | r3(config-if)# | ||
| + | Building configuration... | ||
| + | |||
| + | Current configuration : 117 bytes | ||
| + | ! | ||
| + | interface GigabitEthernet2 | ||
| + | | ||
| + | | ||
| + | no mop enabled | ||
| + | no mop sysid | ||
| + | end</ | ||
| ---- | ---- | ||
| ===Task 2=== | ===Task 2=== | ||