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.

- An RIP routing update packet can only carry network information up to 25 networks or subnets.<br />

Updates are sent out as broadcasts (with an IP address of 255.255.255.255) every 30 seconds.<br />

- The debug ip rip privileged command is the most useful and important command for<br />

troubleshooting RIP. Issue the terminal monitor privileged command in order to view the<br />

debug output from a Telnet session. Notice that split horizon is enabled.<br />

RT2#debug ip rip<br />

RIP protocol debugging is on<br />

RT2#<br />

00:10:54: RIP: received v1 update from 192.168.2.1 on Serial0/0<br />

00:10:54: 192.168.1.0 in 1 hops<br />

00:11:01: RIP: received v1 update from 192.168.4.2 on Serial0/1<br />

00:11:01: 192.168.5.0 in 1 hops<br />

00:11:07: RIP: sending v1 update to 255.255.255.255 via FastEthernet1/0<br />

(192.168.3.1)<br />

00:11:07: RIP: build update entries<br />

00:11:07: network 192.168.1.0 metric 2<br />

00:11:07: network 192.168.2.0 metric 1<br />

00:11:07: network 192.168.4.0 metric 1<br />

00:11:07: network 192.168.5.0 metric 2<br />

00:11:07: RIP: sending v1 update to 255.255.255.255 via Serial0/0<br />

(192.168.2.2)<br />

00:11:07: RIP: build update entries<br />

00:11:07: network 192.168.3.0 metric 1<br />

00:11:07: network 192.168.4.0 metric 1<br />

00:11:07: network 192.168.5.0 metric 2<br />

00:11:07: RIP: sending v1 update to 255.255.255.255 via Serial0/1<br />

(192.168.4.1)<br />

00:11:07: RIP: build update entries<br />

00:11:07: network 192.168.1.0 metric 2<br />

00:11:07: network 192.168.2.0 metric 1<br />

00:11:07: network 192.168.3.0 metric 1<br />

RT2#<br />

- The terminal monitor privileged command allows console messages to be viewed in a VTY<br />

(Telnet or SSH) session.<br />

IGRP Configuration<br />

- IGRP configuration is very similar to RIP configuration except that IGRP needs an extra<br />

parameter – the autonomous system (AS) number. IGRP routers only exchange routing<br />

updates with routers within the same autonomous system.<br />

- IGRP configuration on RT1:<br />

RT1(config)#router igrp ?<br />

Autonomous system number<br />

RT1(config)#router igrp 1<br />

RT1(config-router)#network 192.168.1.0<br />

RT1(config-router)#network 192.168.2.0<br />

RT1(config-router)#^Z<br />

RT1#<br />

87<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!