Ok, so module 1 and 2 are communicating properly. I connected the laptop to 1/1/5 and manually set IP info (10.10.10.51, 255.255.255.0, 10.10.10.1) and was able to ping the desktop (10.10.10.50) and vice versa.
Had another epiphany to test VLAN routing, so hooked up wife's laptop to 1/1/38 and manually set IP (10.10.20.51,255.255.255.0,10.10.20.1) and was unable to ping the other laptop or the desktop. So that points me to a switch config issue with inter-VLAN routing. Found this post while researching, so restarted both machines since I already has DNS configured and now everything is talking... /facepalm...it's always DNS lol
Show IP route and show IP cache results below (ran before I tested the .20.0 ping so that's why it's not in the routes)
Had another epiphany to test VLAN routing, so hooked up wife's laptop to 1/1/38 and manually set IP (10.10.20.51,255.255.255.0,10.10.20.1) and was unable to ping the other laptop or the desktop. So that points me to a switch config issue with inter-VLAN routing. Found this post while researching, so restarted both machines since I already has DNS configured and now everything is talking... /facepalm...it's always DNS lol
Show IP route and show IP cache results below (ran before I tested the .20.0 ping so that's why it's not in the routes)
Code:
SSH@icx6450>show ip route
Total number of IP routes: 4
Type Codes - B:BGP D:Connected O:OSPF R:RIP S:Static; Cost - Dist/Metric
BGP Codes - i:iBGP e:eBGP
OSPF Codes - i:Inter Area 1:External Type 1 2:External Type 2
Destination Gateway Port Cost Type Upti me
1 0.0.0.0/0 172.16.1.1 ve 172 1/1 S 1m33 s
2 10.10.5.0/24 DIRECT ve 5 0/0 D 1m34 s
3 10.10.10.0/24 DIRECT ve 10 0/0 D 18h1 1m
4 172.16.1.0/30 DIRECT ve 172 0/0 D 1m33 s
SSH@icx6450>show ip cache
Entries in default routing instance:
Total number of cache entries: 6
D:Dynamic P:Permanent F:Forward U:Us C:Complex Filter
W:Wait ARP I:ICMP Deny K:Drop R:Fragment S:Snap Encap
IP Address Next Hop MAC Type Port Vlan Pri
1 172.16.1.2 DIRECT 0000.0000.0000 PU n/a 0
2 10.10.5.1 DIRECT 0000.0000.0000 PU n/a 0
3 10.10.5.2 DIRECT 0000.0000.0000 DW n/a 0
4 10.10.5.3 DIRECT 0000.0000.0000 DW n/a 0
5 10.10.10.1 DIRECT 0000.0000.0000 PU n/a 0
6 255.255.255.255 DIRECT 0000.0000.0000 PU n/a 0
SSH@icx6450>
Duh moment...eliminate variable to isolate the problem. Didn't think of that last night.
I'll try that later tonight. I had run "show ip route" and it looked normal. I'll run both of those commands later and post the output. Thanks