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 17:55] – Name | cisco:books:ccnp_300-730:ch3:000 [2025/10/04 02:56] (current) – Name | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| * This lab has two directly connected routers that share IKEv2' | * This lab has two directly connected routers that share IKEv2' | ||
| - | {{ : | + | {{ : |
| - | __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 26: | 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 63: | Line 65: | ||
| match address castle-acl | match address castle-acl | ||
| ! | ! | ||
| - | interface | + | interface |
| | | ||
| no shutdown | no shutdown | ||
| Line 70: | 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 83: | 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 120: | Line 124: | ||
| match address castle-acl | match address castle-acl | ||
| ! | ! | ||
| - | interface | + | interface |
| | | ||
| no shutdown | no shutdown | ||
| Line 131: | 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. | ||