interface GigabitEthernet1/0/20
description Management Uplink
switchport access vlan 50
switchport mode access
switchport nonegotiate
interface Vlan1
no ip address
!
interface Vlan50
ip address 10.0.0.2 255.255.255.0
!
interface Vlan1
no ip address
!
interface Vlan50
ip address 10.0.0.2 255.255.255.0
no ip redirects
no ip unreachables
!
ip default-gateway 10.0.0.1
ip http server
ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 10.0.0.1
!
1) from the port 20 I connected the laptop with ip address 10.0.0.11 255.255.255.0 and gw 10.0.0.1
but I can't ping 10.0.0.1
2) telnet to the switch (console) I can ping 10.0.0.2 and 10.0.0.11 but I can't ping 10.0.0.1
Any helps I am really appreciated that