Options

Help with my lab

boekholtjboekholtj Member Posts: 5 ■□□□□□□□□□
I bought some lab equipment on ebay to help me study for my CCENT/CCNA exams.
I bought 2 2611 routers. They each have 1 ethernet 1 token ring and 2 serial ports. I also have 2 2950 switches. The 2 routers are connected by a smart cable via serial port s0/0.

I'm trying to setup routing. I've tried using static routes and rip. I'm unsure why it isn't working. Can someone look at my startup configs for my 2 routers and see if they see my mistake?

R1 connects to the network, R2 to my internet router (10.0.1.1). I can ping all devices/address from R2, but can not ping the internet router from R1. I usually get no response. Sometimes I'll get a U response from ping.


R1#sho run
Building configuration...
Current configuration : 2953 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot system flash:c2600-advsecurityk9-mz.124-8.bin
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 $1$K.MF$1LrsJaoIm331UMdUV7uFr0
!
no aaa new-model
!
resource policy
!
ip cef
!
!
no ip dhcp use vrf connected
!
ip dhcp pool pool
network 192.168.1.0 255.255.255.0
dns-server 10.0.1.1
default-router 192.168.1.254
lease 3
!
!
ip name-server 10.0.1.1
!
!
!
crypto pki trustpoint TP-self-signed-4002922817
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-4002922817
revocation-check none
rsakeypair TP-self-signed-4002922817
!
!
crypto pki certificate chain TP-self-signed-4002922817
certificate self-signed 01
3082023A 308201A3 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 34303032 39323238 3137301E 170D3132 30393039 31353237
33345A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D34 30303239
32323831 3730819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100AAFD 2A737693 CE8D2488 DE9F5F3B 7EB2CA3E 285AFBE3 B7D98F1A 2E36E47D
1715344D 2CBFEF53 98FBBC77 FBDE316C B219EEA3 C8BDD156 F74C4394 2621A12C
9672BC2E 1A34CAC2 CBB6C554 3D50CF0E 6A9B2F96 1974D866 2C432746 58AB4087
23902DF6 36FB8AD3 FC5F87A4 59EC420F 085A23F2 85F08E0F E8D367A9 1A38DF59
77B90203 010001A3 62306030 0F060355 1D130101 FF040530 030101FF 300D0603
551D1104 06300482 02523130 1F060355 1D230418 30168014 9BD18171 DC46AE73
D2034D1D 743C4C28 DCA40033 301D0603 551D0E04 1604149B D18171DC 46AE73D2
034D1D74 3C4C28DC A4003330 0D06092A 864886F7 0D010104 05000381 81005126
A3040BC0 31F870BC DE4E4566 4EA2F3B5 E4DF81E1 B52B17D6 29370832 AAB9BFFB
1E34FC54 7D7B4F90 8E793BA4 4372F995 3785955D 01BA2A08 4FC2ABAE 3F491C80
7D7A5E98 53D7DB58 4A411492 62C4C7FE C05BB829 AB2B1BB2 B74CDC68 5FF98595
ADC39EB7 95034F9A 9A3692B3 F935C038 4934BBBA 986BB3C6 79807D66 4330
quit
username admin privilege 15 password 0 cisco
!
!
!
!
!
interface Ethernet0/0
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip virtual-reassembly
half-duplex
!
interface Serial0/0
ip address 192.168.2.1 255.255.255.0
ip nat outside
ip virtual-reassembly
!
interface TokenRing0/0
no ip address
shutdown
ring-speed 16
!
interface Serial0/1
no ip address
shutdown
!
router rip
network 10.0.0.0
network 192.168.1.0
!
ip default-gateway 10.10.10.0
ip route 0.0.0.0 0.0.0.0 192.168.2.3
!
ip http server
ip http authentication local
ip http secure-server
!
!
!
control-plane
!
!
!
!
line con 0
line aux 0
line vty 0 4
privilege level 15
password remote
login local
transport input telnet ssh
line vty 5 15
password remote
login
!
!
end
R1#sho ip route
Codes: C - connected, S - static, 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
i - IS-IS, su - IS-IS summary, 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 192.168.2.3 to network 0.0.0.0
C 192.168.1.0/24 is directly connected, Ethernet0/0
C 192.168.2.0/24 is directly connected, Serial0/0
S* 0.0.0.0/0 [1/0] via 192.168.2.3
R1#sho ip int br
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 192.168.1.254 YES NVRAM up up
Serial0/0 192.168.2.1 YES manual up up
TokenRing0/0 unassigned YES NVRAM administratively down down
Serial0/1 unassigned YES NVRAM administratively down down
NVI0 unassigned NO unset up up
R1#
R1#
R1#
R1#

R2#
R2#sho run
Building configuration...
Current configuration : 2893 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
no logging buffered
!
no aaa new-model
!
resource policy
!
ip cef
!
!
!
!
ip name-server 10.0.1.1
!
!
!
crypto pki trustpoint TP-self-signed-704979758
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-704979758
revocation-check none
rsakeypair TP-self-signed-704979758
!
!
crypto pki certificate chain TP-self-signed-704979758
certificate self-signed 02
30820238 308201A1 A0030201 02020102 300D0609 2A864886 F70D0101 04050030
30312E30 2C060355 04031325 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 37303439 37393735 38301E17 0D303230 33303230 32323634
335A170D 32303031 30313030 30303030 5A303031 2E302C06 03550403 1325494F
532D5365 6C662D53 69676E65 642D4365 72746966 69636174 652D3730 34393739
37353830 819F300D 06092A86 4886F70D 01010105 0003818D 00308189 02818100
C6AFC11E BF876DA3 C6E027E0 744656D5 EE8D283F 0887244F 81386D5F 200C2EA7
58FB1488 DD42800A 47A07289 43B6F469 BCE62BCF 314C5B64 B100E959 958309B1
382B8226 930EF00D 15434ECE E845576E C60E6F1D 635C3137 7737988E D703E3B4
A0F7EBF8 654DF1C5 1D970583 23154CE0 40814DF4 B59AC5BE A56224BD E1EB280F
02030100 01A36230 60300F06 03551D13 0101FF04 05300301 01FF300D 0603551D
11040630 04820252 32301F06 03551D23 04183016 8014B9B1 9487E7C7 CC56DD5B
80548F81 EABF3BB3 A2AA301D 0603551D 0E041604 14B9B194 87E7C7CC 56DD5B80
548F81EA BF3BB3A2 AA300D06 092A8648 86F70D01 01040500 03818100 5F88BB33
0B1DFAE8 09B672C5 8E572933 11E09AC7 B5D31033 1627AB4B 2F28D83F 0055A7B4
86EAF6EC BCF1E7CE C2B811B8 63956889 26841DCF 8ED899A1 43C74763 860E5118
FD0723D9 CA6D476F A1BA5867 BE2C6053 26A075E8 FA965AEE FD06DF3E CE258E50
4525EAE5 9DF2A747 481D3251 7BDB0808 61DFC703 8266130E B665C790
quit
username admin privilege 15 password 0 cisco
!
!
!
!
!
interface Ethernet0/0
ip address dhcp
ip nat outside
ip virtual-reassembly
half-duplex
!
interface Serial0/0
ip address 192.168.2.3 255.255.255.0
ip nat inside
ip virtual-reassembly
clock rate 115200
!
interface TokenRing0/0
no ip address
shutdown
ring-speed 16
!
interface Serial0/1
no ip address
shutdown
!
router rip
version 2
network 10.0.0.0
!
ip default-gateway 10.0.1.1
ip route 192.168.1.0 255.255.255.0 Serial0/0
!
ip http server
ip http secure-server
!
!
!
control-plane
!
!
!
!
line con 0
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
!
end
R2#sho ip route
Codes: C - connected, S - static, 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
i - IS-IS, su - IS-IS summary, 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
S 192.168.1.0/24 is directly connected, Serial0/0
C 192.168.2.0/24 is directly connected, Serial0/0
R2#sho ip int br
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 10.0.1.24 YES DHCP up down
Serial0/0 192.168.2.3 YES manual up up
TokenRing0/0 unassigned YES NVRAM administratively down down
Serial0/1 unassigned YES NVRAM administratively down down
NVI0 unassigned NO unset up up
R2#
R2#
R2#

Comments

  • Options
    TehToGTehToG Member Posts: 194
    Are you trying to NAT between your ethernet/serial interface?
  • Options
    boekholtjboekholtj Member Posts: 5 ■□□□□□□□□□
    TehToG wrote: »
    Are you trying to NAT between your ethernet/serial interface?

    I'm trying to make it work. I'm not sure that the hardware even works. I dont know how to properly troubleshoot the problem, so I cant rule anything out. I'm pretty sure its misconfigured. I just don't know what I am doing wrong. If NAT is required, how would I configure NAT correctly?
  • Options
    RoguetadhgRoguetadhg Member Posts: 2,489 ■■■■■■■■□□
    If you're unsure the hardware works. Disconnect it from the internet. Make it works without, first.
    In order to succeed, your desire for success should be greater than your fear of failure.
    TE Threads: How to study for the CCENT/CCNA, Introduction to Cisco Exams

  • Options
    MosGuyMosGuy Member Posts: 195
    I agree with Roguetadhg. If you're unsure that the hardware works it's better to start simple. I would likely erase things & start over. Get everything working on the local LAN before trying to add NAT/Internet. If I was trouble-shooting the current setup. I would remove NAT & debug the RIP process to ensure announcements were being sent/received. I did note that on router 1 it's advertising the 1.x network. On router 2 there are two entries on the serial link. One being a static route. I'd remove the static, since they should be learned through RIP if all is working properly.

    When in doubt wipe everything and take it one step at a time. Verifying things work before adding the next piece. Doing too much at once makes trouble shooting trickier.
    ---
    XPS 15: i7-6700HQ, 256 pcie ssd, 32 GB RAM, 2 GB Nvidia GTX 960m, windows 10 Pro

    Cert in progress: CCNA (2016 revision)
  • Options
    boekholtjboekholtj Member Posts: 5 ■□□□□□□□□□
    MosGuy wrote: »
    I agree with Roguetadhg. If you're unsure that the hardware works it's better to start simple. I would likely erase things & start over. Get everything working on the local LAN before trying to add NAT/Internet. If I was trouble-shooting the current setup. I would remove NAT & debug the RIP process to ensure announcements were being sent/received. I did note that on router 1 it's advertising the 1.x network. On router 2 there are two entries on the serial link. One being a static route. I'd remove the static, since they should be learned through RIP if all is working properly.

    When in doubt wipe everything and take it one step at a time. Verifying things work before adding the next piece. Doing too much at once makes trouble shooting trickier.

    Thanks guys!

    I took your advice and erased my startup-config on all my devices. I followed the RIP lab and was able to setup both RIP and Static routing. I can rule out hardware as a problem now.

    Now I would like to set up the stub network I was trying. What do I have to do different when I introduce the internet?
  • Options
    phatrikphatrik Member Posts: 71 ■■□□□□□□□□
    boekholtj wrote: »
    Now I would like to set up the stub network I was trying. What do I have to do different when I introduce the internet?


    A few thoughts about your problem:


    - If you're trying to learn about NAT and for that reason insist on doing NAT on every network great, but to start off with, why not keep things simple and disable NAT everywhere, except of course on your home Internet router? Since all the networks are official reserved IP networks, you don't need to use NAT between them, you should be able to route instead.

    - The logical way to troubleshoot this problem is to take it step-by-step: From your PC, can you ping 192.168.1.254, R1's Ethernet interface which you're presumably connected to? (Don't forget to double check that you have the correct IP on your PC setup as the default gateway) If so, how about pinging 192.168.2.1, R1's serial which connects to R2? If yes, try pinging R2's serial interface, then R2's ethernet interface which connects to your router. Finally, try pinging 10.0.1.1, your internet router. One of these steps might fail. If each test was successful, start implementing NAT, one network at a time.
    2018 goals: Security+, CCNA CyberOps (Cohort #6), eJPT, CCNA R&S 2019 goals: RHCE ????, OSCP || CISSP
  • Options
    lantechlantech Member Posts: 329
    I would get things working 1 at a time.

    Get the network setup and then work on getting them connected to your internet router.

    When your setting up your network get things working one at a time as well. That way if something isn't working correctly you can probably rule out something else right away. For example, get routing working between the two 2611s then maybe set up NAT. That way if NAT isn't working you can probably rule out routing right away because you know your routing is working.
    2012 Certification Goals

    CCENT: 04/16/2012
    CCNA: TBD
  • Options
    lantechlantech Member Posts: 329
    boekholtj wrote: »
    Thanks guys!

    I took your advice and erased my startup-config on all my devices. I followed the RIP lab and was able to setup both RIP and Static routing. I can rule out hardware as a problem now.

    Now I would like to set up the stub network I was trying. What do I have to do different when I introduce the internet?

    What is the purpose of connecting your network to the internet?
    2012 Certification Goals

    CCENT: 04/16/2012
    CCNA: TBD
Sign In or Register to comment.