19.07.2013 Views

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

- Below shows the routing table of RT2, with RIPv1 as the routing protocol. RT2 has 2 routes to<br />

10.0.0.0/8 network due to autosummarization. RT2 will perform load balancing across the paths<br />

since they are equal-cost paths to the same destination, which will definitely cause<br />

malfunctioning on applications!<br />

RT2#sh ip route<br />

Gateway of last resort is not set<br />

172.16.0.0/24 is subnetted, 3 subnets<br />

C 172.16.1.0 is directly connected, Serial0<br />

C 172.16.2.0 is directly connected, Ethernet0<br />

C 172.16.3.0 is directly connected, Serial1<br />

R 10.0.0.0/8 [120/1] via 172.16.1.1, 00:00:20, Serial0<br />

[120/1] via 172.16.3.2, 00:00:15, Serial1<br />

RT2#<br />

- This problem can be solved by migrating to a classless routing protocol with autosummarization<br />

disabled, eg: RIPv2, EIGRP. Remember to disable autosummarization as it is enabled by default.<br />

- As mentioned before, routing protocols are considered either classful or classless. Nevertheless,<br />

IP routing can also be considered either classful or classless as well.<br />

- The concepts of classful and classless routing are independent of any routing protocol,<br />

as the concepts still applicable to IP routing even if only static routes are being used.<br />

Note: Classlessness can be a characteristic of a routing protocol or a router.<br />

- Classful or classless routing affects how a router uses its default route. A very good topic for the<br />

discussion of classful and classless routing is default routing, where packets destined to<br />

networks with no specific routes in the routing table will be directed to the default route.<br />

- The [no] ip classless global configuration command enables and disables classless routing<br />

respectively. Disabling classless routing is equivalent to enabling classful routing.<br />

- Note: The classless IP behavior is enabled by default in <strong>Cisco</strong> IOS Release 12.0 and later.<br />

Note: The classless IP behavior has no effect on some later <strong>Cisco</strong> IOS 12.3 releases.<br />

RT1 ISP<br />

150.15.1.0/24<br />

.2<br />

Figure 16-3: Sample Default Routing Network<br />

RT1#conf t<br />

Enter configuration commands, one per line. End with CNTL/Z.<br />

RT1(config)#no ip classless<br />

RT1(config)#ip route 0.0.0.0 0.0.0.0 150.15.1.1<br />

RT1(config)#^Z<br />

RT1#<br />

119<br />

.1<br />

150.15.100.0/24<br />

10.1.1.0/24<br />

Copyright © 2008 Yap Chin Hoong<br />

yapchinhoong@hotmail.com

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

Saved successfully!

Ooh no, something went wrong!