Demo

Objectives

This challenge involves the configuration of a standard ACL. The objectives of this challenge are to:

Sample

> en
# config t
(config)# access-list 2 permit host 130.152.162.10
(config)# access-list 2 deny host 193.68.36.8
(config)# access-list 2 permit 207.182.133.0 0.1.255.255
(config)# access-list 2 deny 153.246.194.0 0.0.127.255
(config)# access-list 2 permit any
(config)# int e0
(config-if)# ip access-group 
(config-if)# ip access-group 2 in