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.

286 Chapter 5 � IP Routing<br />

2621(config)#ip route 172.16.40.0 255.255.255.0<br />

172.16.10.1<br />

2621(config)#ip route 172.16.50.0 255.255.255.0<br />

172.16.10.1<br />

2. Save the current configuration for the 2621 router by going to the<br />

enabled mode, typing copy run start, and pressing Enter.<br />

3. On Router A, create a static route to see networks 172.16.10.0/24,<br />

172.16.30.0/24, 172.16.40.0/24, and 172.16.50.0/24, as shown here.<br />

RouterA#config t<br />

RouterA(config)#ip route 172.16.30.0 255.255.255.0<br />

172.16.20.2<br />

RouterA(config)#ip route 172.16.40.0 255.255.255.0<br />

172.16.20.2<br />

RouterA(config)#ip route 172.16.50.0 255.255.255.0<br />

172.16.20.2<br />

These commands told Router A to get to network 172.16.30.0/24 and<br />

use either IP address 172.16.20.2, which is the closet neighbor interface<br />

connected to network 172.16.30.0/24, or Router B. This is the<br />

same interface you will use to get to networks 172.16.40.0/24 and<br />

172.16.50.0/24.<br />

4. Save the current configuration for Router A by going to the enabled<br />

mode, typing copy run start, and pressing Enter.<br />

5. On Router B, create a static route to see networks 172.16.10.0/24 and<br />

172.16.50.0/24, which are not directly connected. Create static routes<br />

so that Router B can see all networks, as shown here.<br />

RouterB#config t<br />

RouterB(config)#ip route 172.16.10.0 255.255.255.0<br />

172.16.20.1<br />

RouterB(config)#ip route 172.16.50.0 255.255.255.0<br />

172.16.40.2<br />

The first command told Router B that to get to network 172.16.10.0/24,<br />

it needs to use 172.16.20.1. The next command told Router B to get<br />

to network 172.16.50.0/24 through 172.16.40.2.<br />

Save the current configuration for Router B by going to the enable<br />

mode, typing copy run start, and pressing Enter.

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

Saved successfully!

Ooh no, something went wrong!