03-20-2018 01:19 PM - edited 03-08-2019 02:20 PM
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
Solved! Go to Solution.
03-21-2018 01:06 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide