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 ranges of private ips?

691


How do areas benefit a link state inter network?

703


Explain the difference between baseband and broadband transmission in ccna?

652


What cable called v.35?

659


What is the difference between an igp and an egp?

764






Tell me which cable called roll-over?

607


What does protocol mean?

718


Which 2 protocols are in wan technology?

681


Define the igp (interior gateway protocol)?

636


What are the three sources of signal degradation on a data link?

841


What is overlaod?

621


How much internal and external ad of eigrp protocol?

673


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

661


What is the difference between communication and transmission?

626


What is the main advantage of using switches?

646