I'm currently building a network which kind of pushes the limits of CCNA and have gotten stuck on something that feels so easy that I now feel rather silly...
The network:
I have a Fibreglass Stack Core comprising of 3x 3750-X-24S-S switches.
I have a Copper based Stack Core comprising of 2x 3750-X-48T-S switches.
I have 8 standalone 2960-S-48LPD-L switches.
I have 6 standalone 2960-S-24LPD-L switches.
All switches have a Fibreglass trunk running into the fibre stack core.
the copper based stack core has a TenGig trunk, the rest 1Gig
There are 4 VLANs:
vlan 1 -> default -> Production
vlan 25 -> OOB -> Out Of Band Management
vlan 50 -> iSCSI
vlan 192 -> Scanner -> Wireless Scanning network
Zooming in on the part of the network I have an issue with:
I have one of the standalone 2960 switches (SW003) trunked over fibre into the 3750-X fibre switch (SW002). In turn, there is another fibre trunk coming out of this 3750 going into another standalone 2960 (SW052).
So, the issue:
I have 2 laptops.
LT1 is connected to SW003, LT2 to SW052
The switches cannot ping the laptops
The laptops cannot ping eachother
My Troubleshooting:
I have completely disabled the windows firewall service (As our corp FW policy dictates an ICMP block on unknown networks) on both laptops.
I have assigned interface vlan ips to vlan 1 on each switch the traffic should go through (This is not standard practice with us as it should work without int vlan ip address configured however for the sake of TS and checking where traffic stops, I added it in there anyway)
After doing this, the laptops can now ping all switches that have the int vlan 1 ip address configured. Further; The switches can ping eachother on their OOB and VLAN1 IPs. The issue however still remains.
I have checked and double checked my trunk ports and encapsulation types.
I have ensured the access ports the laptops are hooked into are set to access vlan 1 (although this should be default ootb functionality)
Kind of at a loss at what I've missed now..
SW003 running-config:
Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 12.2(55)SE7, RELEASE SOFTWARE (fc1)
interface range GigabitEthernet1/0/1-44
description User Access
switchport mode access
spanning-tree portfast
interface GigabitEthernet1/0/49
description Fiber Uplink
switchport trunk allowed vlan 1-220
switchport mode trunk
srr-queue bandwidth share 1 30 35 5
priority-queue out
mls qos trust cos
auto qos trust
interface Vlan1
description Production
ip address 172.25.44.3 255.255.254.0
SW003 sh ip int br and sh vlan:
Vlan1 172.25.44.3 YES manual up up
GigabitEthernet1/0/5 unassigned YES unset up up
GigabitEthernet1/0/49 unassigned YES unset up up
1 default active
SW002 running-config:
Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 12.2(5[IMG]https://us.v-cdn.net/6030959/uploads/images/smilies/icon_cool.gif[/IMG]SE2, RELEASE SOFTWARE (fc1)
interface range GigabitEthernet1/0/1-24
description Fiber Uplink
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-220
switchport mode trunk
srr-queue bandwidth share 1 30 35 5
queue-set 2
priority-queue out
mls qos trust cos
auto qos trust
SW002 sh ip int br and sh vlan:
Vlan1 172.25.44.2 YES manual up up
GigabitEthernet1/0/1 unassigned YES unset up up
1 default active
SW052 running config:
Cisco IOS Software, C2960S Software (C2960S-UNIVERSALK9-M), Version 12.2(55)SE7, RELEASE SOFTWARE (fc1)
interface range GigabitEthernet1/0/1-44
description User Access
switchport mode access
spanning-tree portfast
interface GigabitEthernet1/0/49
description Fiber Uplink
switchport trunk allowed vlan 1-220
switchport mode trunk
srr-queue bandwidth share 1 30 35 5
priority-queue out
mls qos trust cos
auto qos trust
interface Vlan1
description EDC Production
ip address 172.25.44.52 255.255.254.0
SW052 sh ip int br and sh vlan:
Vlan1 172.25.44.52 YES manual up up
GigabitEthernet1/0/19 unassigned YES unset up up
GigabitEthernet1/0/49 unassigned YES unset up up
Laptops are set to static ips of:
LT2 172.25.44.21/23 -> DG: 172.25.44.52
LT1 172.25.44.31/23 -> DG: 172.25.44.03
ping results:
from SW003:
SW003>ping 172.25.44.02
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.44.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/5/21 ms
SW003>ping 172.25.44.52
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.44.52, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/5 ms
SW003>ping 172.25.44.21
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.44.21, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
SW003>ping 172.25.44.31
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.44.31, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
from SW002:
SW002>ping 172.25.44.03
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.44.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/5/9 ms
SW002>ping 172.25.44.52
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.44.52, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/8 ms
SW002>ping 172.25.44.21
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.44.21, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
SW002>ping 172.25.44.31
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.44.31, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
from SW052:
SW052#ping 172.25.44.03
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.44.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/5 ms
SW052#ping 172.25.44.02
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.44.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/5/16 ms
SW052#ping 172.25.44.21
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.44.21, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
SW052#ping 172.25.44.31
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.25.44.31, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
from Laptop 1:
LT1>ping 172.25.44.03
Pinging 172.25.44.3 with 32 bytes of data:
Reply from 172.25.44.3: bytes=32 time=5ms TTL=255
Reply from 172.25.44.3: bytes=32 time=2ms TTL=255
Reply from 172.25.44.3: bytes=32 time=1ms TTL=255
Reply from 172.25.44.3: bytes=32 time=1ms TTL=255
Ping statistics for 172.25.44.3:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 5ms, Average = 2ms
LT1>ping 172.25.44.02
Pinging 172.25.44.2 with 32 bytes of data:
Reply from 172.25.44.2: bytes=32 time=8ms TTL=255
Reply from 172.25.44.2: bytes=32 time<1ms TTL=255
Reply from 172.25.44.2: bytes=32 time=5ms TTL=255
Reply from 172.25.44.2: bytes=32 time=1ms TTL=255
Ping statistics for 172.25.44.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 8ms, Average = 3ms
LT1>ping 172.25.44.52
Pinging 172.25.44.52 with 32 bytes of data:
Reply from 172.25.44.52: bytes=32 time=1ms TTL=255
Reply from 172.25.44.52: bytes=32 time<1ms TTL=255
Reply from 172.25.44.52: bytes=32 time<1ms TTL=255
Reply from 172.25.44.52: bytes=32 time<1ms TTL=255
Ping statistics for 172.25.44.52:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
LT1>ping 172.25.44.21
Pinging 172.25.44.21 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 172.25.44.21:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I realize this first post is a far cry from an ideal introduction and a 'hey how is everyone?' however I would much appreciate any input or help from anyone.
Sorry it's so full of info and details, I'm hoping I covered everything to head off some questions.

Thanks in advance!