Postingan

Menampilkan postingan dari Juni, 2021

Konfigurasi Numbered Standard IPv4 ACLs

Gambar
Ketentuan Konfigurasi Access Control List Standart : Berikut topologi dan device yg sudah terhubung Berikut list device yang sudah saya berikan ip . lalu saya konfigurasi begini sesuai arahan soal dari dosen R2(config)# access-list 1 deny 192.168.11.0 0.0.0.255 R2(config)# access-list 1 permit any R2(config)# interface GigabitEthernet0/0 R2(config-if)# ip access-group 1 out R3(config)# access-list 1 deny 192.168.10.0 0.0.0.255 R3(config)# access-list 1 permit any R3(config)# interface GigabitEthernet0/0 R3(config-if)# ip access-group 1 out Dan berikut daftar ping sesuai soal ping from 192.168.10.10 to 192.168.11.10 Berhasil. ping from 192.168.10.10 to 192.168.20.254  Berhasil. ping from 192.168.11.10 to 192.168.20.254 Gagal. ping from 192.168.10.10 to 192.168.30.10 Gagal.. ping from 192.168.11.10 to 192.168.30.10  Berhasil. ping from 192.168.30.10 to 192.168.20.254  Berhasil. -----------------------------------------------------------------------------------...