SIMULATION
IFEE S. IHEDORO Securing Networks with Cisco Routers and Switches 00:56:01
Your task is to configure CBAC on the local router to inspect web and FTP traffic to the corporate server and to permit ICMP and EIGRP packets from any source to any destination inbound to the local router fa0/1 interface.
Answer: See the explanation
Explanation:
ip inspect name Fwrule http
ip inspect name Fwrule ftp
access-list 101 permt icmp any any
access-list 101 permit eigrp any any
int fa0/1
ip access-group 101 in
int fa0/0
ip inspect Fwrule in
ip inspect audit-trial
logging 10.0.2.12
Copy run start