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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2950-T 24 Port

Status
Not open for further replies.

skialta

MIS
Apr 5, 2005
244
US
How do you reset to the default config on a 2950-T switch? The config I loaded does not seem to work very well and I would like to try the default config. When I reload the config, will it knock all the clients offline? I'd like to not have to do this after-hours. Thanks
 
I just did this yesterday! I added the web gui to make things quicker/easier.

add ip http server and make yourself a username and give correct privilege. From there http into the switch and there is an option to reset to factory default. It will require a reboot, so do this after hours.

Here's also a doc from cisco:

 
I added the ip http server option, but the switch still does not show up on the network. When I ping it, no response. I look at the config and it doesn't have an IP address. I have some 2950G's that I used this same config on with no problem...
Question 1: What do I need to do to get an IP address plugged in and available on the network.
Question 2: After that, I assume that a reset to factory defaults will be an option via the above tip.
 
Okay..I have to amend my above post. I have 3 2950T - 24 switches, but only 1 is available via ping, telnet or http. I reloaded the configs on all 3 switches and the result is the same: only the 1st switch is "pingable". Even if you are plugged into a different switch, only the 1st is "pingable". Below is the config, please advise. Thanks

!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname TORNIK-Prod2950-01
!
enable secret 5
!
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
!
!
interface FastEthernet0/1
spanning-tree portfast
!
interface FastEthernet0/2
spanning-tree portfast
!
interface FastEthernet0/3
spanning-tree portfast
!
interface FastEthernet0/4
spanning-tree portfast
!
interface FastEthernet0/5
spanning-tree portfast
!
interface FastEthernet0/6
spanning-tree portfast
!
interface FastEthernet0/7
spanning-tree portfast
!
interface FastEthernet0/8
spanning-tree portfast
!
interface FastEthernet0/9
spanning-tree portfast
!
interface FastEthernet0/10
spanning-tree portfast
!
interface FastEthernet0/11
spanning-tree portfast
!
interface FastEthernet0/12
spanning-tree portfast
!
interface FastEthernet0/13
spanning-tree portfast
!
interface FastEthernet0/14
spanning-tree portfast
!
interface FastEthernet0/15
spanning-tree portfast
!
interface FastEthernet0/16
spanning-tree portfast
!
interface FastEthernet0/17
spanning-tree portfast
!
interface FastEthernet0/18
spanning-tree portfast
!
interface FastEthernet0/19
spanning-tree portfast
!
interface FastEthernet0/20
spanning-tree portfast
!
interface FastEthernet0/21
spanning-tree portfast
!
interface FastEthernet0/22
spanning-tree portfast
!
interface FastEthernet0/23
spanning-tree portfast
!
interface GigabitEthernet0/1
switchport mode trunk
!
interface GigabitEthernet0/2
switchport mode trunk
!
interface VLAN1
ip address 10.1.1.250 255.255.0.0
no ip directed-broadcast
no ip route-cache
!
ip default-gateway 10.1.1.1
banner login ^C

************************* W A R N I N G *************************

ANY UNAUTHORIZED ACCESS, OR MODIFICATIONS IN ANY FORM IS PROHIBITED.
*************************************************************************
^C
ip http server
!
line con 0
exec-timeout 0 0
transport input none
stopbits 1
line vty 0 4
password
login
line vty 5 15
password
login
!
end
 
The above config...is this the switch you that responds to ping?

Pleae advise
 
Correct, this is the one that responds to ping. The other 2 switches are using the same config with only the IP address and the host name changed. Everything else is the same.
 
would you mind send the config for one that does not respond?
 
Here you go...same, just different IP and host name:


!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname TORNIK-Prod2950-02
!
enable secret 5
!
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
!
!
interface FastEthernet0/1
spanning-tree portfast
!
interface FastEthernet0/2
spanning-tree portfast
!
interface FastEthernet0/3
spanning-tree portfast
!
interface FastEthernet0/4
spanning-tree portfast
!
interface FastEthernet0/5
spanning-tree portfast
!
interface FastEthernet0/6
spanning-tree portfast
!
interface FastEthernet0/7
spanning-tree portfast
!
interface FastEthernet0/8
spanning-tree portfast
!
interface FastEthernet0/9
spanning-tree portfast
!
interface FastEthernet0/10
spanning-tree portfast
!
interface FastEthernet0/11
spanning-tree portfast
!
interface FastEthernet0/12
spanning-tree portfast
!
interface FastEthernet0/13
spanning-tree portfast
!
interface FastEthernet0/14
spanning-tree portfast
!
interface FastEthernet0/15
spanning-tree portfast
!
interface FastEthernet0/16
spanning-tree portfast
!
interface FastEthernet0/17
spanning-tree portfast
!
interface FastEthernet0/18
spanning-tree portfast
!
interface FastEthernet0/19
spanning-tree portfast
!
interface FastEthernet0/20
spanning-tree portfast
!
interface FastEthernet0/21
spanning-tree portfast
!
interface FastEthernet0/22
spanning-tree portfast
!
interface FastEthernet0/23
spanning-tree portfast
!
interface FastEthernet0/24
spanning-tree portfast
!
interface GigabitEthernet0/1
switchport mode trunk
!
interface GigabitEthernet0/2
switchport mode trunk
!
interface VLAN1
ip address 10.1.1.251 255.255.0.0
no ip directed-broadcast
no ip route-cache
!
ip default-gateway 10.1.1.1
banner login ^C

************************* W A R N I N G *************************

ANY UNAUTHORIZED ACCESS, OR MODIFICATIONS IN ANY FORM IS PROHIBITED.
*************************************************************************
^C
ip http server
!
line con 0
exec-timeout 0 0
transport input none
stopbits 1
line vty 0 4
password
login
line vty 5 15
password
login
!
end
 
Each 2950 is using a Cat 5e cross-over cable going from Gigabit port 1, Switch 1 to Gigabit port 2, Switch 2. Then Gigabit port 1, Switch 2 to Gigabit port 2, Switch 3.

Make sense?

This is the same as I have my 2950G's using the gigastack modules...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top