RIP Lab question

in CCNA & CCENT
Another newb issue question. I setup the RIP lab and had no trouble until I tried to connect a host to the routers. I can ping from router to router and do all the commands per the Lab. When I try to connect a host up to router A or B I can't get the PC to see either router. I set up the PC per the Lab but I think I either have a cable issue or I am not setting up the PC correctly.
I am using an AT-210T and cross-over cable (also tried regular Ethernet cable). With the cross-cover the router is up up but I can't ping. I had made the cross-over cable so I went out and bought a new one and no joy.
Any help with this would be greatly appreciated as I am also having no luck getting an AUI to work on my 2511-RJ router to my PC.
I am using an AT-210T and cross-over cable (also tried regular Ethernet cable). With the cross-cover the router is up up but I can't ping. I had made the cross-over cable so I went out and bought a new one and no joy.
Any help with this would be greatly appreciated as I am also having no luck getting an AUI to work on my 2511-RJ router to my PC.
Comments
-
odysseyelite Member Posts: 504 ■■■■■□□□□□
Go step by step:
1.) is the interface on the router active?
2.) what is the ip address?
3.) did you manually give the computer an ip address?
4.) a straight cable is what you need. Cross over is for like devices.
5.) From the computer can you ping the IP of the interface on the router?Another newb issue question. I setup the RIP lab and had no trouble until I tried to connect a host to the routers. I can ping from router to router and do all the commands per the Lab. When I try to connect a host up to router A or B I can't get the PC to see either router. I set up the PC per the Lab but I think I either have a cable issue or I am not setting up the PC correctly.
I am using an AT-210T and cross-over cable (also tried regular Ethernet cable). With the cross-cover the router is up up but I can't ping. I had made the cross-over cable so I went out and bought a new one and no joy.
Any help with this would be greatly appreciated as I am also having no luck getting an AUI to work on my 2511-RJ router to my PC.Currently reading: Start with Why: How Great Leaders Inspire Everyone to Take Action -
CodeBlox Member Posts: 1,363 ■■■■□□□□□□
Odd, without Auto-MDIX, I thought that the cable between a host and router would be crossover cable.
Whats the status of your interfaces with "show ip interfaces brief"? And are the routes listed in a "show ip route"?Currently reading: Network Warrior, Unix Network Programming by Richard Stevens -
NCIT Member Posts: 19 ■□□□□□□□□□
1.) is the interface on the router active?
RouterB#show int ethernet 0
Ethernet0 is up, line protocol is up
Hardware is Lance, address is 00e0.b05a.4930 (bia 00e0.b05a.4930)
Description: connected to LAN
Internet address is 192.168.33.1/24
2.) what is the ip address? PC doesn't come up with any IP within the range of above.
3.) did you manually give the computer an ip address? Yes I did originally, changed the network settings back to "obtain IP address automatically"
4.) a straight cable is what you need. Cross over is for like devices. Went back to regular cable and no joy, tried a new one and still no joy.
5.) From the computer can you ping the IP of the interface on the router? No
C:\Users\Mike>ping 192.168.33.1
Pinging 192.168.33.1 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.33.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), -
CodeBlox Member Posts: 1,363 ■■■■□□□□□□
If you don't have a DHCP service on in that lab environment, you need a static IP address for the host and make sure it's in the same subnet as the router's address. Also, you may want to use a crossover cable for the link between the host and router unless there is something I'm forgetting. What does "show ip route" give?Currently reading: Network Warrior, Unix Network Programming by Richard Stevens -
tomaifauchai Member Posts: 301 ■■■□□□□□□□
Give your PC 192.168.33.10 255.255.255.0 and ping again?
edit
[QUOTE=NCIT;510844
2.) what is the ip address? PC doesn't come up with any IP within the range of above.
[/QUOTE]
Doh sorry, also please post from your router
show run interface ethernet 0
and the ipconfig from your PC -
NCIT Member Posts: 19 ■□□□□□□□□□
Odd, without Auto-MDIX, I thought that the cable between a host and router would be crossover cable.
Whats the status of your interfaces with "show ip interfaces brief"? And are the routes listed in a "show ip route"?
Interface IP-Address OK? Method Status Protocol
Ethernet0 192.168.33.1 YES NVRAM up up
Serial0 192.168.22.6 YES NVRAM up up
Serial1 unassigned YES unset administratively down down
RouterB#
Gateway of last resort is not set
C 192.168.33.0/24 is directly connected, Ethernet0
192.168.22.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.22.5/32 is directly connected, Serial0
C 192.168.22.0/24 is directly connected, Serial0 -
CodeBlox Member Posts: 1,363 ■■■■□□□□□□
No RIP route in that output. Could you do a "show run"? And whats the other address space for your second network?Currently reading: Network Warrior, Unix Network Programming by Richard Stevens -
NCIT Member Posts: 19 ■□□□□□□□□□
tomaifauchai wrote: »Give your PC 192.168.33.10 255.255.255.0 and ping again?
edit
Doh sorry, also please post from your router
show run interface ethernet 0
and the ipconfig from your PC
Why didn't 192.168.33.151 work per the Lab?
C:\Users\Mike>ipconfig
Windows IP Configuration
Wireless LAN adapter Wireless Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::24c1:c56c:72be:8
IPv4 Address. . . . . . . . . . . : 192.168.33.10
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
RouterB#show run
Building configuration...
Current configuration:
!
version 11.2
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname RouterB
!
enable password 7 02050D4808095E731F
!
no ip domain-lookup
!
interface Ethernet0
description connected to LAN
ip address 192.168.33.1 255.255.255.0
logging event subif-link-status
!
interface Serial0
description connected to RouterA
ip address 192.168.22.6 255.255.255.0
encapsulation ppp
logging event subif-link-status
clockrate 64000
!
interface Serial1
no ip address
logging event subif-link-status
shutdown
!
router rip
version 2
network 192.168.33.0
network 192.168.22.0
!
no ip classless
!
line con 0
line aux 0
line vty 0 4
password 7 045802150C2E181B5F
login
!
end
RouterB#
RouterA#show run
Building configuration...
Current configuration:
!
version 11.2
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname RouterA
!
enable password 7 121A0C0411045D5679
!
no ip domain-lookup
!
interface Ethernet0
description connected to LAN
ip address 192.168.11.1 255.255.255.0
!
interface Serial0
description connected to RouterB
ip address 192.168.22.5 255.255.255.0
encapsulation ppp
no fair-queue
!
interface Serial1
no ip address
shutdown
!
router rip
version 2
network 192.168.11.0
network 192.168.22.0
!
no ip classless
!
line con 0
line aux 0
line vty 0 4
password 7 02050D4808095B741A
login
!
end
RouterA# -
CodeBlox Member Posts: 1,363 ■■■■□□□□□□
EDIT
This looks like a problem:Wireless LAN adapter Wireless Network Connection: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::24c1:c56c:72be:8 IPv4 Address. . . . . . . . . . . : 192.168.33.10 Subnet Mask . . . . . . . . . . . : 255.255.255.0 [B][COLOR=red]Default Gateway . . . . . . . . . :[/COLOR][/B]
There is no default gateway. That MAY be part of your problem.Currently reading: Network Warrior, Unix Network Programming by Richard Stevens -
NCIT Member Posts: 19 ■□□□□□□□□□
EDIT
This looks like a problem:Wireless LAN adapter Wireless Network Connection: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::24c1:c56c:72be:8 IPv4 Address. . . . . . . . . . . : 192.168.33.10 Subnet Mask . . . . . . . . . . . : 255.255.255.0 [B][COLOR=red]Default Gateway . . . . . . . . . :[/COLOR][/B]
There is no default gateway. That MAY be part of your problem.
C:\Users\Mike>ping 192.168.33.1
Pinging 192.168.33.1 with 32 bytes of data:
Reply from 192.168.33.1: bytes=32 time=2ms TTL=255
Reply from 192.168.33.1: bytes=32 time=2ms TTL=255
Reply from 192.168.33.1: bytes=32 time=2ms TTL=255
Reply from 192.168.33.1: bytes=32 time=2ms TTL=255
Ping statistics for 192.168.33.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 2ms, Average = 2ms
C:\Users\Mike>ipconfig
Windows IP Configuration
Wireless LAN adapter Wireless Network Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::910:57ed:c216:b1
IPv4 Address. . . . . . . . . . . : 192.168.1.4
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::24c1:c56c:72be:8
IPv4 Address. . . . . . . . . . . : 192.168.33.10
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.33.1 -
stuh84 Member Posts: 503
You won't get that far as RIP isn't working right, the routes aren't in Router A to reach Router B's LAN. Can you ping across the link from Router A to Router B?Work In Progress: CCIE R&S Written
CCIE Progress - Hours reading - 15, hours labbing - 1 -
NCIT Member Posts: 19 ■□□□□□□□□□
You won't get that far as RIP isn't working right, the routes aren't in Router A to reach Router B's LAN. Can you ping across the link from Router A to Router B?
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.22.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/32/32 ms
RouterB>
RouterA>
RouterA>
RouterA>ping 192.168.22.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.22.6, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms
RouterA>
Picture below was the original setup.
TechExams.Net CCNA LAB: Configuring RIP Routing -
tomaifauchai Member Posts: 301 ■■■□□□□□□□
I added the gateway in but I still can't ping from router A or B to the host (192.168.33.10).
Can you ping from PC (Hostto 192.168.22.5 ?
Can you ping from PC (Hostto 192.168.11.1 ?
Edit:
If yes, then
Turn your PC firewall off or allow icmp requests, -
NCIT Member Posts: 19 ■□□□□□□□□□
tomaifauchai wrote: »Can you ping from PC (Hostto 192.168.22.5 ?
Can you ping from PC (Hostto 192.168.11.1 ?
Edit:
If yes, then
Turn your PC firewall off or allow icmp requests,
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.33.10, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
RouterA>ping 192.168.33.1 (to routerB)
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.33.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/31/32 ms
Forgot about the fire wall. With it turned off I can ping from routerA to hostB.
RouterA>ping 192.168.33.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.33.10, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/30/32 ms
RouterA>
I can ping from hostb to routerA too.
C:\Users\Mike>ping 192.168.22.5
Pinging 192.168.22.5 with 32 bytes of data:
Reply from 192.168.22.5: bytes=32 time=21ms TTL=254
Reply from 192.168.22.5: bytes=32 time=19ms TTL=254
Reply from 192.168.22.5: bytes=32 time=19ms TTL=254
Reply from 192.168.22.5: bytes=32 time=19ms TTL=254
Ping statistics for 192.168.22.5:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 19ms, Maximum = 21ms, Average = 19ms
C:\Users\Mike>
I changed hostB back to 192.168.33.151 and it works too. Whole problem was my firewall.
Thanks for the help!! -
mattlee09 Member Posts: 205
The thing is, seems like you learned something important about the troubleshooting (although it doesn't make the frustration regarding the firewall any less I know, been there done that myself).
I had a similar issue in a Boson sim I did earlier. Couldn't ping from Host B on one side of the network to Host A on the other, through 2 routers and 2 switches. After pinging each successive interface, I found that one of the router interfaces didn't have an address, and that one of the two was missing RIP configs, or something of the sort (did several mini labs/sims today, get them all mixed up).
Regardless - Ping is your troubleshooting friend, and be sure there will be more to come -
greenerek Member Posts: 99 ■■□□□□□□□□
Forgot about the fire wall. With it turned off I can ping from routerA to hostB.
When I was studying ccna,I had similar issue, when tried to send my backup routers config to server , and I couldn't do it...Spent an hour tried everything, apply settings over and over again, check cables, protocols, and than...finally found it
Per aspera ad astra-Seneka -
CodeBlox Member Posts: 1,363 ■■■■□□□□□□
If it isn't too late, could I ask what was wrong with RIP anyway? Your show IP route didn't have any RIP routes in it.Currently reading: Network Warrior, Unix Network Programming by Richard Stevens -
Jollycork Member Posts: 149
yeah, the routers aren't exchanging route info, so RIP still isn't working even though you can ping.
seems to me the gateways aren't specified on both routers. might try a static route on both routers.
ip route 0.0.0.0 0.0.0.0 [interface] or [addresses]
then post another sh ip route see if RIP now propogates routing info between each other.