Configuration for get final solution

Lab : Access List

Posted in Cisco by giat on June 4, 2008

Simple konfigurasi Access list sebagai penyaring packet data/IP …….

The following access list has been created to prevent traffic from host 204.204.7.122 from accessing the 201.100.11.0 network.

access-list 22 deny host 204.204.7.122
access-list 22 permit any

Which group of commands will properly place this access list so that this host is denied access only to the 201.100.11.0 network?

RouterA(config)# interface s0/0
RouterA(config-if)# ip access-group 22 in

RouterA(config)# interface s0/0
RouterA(config-if)# ip access-group 22 out

RouterA(config)# interface fa0/0
RouterA(config-if)# ip access-group 22 in

RouterB(config)# interface fa0/0
RouterB(config-if)# ip access-group 22 in

RouterB(config)# interface s0/0
RouterB(config-if)# ip access-group 22 in

RouterB(config)# interface fa0/0
RouterB(config-if)# ip access-group 22 out

Tagged with:

One Response

Subscribe to comments with RSS.

  1. [...] Kalo ada host yang pengen akses nya dibatasin biar gak bisa ngakses internet kita bisa aja set di Access-List [...]


Leave a Reply