Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| networking:cisco:static-nat [2026/02/04 23:47] – [Konfigurasi] ilyasa | networking:cisco:static-nat [2026/02/04 23:51] (current) – ilyasa | ||
|---|---|---|---|
| Line 92: | Line 92: | ||
| ===== Testing ===== | ===== Testing ===== | ||
| + | * **PC1 : Test ping dan hasil capture** | ||
| + | < | ||
| + | PC1> ip dhcp | ||
| + | DORA IP 192.168.1.1/ | ||
| + | |||
| + | PC1> ping google.com | ||
| + | google.com resolved to 142.251.175.113 | ||
| + | |||
| + | 84 bytes from 142.251.175.113 icmp_seq=1 ttl=254 time=19.694 ms | ||
| + | 84 bytes from 142.251.175.113 icmp_seq=2 ttl=254 time=20.258 ms | ||
| + | 84 bytes from 142.251.175.113 icmp_seq=3 ttl=254 time=15.912 ms | ||
| + | 84 bytes from 142.251.175.113 icmp_seq=4 ttl=254 time=16.214 ms | ||
| + | ^c | ||
| + | </ | ||
| + | {{ : | ||
| + | |||
| + | * **PC2 : Test ping dan hasil capture** | ||
| + | < | ||
| + | PC2> ping google.com -c 1 | ||
| + | google.com resolved to 142.251.175.113 | ||
| + | |||
| + | 84 bytes from 142.251.175.113 icmp_seq=1 ttl=254 time=30.073 ms | ||
| + | </ | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | * **PC3 : Test ping dan hasil capture** | ||
| + | |||
| + | < | ||
| + | PC3> ping google.com -c 1 | ||
| + | google.com resolved to 142.251.175.113 | ||
| + | |||
| + | 84 bytes from 142.251.175.113 icmp_seq=1 ttl=254 time=20.609 ms | ||
| + | </ | ||
| + | {{ : | ||
| + | |||
| + | * **R1 : logs nat translations** | ||
| + | <code js> | ||
| + | R1#show ip nat translations | ||
| + | Pro Inside global | ||
| + | icmp 100.0.0.1: | ||
| + | icmp 100.0.0.1: | ||
| + | icmp 100.0.0.1: | ||
| + | icmp 100.0.0.1: | ||
| + | icmp 100.0.0.1: | ||
| + | --- 100.0.0.1 | ||
| + | icmp 100.0.0.2: | ||
| + | --- 100.0.0.2 | ||
| + | icmp 100.0.0.3: | ||
| + | --- 100.0.0.3 | ||
| + | </ | ||