Packet Tracer - what am I doing wrong?
sec_wiz
Member Posts: 17 ■□□□□□□□□□
in CCNA & CCENT
Hi all,
Just going through CBT Nuggets ICND1 at the moment, labbing away with Jeremy.
Anyway I'm running Packet Tracer 5.3.3
I can't seem to get static routes or RIP to work correctly - they don't save in the configuration.
For example:
I grab 2 generic routers, link them together with crossover cable (from my understanding any 'same/similiar' devices require crossover as opposed to straight through).
I set IP address on the 2 routers - light displayed goes green etc.
However when setting a static route e.g.
Config t
Router Rip
Version 2
Network 192.168.1.0
The above will be displayed in the the GUI interface of the router (under 'RIP' tab) however when I run a command such as:
'Show IP Route'
It will not displayed the advertised RIP network.
What am I doing wrong here guys?
Just going through CBT Nuggets ICND1 at the moment, labbing away with Jeremy.
Anyway I'm running Packet Tracer 5.3.3
I can't seem to get static routes or RIP to work correctly - they don't save in the configuration.
For example:
I grab 2 generic routers, link them together with crossover cable (from my understanding any 'same/similiar' devices require crossover as opposed to straight through).
I set IP address on the 2 routers - light displayed goes green etc.
However when setting a static route e.g.
Config t
Router Rip
Version 2
Network 192.168.1.0
The above will be displayed in the the GUI interface of the router (under 'RIP' tab) however when I run a command such as:
'Show IP Route'
It will not displayed the advertised RIP network.
What am I doing wrong here guys?
Comments
-
inscom.brigade Member Posts: 400 ■■■□□□□□□□I just did this packet tracer it works fine, build your lab just like this one.
Don't use the generic, use CISCO router and switches.
-
Reck_ Member Posts: 25 ■□□□□□□□□□I think its because there is no other network to be advertised
Try configuring an ip address on your looback interface for each router and include it in your network command
goodluck -
TurK-FX Member Posts: 174Did you supply clock rate? one router(with DCE end) must supply to other router(DTE end) a clock rate. I had similar lab that failed cus i did not put a clock rate.WGU classes: Transferred -> AGC1, CLC1, TBP1, CJC1, BVC1, C278, CRV1, IWC1, IWT1, C246, C247, C132, C164, INC1, C277. Appealed -> WFV1 and C393.
What is Left to take - > EUP1, EUC1, C220, C221, BNC1, GC1, C299, CTV1, DJV1, DHV1, CUV1, CJV1, TPV1, C394
Currently Studying -> CCNA security (Designing Customized Security & Security) -
TurK-FX Member Posts: 174He used crossover cable and build a P2P connection via fa ports.
Oh i missed that part.
OP, y you need to connect 2 routers via DCE - DTE connection. Crossover cable is not for WAN, you need serial cable for WAN protocols.
So connect them via serial cable, and put the command "clock rate 64000" in DCE side of the cable in interface mode.WGU classes: Transferred -> AGC1, CLC1, TBP1, CJC1, BVC1, C278, CRV1, IWC1, IWT1, C246, C247, C132, C164, INC1, C277. Appealed -> WFV1 and C393.
What is Left to take - > EUP1, EUC1, C220, C221, BNC1, GC1, C299, CTV1, DJV1, DHV1, CUV1, CJV1, TPV1, C394
Currently Studying -> CCNA security (Designing Customized Security & Security) -
Zartanasaurus Member Posts: 2,008 ■■■■■■■■■□First, let's get some terminology straight. Words have meanings and they need to be used properly.However when setting a static route e.g.
Config t
Router Rip
Version 2
Network 192.168.1.0
If you have an interface 192.168.1.1/24, it will advertise that network into RIP. If you don't have any interfaces in that range, well it won't advertise anything.
Secondly, did you do any basic connectivity? Can router A ping router B? If not, RIP is the least of your problems.
Thirdly, what is the network the two routers are connected by? If they are connected with the 192.168.1.0 network, you aren't going to see those routes show up in the routing table. I leave the why of that as an exercise for the reader.Currently reading:
IPSec VPN Design 44%
Mastering VMWare vSphere 5 42.8% -
Zartanasaurus Member Posts: 2,008 ■■■■■■■■■□boredgamelad wrote: »If you're still stumped, share your configs.Currently reading:
IPSec VPN Design 44%
Mastering VMWare vSphere 5 42.8% -
TurK-FX Member Posts: 174In my opinion all the routers config would be more helpful. But still i dont think he can run Wan protocol over ethernet port. He need serial port connection to run. Since i am not even certified yet, i might be wrong.WGU classes: Transferred -> AGC1, CLC1, TBP1, CJC1, BVC1, C278, CRV1, IWC1, IWT1, C246, C247, C132, C164, INC1, C277. Appealed -> WFV1 and C393.
What is Left to take - > EUP1, EUC1, C220, C221, BNC1, GC1, C299, CTV1, DJV1, DHV1, CUV1, CJV1, TPV1, C394
Currently Studying -> CCNA security (Designing Customized Security & Security) -
m3zilla Member Posts: 172In my opinion all the routers config would be more helpful. But still i dont think he can run Wan protocol over ethernet port. He need serial port connection to run. Since i am not even certified yet, i might be wrong.
Yes, you are wrong.
What WAN protocol do you see him running? RIP is a routing protocol. Your first post asked if the OP configured the clock rate, and another posted pointed out that he's using a crossover cable, connecting the routers on the ethernet port. You then reply back saying that he needs to connect it via a serial cable? I get that you're only trying to help, but giving out random/bad advice does not help.