cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3666
Views
5
Helpful
15
Replies

Inter-VLAN routing - Packet Tracer

Ckey
Level 1
Level 1

Hi all, 

I'm currently having issues with a project that involves 2 Cisco 2911 routers, 2 layer-3 3560 switches and a layer 2 2960 switch. The two layer 3 switches and the layer 2 switch are all channelled together. 

 

The issue I'm having is that I can get the servers, routers and layer 3 switches to ping each other but I cannot get my 2 PC's on vlan 110 and vlan 120 to ping each other. This is because DHCP is giving out a default gateway that hasn't been assigned yet via the specification that has been given to me. 

 

So my question is, how would I assign the two default gateway addresses 10.1.110.254 and 10.1.120.254 to the routers so that the PC's can ping each other? 

 

I've uploaded the packet tracer file to tinyupload for anybody to have a look at. If you would like the brief I have been given, I can also provide that too. 

 

http://s000.tinyupload.com/index.php?file_id=03202430797549793670

 

Many thanks,

CKey

15 Replies 15

Hello,

 

configure HSRP for VLAN 120 as well. I have a feeling that this was what your instructor was after initially...

 

So the whole thing should look like this:

 

DLS1

 

interface Vlan110
mac-address 0030.f2d2.0203
ip address 10.1.110.252 255.255.255.0
ipv6 address 2001:DB8:CAFE:110::D1/64
standby 110 ip 10.1.110.254
!
interface Vlan120
mac-address 0030.f2d2.0204
ip address 10.1.120.252 255.255.255.0
ipv6 address 2001:DB8:CAFE:120::D1/64
standby 120 ip 10.1.120.254

 

DLS2

 

interface Vlan110
mac-address 0001.43ea.8203
ip address 10.1.110.253 255.255.255.0
ipv6 address 2001:DB8:CAFE:110::D2/64
standby 110 ip 10.1.110.254
!
interface Vlan120
mac-address 0001.43ea.8204
ip address 10.1.120.253 255.255.255.0
ipv6 address 2001:DB8:CAFE:120::D2/64
standby 120 ip 10.1.120.254

Review Cisco Networking for a $25 gift card