28.06.2014 Views

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Supplemental Lab or Challenge Activity:<br />

For the following ACL’s tell if the ACL is correct or incorrectly written for the<br />

instructions given. Use the lab diagram above as a guide. If the ACL is incorrect, then<br />

re-write it correctly to achieve its goals.<br />

1. Write an ACL for the EGR network to be denied access to the Sales network<br />

using a standard ACL. Those crafty engineers like to mess with the Sales<br />

database files (like changing due dates of projects and stuff).<br />

Router(config)#access-list 101 deny 192.168.30.0 0.0.0.255<br />

Router(config)#access-list 101 permit ip any any<br />

Router(config)#int e0/2<br />

Router(config-if)#ip access-group 101 out<br />

Correct? ___________________<br />

Incorrect? __________________<br />

What’s wrong? _________________________________________________<br />

______________________________________________________________<br />

______________________________________________________________<br />

______________________________________________________________<br />

2. Write an ACL for no one to have telnet use using an extended ACL.<br />

Router(config)#access-list 101 deny tcp 192.168.0.0 0.0.255.255 any eq 23<br />

Router(config)#access-list 101 permit tcp any any<br />

Router(config)#int e0/0<br />

Router(config-if)#ip access-group 101 in<br />

Router(config)#int e0/1<br />

Router(config-if)#ip access-group 101 in<br />

Router(config)#int e0/2<br />

Router(config-if)#ip access-group 101 in<br />

Correct? ___________________<br />

Incorrect? __________________<br />

What’s wrong? _________________________________________________<br />

______________________________________________________________<br />

______________________________________________________________<br />

______________________________________________________________<br />

340

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!