Routing & Switching Essentials - Configuring Numbered Standart IPv4 ACLs
Nama : Fadhila Dzaki Armando
NIM : 12190019
Kelas : 12.4A.02
Universitas Nusa Mandiri
Routing & Switching Essentials (Tugas Pertemuan 13)
Ketentuan Konfigurasi Access Control List Standart :
Berikut Topologi dan Device yang Sudah Terhubung:
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
ping from 192.168.10.10 to 192.168.11.10 Berhasil.
ping from 192.168.10.10 to 192.168.20.254
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
Komentar
Posting Komentar