hi... i am usin packet tracer 5.0.. i hav connect two
routers A and B. A has 200.100.25.100 and 1.0.0.1 and router
B has 200.100.50.100 and 1.0.0.2... i hav connected 1.0.0.1
and 1.0.0.2... now i want to route 200.100.25.100 and
200.10.50.100 usin rip.. i enable rip in both the routers...
but whn i give the command show ip route... i jus get this

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 Gateway of last resort is not set A# so can
sombody tell me where i hav gone wrong...

thanku

Answer Posted / harish kumar

RouterA(config)#int e0
RouterA(config-if)#ip add 200.100.25.100 255.255.255.0
RouterA(config-if)#no shut
RouterA(config-if)#s0
RouterA(config-if)#int s0
RouterA(config-if)#ip add 1.0.0.1 255.0.0.0
RouterA(config-if)#no shut
RouterA(config-if)#clock rate 64000
RouterA(config-if)#exit
RouterA(config)#router rip
RouterA(config-router)#network 200.100.25.0
RouterA(config-router)#network 1.0.0.0
RouterA(config-router)#exit

RouterB(config)#int e0
RouterB(config-if)#ip add 200.10.50.100 255.255.255.0
RouterB(config-if)#no shut
RouterB(config-if)#int s0
RouterB(config-if)#ip add 1.0.0.2 255.0.0.0
RouterB(config-if)#no shut
RouterB(config-if)#exit
RouterB(config)#router rip
RouterB(config-router)#network 200.10.50.0
RouterA(config-router)#network 1.0.0.0
RouterA(config-router)#exit



i assume S/0 interface of router A is DCE.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the things that can be accessed in a CISCO router’s identifying information?

687


How many ways are there to implement VPN architecture?

3133


Why is distributed processing useful?

656


After how long ospf exchange its topology table?

632


Differentiate full-duplex from half-duplex.

715






Define ios?

596


What is the difference between arp and rarp?

631


What is the frame relay, in which layer it comes?

647


I simulate ten routers r1 to r10 straightly. I want I can ping from the loop of r1 to loop of r10, but I want I cant ping r1 and r10 from inside routers.?

638


What is the mau?

614


What purpose does aging serve in a link state protocol?

658


How many maximum paths you can give on latest ios in rip?

652


If bandwidth will increase what will happen?

726


Interface 0/0 what does it mean?

673


Mention what does the clock rate do?

724