10-27-2021 04:12 PM
Create the following network in Packet Tracer version 8:
General Configuration:
Establish the following where necessary:
Verification:
I feel like I did the above. But my PCs on north can't ping the switches on EAST or WEST.
Solved! Go to Solution.
10-27-2021 11:42 PM
Hello,
there were a few errors in your topology:
S_EAST
interface Vlan1
ip address 198.168.1.9 255.255.255.0 <-- wrong IP address
PC_NORTH 2
--> had no default gateway
Attached the revised, working file (saved in PT version 8).
10-28-2021 12:50 AM
Hello,
you have 4 links between the switches, only 1 is active and forwarding due to spanning tree blocking the 3 others. In order to have all links active, you could configure a port channel (see revised file attached)...
10-30-2021 09:15 AM
that makes a lot of sense. ty
10-27-2021 11:42 PM
10-27-2021 11:50 PM
any idea why the last switch to the right has the orange lights and not green? Also, I wasn't sure about putting a ip on those or not because of how they are connected.
10-28-2021 12:50 AM
10-29-2021 08:09 PM
now none of them ping each other? does using the port channel block anything? they pinged before but not anymore
10-29-2021 11:53 PM
Hello,
I changed the channel to 'on' (which means no negotiation). Attached the revised file. I have full connectivity between all devices, hopefully you, too. I also changed the configuration of the access ports to:
switchport mode access
spanning-tree portfast
so the PCs that get an IP address through DHCP do not time out when the port goes through spanning tree.
10-30-2021 09:15 AM
that makes a lot of sense. ty
10-31-2021 01:52 AM
10-31-2021 03:42 PM
when I looked at the running config I saw that the ip on the east and west switches were off by one, then I checked the others to make sure and fixed them. since vlan 20 was the manager for all devices, I wanted to look at it and see any details I can but the show vlan summary cmd didn't work. then I tried pinging again and only a few pinged the router. they all seem to be connected network wise so if there is a error I'm not seeing it. I did notice the ip addresses being 1 off was just like my first error that had me up all night.
10-31-2021 03:49 PM
Hello,
the IP addresses were 'off' by one on purpose. My thought was: they are asking for e.g. the 18th available address. Since the first address is used for the interface is not available, it had to be 18 plus 1 (19). I could be wrong though, but it sounded like a 'trick' requirement...
10-31-2021 03:53 PM
Oh waw you’re right. I did not think of that. Thank you
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