terrywilson
MIS
I've got a Cisco 2950 and moving data between PC's plugged into it is slow!! It may peak at 10Mbs coming from a PC (Watching with AnalogX NSLive and MRTG) but on a direct file copy between two windows boxes its more like 1Mbs. Everything is hard set 100 full with static IP's
Could someone look at the config and see if they have any suggestions?
Config below; I cut out the interfaces to save space
Verison: C2950 Software (C2950-I6Q4L2-M), Version 12.1(12c)
!
version 12.1
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log datetime
no service password-encryption
service sequence-numbers
!
hostname ciscoswitch
!
enable password password
!
ip subnet-zero
!
spanning-tree extend system-id
!
!
interface FastEthernet0/1
description Terry Test
no ip address
duplex full
speed 100
!
interface GigabitEthernet0/1
description
switchport access vlan 12
no ip address
duplex full
speed 1000
!
interface GigabitEthernet0/2
description UPLINK to S4
switchport mode trunk
no ip address
speed 1000
!
interface Vlan1
ip address 192.168.0.12 255.255.255.0
no ip route-cache
!
ip default-gateway 192.168.0.1
ip http server
!
snmp-server engineID local 800000090300000C30832D41
snmp-server community sntmpplace RO
snmp-server location Rack
snmp-server contact IT
snmp-server chassis-id ciscoswitch
!
line con 0
exec-timeout 0 0
line vty 0 4
password password
login
line vty 5 15
password password
login
!
end
Could someone look at the config and see if they have any suggestions?
Config below; I cut out the interfaces to save space
Verison: C2950 Software (C2950-I6Q4L2-M), Version 12.1(12c)
!
version 12.1
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log datetime
no service password-encryption
service sequence-numbers
!
hostname ciscoswitch
!
enable password password
!
ip subnet-zero
!
spanning-tree extend system-id
!
!
interface FastEthernet0/1
description Terry Test
no ip address
duplex full
speed 100
!
interface GigabitEthernet0/1
description
switchport access vlan 12
no ip address
duplex full
speed 1000
!
interface GigabitEthernet0/2
description UPLINK to S4
switchport mode trunk
no ip address
speed 1000
!
interface Vlan1
ip address 192.168.0.12 255.255.255.0
no ip route-cache
!
ip default-gateway 192.168.0.1
ip http server
!
snmp-server engineID local 800000090300000C30832D41
snmp-server community sntmpplace RO
snmp-server location Rack
snmp-server contact IT
snmp-server chassis-id ciscoswitch
!
line con 0
exec-timeout 0 0
line vty 0 4
password password
login
line vty 5 15
password password
login
!
end