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

Answers were Sorted based on User's Feedback



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..

Answer / shahin

Hi Buddy... same configuration i did in packet tracer... i m
sending u the "sh run" output.. check it out.. watever i got
to know from ur question is ... i didn't advertise the
1.0.0.0 network, which is i ur serial interface..!!!

Now check the shor running-configuration of ROUTER A -

Router#sh running-config
Building configuration...

Current configuration : 637 bytes
!
version 12.4
no service password-encryption
!
hostname Router
!
!
!
!
!
ip ssh version 1
!
!
interface FastEthernet0/0
ip address 200.100.25.100 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial1/0
ip address 1.0.0.1 255.0.0.0
clock rate 128000
!
interface Serial1/1
no ip address
shutdown
!
interface Serial1/2
no ip address
shutdown
!
interface Serial1/3
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
network 1.0.0.0
network 200.100.25.0
!
ip classless
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
end


Now check the "show running-configuration" of ROUTER B -

Router#sh running-config
Building configuration...

Current configuration : 618 bytes
!
version 12.4
no service password-encryption
!
hostname Router
!
!
!
!
!
ip ssh version 1
!
!
interface FastEthernet0/0
ip address 200.100.50.100 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial1/0
ip address 1.0.0.2 255.0.0.0
!
interface Serial1/1
no ip address
shutdown
!
interface Serial1/2
no ip address
shutdown
!
interface Serial1/3
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
network 1.0.0.0
network 200.100.50.0
!
ip classless
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
end


Now buddy, check it out carefully...!!!!

Is This Answer Correct ?    9 Yes 1 No

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..

Answer / 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

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..

Answer / karan

hiii buddy
when u enale rip in ur router
after that u hav to giv network address
like this
router(config)#router rip
router(config-router)#network 200.100.25.0
router(config-router)#network 1.0.0.0
router(config-router)#exit

Is This Answer Correct ?    5 Yes 1 No

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..

Answer / anju

ok ok... i solved it... i cudnt do it coz i din set the clock rate... :)... a silly mistake but its important... :)... thanku all

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More CCNA Interview Questions

Which mode called privilege mode?

0 Answers  


Which command will start the process for a Cisco IOS file image upgrade? A.) download B.) copy tftp flash C.) copy flash tftp D.) download flash E.) network

2 Answers  


Whith the hierarchical numbering of IP addressing what determines the spoon of the address that will identify the network number? A. subnet mask B. dots between octets C. class of the first octet D. assignments of DHCP E. address resolution process

1 Answers  


What is the standard ISDN term for a native ISDN modem? A.) ET B.) LE C.) TE2 D.) TE3 E.) TA

1 Answers  


The Datalink layer works with which of the following: A.) Packets B.) Bits C.) Globules D.) Frames E.) Segments

2 Answers  






Which OSI layer supports the communication component of an application? A.) Data-Link B.) Physical C.) Session D.) Presentation E.) Application F.) Transport

2 Answers  


How much internal and external ad of eigrp protocol?

0 Answers  


Identify 2 features of PPP PAP authentication? A.) Username and password is sent in clear text B.) Authentication messages are sent periodically during the connection C.) More secure than CHAP D.) Remote node is control of authentication process

1 Answers  


What is Phase od VPN in site to site and what information you will require to configure a SITE to SITE VPN

0 Answers   Infosys,


Of the following switching types, which one has the lowest latency? A.) Cut-through B.) Fragment Free C.) None D.) Store-and-forward

1 Answers  


What type of switching creates variable latency through the switch? A.) Cut-Through B.) Inverted C.) Layer 4 D.) Multiplexed E.) Store and Forward

1 Answers  


Which command switches from User mode to Privileged mode? A.) login B.) privilege C.) admin D.) enable E.) enter F.) root

5 Answers  


Categories