Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RIPv2 Classful Networks Lab

Status
Not open for further replies.

Almin

Technical User
Mar 1, 2010
137
US
Hi

Im douing this one lab that Im having trouble with. The lab tells me that my output of "sh ip route" should be this

!-- this is the command that it tells me to do

R2(config)#router rip
R2(config-router)#network 192.168.2.0 << router 1
R2(config-router)#network 192.168.3.0 << router 2's LAN
R2(config-router)#network 192.168.4.0 << router 3
R2(config-router)#end

%SYS-5-CONFIG_I: Configured from console by console

R2#copy run start


I follow that and on the end when it asks me to do "sh ip route" my output looks diffrent than what they show

!-- Their output for that router

R2#show ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route


R 192.168.1.0/24 [120/1] via 192.168.2.1, 00:00:22, Serial0/0/0
C 192.168.2.0/24 is directly connected, Serial0/0/0
C 192.168.3.0/24 is directly connected, FastEthernet0/0
C 192.168.4.0/24 is directly connected, Serial0/0/1
R 192.168.5.0/24 [120/1] via 192.168.4.1, 00:00:23, Serial0/0/1

R2#

!--



And this is my output

!--



R2#sh ip int brief
Interface IP-Address OK? Method Status Protocol

FastEthernet0/0 192.168.3.1 YES manual up up

FastEthernet0/1 unassigned YES manual administratively down down

Serial0/0/0 192.168.2.2 YES manual up down

Serial0/0/1 192.168.4.2 YES manual up up

Vlan1 unassigned YES manual administratively down down
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#router rip
R2(config-router)#network 192.168.3.0
R2(config-router)#network 192.168.2.0
R2(config-router)#network 192.168.4.0
R2(config-router)#end
R2#
%SYS-5-CONFIG_I: Configured from console by console
R2#
R2#
R2#wr
Building configuration...
[OK]
R2#sh ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route


Gateway of last resort is not set


C 192.168.3.0/24 is directly connected, FastEthernet0/0
C 192.168.4.0/24 is directly connected, Serial0/0/1
R 192.168.5.0/24 [120/1] via 192.168.4.1, 00:00:15, Serial0/0/1
R2#





Now I have tried this on both real routers, and Packet tracer as well to make sure it's not the equipment that's bad.



On the other two routers im missing information as well when I do sh ip route

All the interfaces are configured correctly per LAB, and all are in up up state

is this normal

I can ping from PC3 (which is on Router 3's LAN) PC2 which is on Router 2's LAN.
 
From each of your routers, can you please run the following, and then paste the results on here so I can see them? This will give me a better idea of which items are connected together. Thanks.

R1#show cdp neighbors
R2#show cdp neighbors
R3#show cdp neighbors
R4#show cdp neighbors.
 
Hi

I figured it out.. some interfaces for some weird reason went down.. now that I activated those interfaces I see everything I need to see

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top