This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cisco:books:ccnp_300-730:ch3:000 [2025/08/31 03:37] – Name | cisco:books:ccnp_300-730:ch3:000 [2025/08/31 18:12] (current) – [Lab 000 - Configure IKEv2 Initial Configurations] Name | ||
---|---|---|---|
Line 7: | Line 7: | ||
* Chapter 3, Router Configuration with IKEv2, page 78. | * Chapter 3, Router Configuration with IKEv2, page 78. | ||
+ | * This lab provides the answers how to configure IKEv2. | ||
* This lab has two directly connected routers that share IKEv2' | * This lab has two directly connected routers that share IKEv2' | ||
Line 12: | Line 13: | ||
- | __r1-hub__ | + | __r1-hub's initial configuration__ |
< | < | ||
conf t | conf t | ||
+ | no ip domain lookup | ||
hostname r1-hub | hostname r1-hub | ||
line con 0 | line con 0 | ||
+ | history size 256 | ||
logg syn | logg syn | ||
exec-timeout 0 0 | exec-timeout 0 0 | ||
Line 25: | Line 28: | ||
ip address 1.1.1.1 255.255.255.255 | ip address 1.1.1.1 255.255.255.255 | ||
! | ! | ||
- | interface | + | interface |
| | ||
ip address 12.1.1.1 255.255.255.0 | ip address 12.1.1.1 255.255.255.0 | ||
Line 62: | Line 65: | ||
match address castle-acl | match address castle-acl | ||
! | ! | ||
- | interface | + | interface |
| | ||
no shutdown | no shutdown | ||
Line 69: | Line 72: | ||
wr</ | wr</ | ||
- | __r2-spoke__ | + | __r2-spoke' |
< | < | ||
conf t | conf t | ||
+ | no ip domain lookup | ||
hostname r2-spoke | hostname r2-spoke | ||
line con 0 | line con 0 | ||
+ | history size 256 | ||
logg syn | logg syn | ||
exec-timeout 0 0 | exec-timeout 0 0 | ||
Line 82: | Line 87: | ||
ip address 2.2.2.2 255.255.255.255 | ip address 2.2.2.2 255.255.255.255 | ||
! | ! | ||
- | interface | + | interface |
| | ||
ip address 12.1.1.2 255.255.255.0 | ip address 12.1.1.2 255.255.255.0 | ||
Line 119: | Line 124: | ||
match address castle-acl | match address castle-acl | ||
! | ! | ||
- | interface | + | interface |
| | ||
no shutdown | no shutdown | ||
Line 130: | Line 135: | ||
Type escape sequence to abort. | Type escape sequence to abort. | ||
Sending 5, 100-byte ICMP Echos to 12.1.1.2, timeout is 2 seconds: | Sending 5, 100-byte ICMP Echos to 12.1.1.2, timeout is 2 seconds: | ||
- | .!!!! | + | ..!!! |
- | Success rate is 80 percent (4/5), round-trip min/avg/max = 5/5/6 ms</ | + | Success rate is 60 percent (3/5), round-trip min/avg/max = 1/3/7 ms</ |
- | * Packet Capture on r1-hub | + | < |
- | {{: | + | IPv4 Crypto |
+ | Tunnel-id Local | ||
+ | 1 | ||
+ | Encr: AES-CBC, keysize: 256, PRF: SHA512, Hash: SHA512, DH Grp:14, Auth sign: PSK, Auth verify: PSK | ||
+ | Life/Active Time: 86400/13 sec | ||
+ | |||
+ | IPv6 Crypto IKEv2 SA</ | ||
+ | * Packet Capture on r1-hub e0/0 interface. | ||
+ | {{ : | ||
+ | * The crypto is working correctly. The ICMP (ping) packets are formatted ESP because they are encrypted. | ||