Do we help troubleshooting Packet Tracer problem?
workfrom925
Member Posts: 196
in CCNA & CCENT
I did my chapter Packet Tracer activity. This one is about network convergence. I completed that by issueing the network command. But somehow the newly added PC2 cannot ping router 3 and I cannot figure out why.
I'm being very uptimistic that some of you would also have Packet Tracer. I've also attached my completed Packet Tracer file so you can troubleshoot. Because the forum here only allow .doc or image attachments. I added .doc to the name file. Please delete that so you can run the file in Packet Tracer.
I know I'm asking a big favor. But I don't how else I can figure it out. Thanks.
Here are some output if it helps.
PC>ipconfig /all
Physical Address................: 0060.2F9D.98D6
IP Address......................: 12.255.255.254
Subnet Mask.....................: 255.0.0.0
Default Gateway.................: 12.0.0.1
DNS Servers.....................: 0.0.0.0
Router3#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
Gateway of last resort is not set
R 10.0.0.0/8 [120/1] via 192.168.1.1, 00:00:07, Serial0/0/0
C 11.0.0.0/8 is directly connected, FastEthernet0/0
12.0.0.0/24 is subnetted, 1 subnets
C 12.0.0.0 is directly connected, FastEthernet0/1
C 192.168.1.0/24 is directly connected, Serial0/0/0
Router3#
Router3#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
Gateway of last resort is not set
R 10.0.0.0/8 [120/1] via 192.168.1.1, 00:00:07, Serial0/0/0
C 11.0.0.0/8 is directly connected, FastEthernet0/0
12.0.0.0/24 is subnetted, 1 subnets
C 12.0.0.0 is directly connected, FastEthernet0/1
C 192.168.1.0/24 is directly connected, Serial0/0/0
Router3#
Comments
-
DANMOH009 Member Posts: 241Can you just post running configs of the routers your having issues with. I'm having difficult changing file format.
-
atorven Member Posts: 319Just a hint: Check the IP address/mask of the PC2 and the Interface Router2 that is being used as the default gateway, what's wrong there?
-
workfrom925 Member Posts: 196Can you just post running configs of the routers your having issues with. I'm having difficult changing file format.
Hi Dan,
Here is R3 output.
Router3#show ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 11.0.0.1 YES manual up up
FastEthernet0/1 12.0.0.1 YES manual up up
Serial0/0/0 192.168.1.2 YES manual up up
Serial0/0/1 unassigned YES unset administratively down down
Vlan1 unassigned YES unset administratively down down
Router3#show run
Building configuration...
Current configuration : 672 bytes
!
version 12.3
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
ip address 11.0.0.1 255.0.0.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 12.0.0.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.168.1.2 255.255.255.0
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
network 11.0.0.0
network 12.0.0.0
network 192.168.1.0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Router3# -
workfrom925 Member Posts: 196Just a hint: Check the IP address/mask of the PC2 and the Interface Router2 that is being used as the default gateway, what's wrong there?
Unfortunately I don't see anything wrong.
PC>ipconfig
IP Address......................: 12.255.255.254
Subnet Mask.....................: 255.0.0.0
Default Gateway.................: 12.0.0.1
PC>ping 12.0.0.1
Pinging 12.0.0.1 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 12.0.0.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
PC>
Router3#
Router3#show ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 11.0.0.1 YES manual up up
FastEthernet0/1 12.0.0.1 YES manual up up
Serial0/0/0 192.168.1.2 YES manual up up
Serial0/0/1 unassigned YES unset administratively down down
Vlan1 unassigned YES unset administratively down down
Router3# -
boredgamelad Member Posts: 365 ■■■■□□□□□□Look again. You used show ip int br but that isn't checking everything atorven told you to check...
Router3#show interface fa0/1
FastEthernet0/1 is up, line protocol is up (connected)
Hardware is Lance, address is 0000.0ce8.5302 (bia 0000.0ce8.5302)
Internet address is 12.0.0.1/24
PC>ipconfig
IP Address......................: 12.255.255.254
Subnet Mask.....................: 255.0.0.0
Default Gateway.................: 12.0.0.1
Edit: I had the problem bolded but removed the bold because I want you to really look. If you're still not getting it, I'll give you another hint. -
CCIE Wanna Be Member Posts: 95 ■■□□□□□□□□I assume the PC is on R3's fe0/1 interface, if so you should make sure (using ip routing logic) that the PC knows it can talk to R3 directly. Based on the config you posted, the PC thinks it can't talk directly to R3.
PC Subnet Mask =/8
R3 FE 0/1 Subnet Mask =/24
should explain why your ping isn't workingIn Progress:
WGU B.S. - I.T. - Security (and all the certs that come with it) -
DANMOH009 Member Posts: 241Look closely at your configuration again mate. Try and concentrate on just the area between routers interface and pc you are pinging from. The above lot are giving you a lot of clues, post on here once you think what it is buddy. Good luck.
-
workfrom925 Member Posts: 196CCIE Wanna Be wrote: »I assume the PC is on R3's fe0/1 interface, if so you should make sure (using ip routing logic) that the PC knows it can talk to R3 directly. Based on the config you posted, the PC thinks it can't talk directly to R3.
PC Subnet Mask =/8
R3 FE 0/1 Subnet Mask =/24
should explain why your ping isn't working
Got it Thanks.