I'm offically perplexed here....
I connected the 3550 switch to a 5 port prosafe netgear switch and then connect my pc to the 5 port. I can ping the 3550 from my PC and can do a tracrt however I can't ping my PC.
I made the network the following (simple)
PC: 192.168.104.2 255.255.255.0
Switch 192.168.104.1 255.255.255.0 on vlan 1
Let me know if you guys see anything wrong with this config of the 3550. (note on my normal network the 3550 can ping my Sonicwall and L2 (stand-corrected) TP-link switch perfectly fine it just can't ping my PC that is also connected to the L2 TP-link)
Really not sure wtf is going on here, I tried a different Nic card and the same results....
Switch Config:
Switch#show config
Using 2048 out of 393216 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Switch
!
enable password Cisco
!
ip subnet-zero
ip routing
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
!
!
interface FastEthernet0/1
switchport mode access
!
interface FastEthernet0/2
switchport mode access
!
interface FastEthernet0/3
switchport mode access
!
interface FastEthernet0/4
switchport mode access
!
interface FastEthernet0/5
switchport mode access
!
interface FastEthernet0/6
switchport mode dynamic desirable
!
interface FastEthernet0/7
switchport mode dynamic desirable
!
interface FastEthernet0/8
switchport mode dynamic desirable
!
interface FastEthernet0/9
switchport mode dynamic desirable
!
interface FastEthernet0/10
switchport mode dynamic desirable
!
interface FastEthernet0/11
switchport mode dynamic desirable
!
interface FastEthernet0/12
switchport mode dynamic desirable
!
interface FastEthernet0/13
switchport mode dynamic desirable
!
interface FastEthernet0/14
switchport mode dynamic desirable
!
interface FastEthernet0/15
switchport mode dynamic desirable
!
interface FastEthernet0/16
switchport mode dynamic desirable
!
interface FastEthernet0/17
switchport mode dynamic desirable
!
interface FastEthernet0/18
switchport mode dynamic desirable
!
interface FastEthernet0/19
switchport mode dynamic desirable
!
interface FastEthernet0/20
switchport mode dynamic desirable
!
interface FastEthernet0/21
switchport mode dynamic desirable
!
interface FastEthernet0/22
switchport mode dynamic desirable
!
interface FastEthernet0/23
switchport mode dynamic desirable
!
interface FastEthernet0/24
switchport mode dynamic desirable
!
interface GigabitEthernet0/1
switchport mode dynamic desirable
!
interface GigabitEthernet0/2
switchport mode dynamic desirable
!
interface Vlan1
ip address 192.168.104.1 255.255.255.0
!
ip default-gateway 192.168.104.2
ip classless
ip http server
!
!
line con 0
line vty 0 4
login
line vty 5 15
login
!
!
end
Switch#
Switch#
Switch#
Switch#ping 192.168.104.1
- This is the IP of the Switch
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.104.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
Switch#ping 192.168.104.2
- This is the IP of the PC
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.104.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Switch#
Ping/tracert to 3550 switch from PC
Config on PC
The cable is a normal Cat5e UTP. The 5 port switch is a Netgear ProSafe GS105 and the connection is on port 2.
Any help would be appreciated; I think I'm overlooking something...