Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't see or ping Cisco 2950 switch on network

Status
Not open for further replies.
May 12, 2003
29
US
Hi,

I am having trouble with a 2950 switch. I can't seem to ping or see it on the network with Fluke Network Inspector. The switch was taken out of the box and given an ip address and added to a cluster. There was nothing else done to the switch. It was up for about a week and yesterday I noticed that Fluke said it couldnt ping the device. Here the switches config. any help would be appreciated. If there is any more info needed please let me know. Thanks in advance.

Building configuration...

Current configuration : 1762 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Cisco008
!
enable secret 5 $1$Wrs7$yRLch5cAwasLXdLvYV8SH.
!
ip subnet-zero
!
cluster commander-address 0030.85a6.da00 member 7 name cisco001
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
interface FastEthernet0/1
no ip address
!
interface FastEthernet0/2
no ip address
!
interface FastEthernet0/3
no ip address
!
interface FastEthernet0/4
no ip address
!
interface FastEthernet0/5
no ip address
!
interface FastEthernet0/6
no ip address
!
interface FastEthernet0/7
no ip address
!
interface FastEthernet0/8
no ip address
!
interface FastEthernet0/9
no ip address
!
interface FastEthernet0/10
no ip address
!
interface FastEthernet0/11
no ip address
!
interface FastEthernet0/12
no ip address
!
interface FastEthernet0/13
no ip address
!
interface FastEthernet0/14
no ip address
!
interface FastEthernet0/15
no ip address
!
interface FastEthernet0/16
no ip address
!
interface FastEthernet0/17
no ip address
!
interface FastEthernet0/18
no ip address
!
interface FastEthernet0/19
no ip address
!
interface FastEthernet0/20
no ip address
!
interface FastEthernet0/21
no ip address
!
interface FastEthernet0/22
no ip address
!
interface FastEthernet0/23
no ip address
!
interface FastEthernet0/24
no ip address
!
interface Vlan1
ip address 192.168.25.240 255.255.255.0
no ip route-cache
!
ip http server
!
snmp-server community public RO
snmp-server community public@es7 RO
snmp-server community private@es7 RW
!
line con 0
password XXXXXXXX
login
line vty 0 4
password XXXXXXXX
login
line vty 5 15
password XXXXXXXX
login
!
end
 
You will need a default gateway on the switch.

ip default-gateway 192.168.25.x
 
I found the problem. The port on the other switch that it was connected to was bad.

Dx1 thanks for the info I did not realize I had not done that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top