05.01.2013 Views

CCNA Cisco Certified Network Associate Study Guide - FTP Server

CCNA Cisco Certified Network Associate Study Guide - FTP Server

CCNA Cisco Certified Network Associate Study Guide - FTP Server

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.

466 Chapter 9 � Managing Traffic with Access Lists<br />

7. It is important to add this line next to create a permit statement.<br />

2501A(config)#access-list 110 permit ip any 0.0.0.0<br />

255.255.255.255<br />

8. You must create a permit statement; if you just add a deny statement,<br />

nothing will be permitted at all. Please see the sections earlier in this<br />

chapter for more detailed information on the permit command.<br />

9. Apply the access list to the Ethernet 0 on 2501A to stop the Telnet<br />

traffic as soon as it hits the first router interface.<br />

RouterB(config)#int e0<br />

RouterB(config-if)#ip access-group 110 in<br />

RouterB(config-if)#^Z<br />

10. Try telnetting from host 172.16.10.2 to Router B using the destination<br />

IP address of 172.16.20.2. The following messages should be generated<br />

on 2501A’s console. However, the ping command should work.<br />

From host 172.16.10.2: >telnet 172.16.20.2<br />

On Router B’s console, this should appear as follows:<br />

Lab 9.3: Standard IPX Access Lists<br />

01:11:48: %SEC-6-IPACCESSLOGP: list 110 denied tcp<br />

172.16.10.2(1030) -> 172.16.20.2(23), 1 packet<br />

01:13:04: %SEC-6-IPACCESSLOGP: list 110 denied tcp<br />

172.16.10.2(1030) -> 172.16.20.2(23), 3 packets<br />

In this lab, you will configure IPX to allow only IPX traffic from IPX <strong>Network</strong><br />

30 and not from IPX <strong>Network</strong> 50.<br />

1. Remove any existing access lists on the 2501A router. Because this is<br />

an IPX standard access list, the filtering can be placed anywhere on the<br />

network since it can filter based on IPX source and destination IP<br />

addresses.<br />

2. Verify that you have the IPX network working as shown in Figure 9.3.<br />

Use the show ipx route command to see all networks on your routers.

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

Saved successfully!

Ooh no, something went wrong!