Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| networking:cisco:std-acl [2026/02/04 22:46] – [Konfigurasi] ilyasa | networking:cisco:std-acl [2026/02/04 22:48] (current) – ilyasa | ||
|---|---|---|---|
| Line 169: | Line 169: | ||
| ===== Testing ===== | ===== Testing ===== | ||
| + | |||
| + | * **Tets ping LAN1 ke Server A & B** | ||
| + | <code js> | ||
| + | PC-A1> show ip | ||
| + | |||
| + | NAME : PC-A1[1] | ||
| + | IP/ | ||
| + | GATEWAY | ||
| + | DNS : | ||
| + | MAC : 00: | ||
| + | LPORT : 20000 | ||
| + | RHOST: | ||
| + | MTU : 1500 | ||
| + | |||
| + | PC-A1> ping 10.0.1.2 | ||
| + | |||
| + | 84 bytes from 10.0.1.2 icmp_seq=1 ttl=62 time=95.125 ms | ||
| + | 84 bytes from 10.0.1.2 icmp_seq=2 ttl=62 time=65.038 ms | ||
| + | 84 bytes from 10.0.1.2 icmp_seq=3 ttl=62 time=60.712 ms | ||
| + | 84 bytes from 10.0.1.2 icmp_seq=4 ttl=62 time=63.358 ms | ||
| + | 84 bytes from 10.0.1.2 icmp_seq=5 ttl=62 time=50.142 ms | ||
| + | |||
| + | PC-A1> ping 10.0.2.2 | ||
| + | |||
| + | *172.16.1.2 icmp_seq=1 ttl=254 time=45.899 ms (ICMP type:3, code:13, Communication administratively prohibited) | ||
| + | *172.16.1.2 icmp_seq=2 ttl=254 time=32.774 ms (ICMP type:3, code:13, Communication administratively prohibited) | ||
| + | *172.16.1.2 icmp_seq=3 ttl=254 time=45.168 ms (ICMP type:3, code:13, Communication administratively prohibited) | ||
| + | *172.16.1.2 icmp_seq=4 ttl=254 time=34.268 ms (ICMP type:3, code:13, Communication administratively prohibited) | ||
| + | *172.16.1.2 icmp_seq=5 ttl=254 time=42.260 ms (ICMP type:3, code:13, Communication administratively prohibited) | ||
| + | </ | ||
| + | |||
| + | * **Tets ping LAN2 ke Server A & B** | ||
| + | |||
| + | <code js> | ||
| + | PC-B1> show ip | ||
| + | |||
| + | NAME : PC-B1[1] | ||
| + | IP/ | ||
| + | GATEWAY | ||
| + | DNS : | ||
| + | DHCP SERVER : 192.168.2.1 | ||
| + | DHCP LEASE : 67259, 86400/ | ||
| + | MAC : 00: | ||
| + | LPORT : 20000 | ||
| + | RHOST: | ||
| + | MTU : 1500 | ||
| + | |||
| + | PC-B1> ping 10.0.1.2 | ||
| + | |||
| + | *172.16.1.2 icmp_seq=1 ttl=254 time=46.086 ms (ICMP type:3, code:13, Communication administratively prohibited) | ||
| + | *172.16.1.2 icmp_seq=2 ttl=254 time=47.608 ms (ICMP type:3, code:13, Communication administratively prohibited) | ||
| + | *172.16.1.2 icmp_seq=3 ttl=254 time=47.629 ms (ICMP type:3, code:13, Communication administratively prohibited) | ||
| + | *172.16.1.2 icmp_seq=4 ttl=254 time=46.073 ms (ICMP type:3, code:13, Communication administratively prohibited) | ||
| + | *172.16.1.2 icmp_seq=5 ttl=254 time=46.126 ms (ICMP type:3, code:13, Communication administratively prohibited) | ||
| + | |||
| + | PC-B1> ping 10.0.2.2 | ||
| + | |||
| + | 84 bytes from 10.0.2.2 icmp_seq=1 ttl=62 time=83.063 ms | ||
| + | 84 bytes from 10.0.2.2 icmp_seq=2 ttl=62 time=67.256 ms | ||
| + | 84 bytes from 10.0.2.2 icmp_seq=3 ttl=62 time=61.611 ms | ||
| + | 84 bytes from 10.0.2.2 icmp_seq=4 ttl=62 time=61.236 ms | ||
| + | 84 bytes from 10.0.2.2 icmp_seq=5 ttl=62 time=62.238 ms | ||
| + | </ | ||