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

Cisco WS-C2912MF-XL

Status
Not open for further replies.

Zelandakh

MIS
Mar 12, 1999
12,173
GB
Got one of the above fibre switches. It has 2924s off it in a star formation so this is the central switch and everything goes through it. Two 4 port Cat5 modules plugged in its expansion ports. These host my servers. As this is the main switch, I'd like to make it run smoother / faster. Is there anything I can do? I believe I need to turn spanning tree off because I use macintoshes (can someone confirm?).

Servers and applications I can do - switches I can't...

write terminal as follows:
---------------------------------
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Enterprise
!
enable secret
enable password
!
no spanning-tree vlan 1
ip subnet-zero
!
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 FastEthernet1/1
spanning-tree portfast
!
interface FastEthernet1/2
spanning-tree portfast
!
interface FastEthernet1/3
spanning-tree portfast
!
interface FastEthernet1/4
!
interface FastEthernet2/1
!
interface FastEthernet2/2
!
interface FastEthernet2/3
!
interface FastEthernet2/4
!
interface VLAN1
ip address 192.168.1.37 255.255.255.0
no ip directed-broadcast
no ip route-cache
!
ip default-gateway 192.168.1.7
snmp-server engineID local 000000090200005080562600
snmp-server community private RW
snmp-server community public RO
snmp-server contact
snmp-server chassis-id Enterprise
!
line con 0
exec-timeout 0 0
transport input none
stopbits 1
line vty 0 4
login
line vty 5 15
login
!
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top