Link to home
Start Free TrialLog in
Avatar of Donald_Gibson
Donald_GibsonFlag for United States of America

asked on

Setting up a Catalyst 2940 switch.

Greetings Experts,

I am assigned to set up a Cisco 2940 switch to extend our network.  At the facility where this switch will go there is currently only 1 cat5 wire and I want to take that cable, hook it up to this switch so I can hook up 2 PCs and a Printer to this switch.  This is my first time setting up a Cisco switch.  I am a beginner in this field and the only knowledge I have is from reading Cisco material and I have zero real world experience.

We have another 2940 and I am including the configuration.  

My question is what are some steps that I should go by to configure the switch and if you can recommend me any tips they will be greatly appreciated.

SWITCH2940_1#show config
Using 1200 out of 32768 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname SWITCH2940_1
!
enable password 7 **********
!
ip subnet-zero
!
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
!
!
interface FastEthernet0/1
 spanning-tree portfast
!
interface FastEthernet0/2
 spanning-tree portfast
!
interface FastEthernet0/3
 spanning-tree portfast
!
interface FastEthernet0/4
 speed 10
 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
 description 100MB Link to LIUBLD
 switchport mode trunk
!
interface GigabitEthernet0/1
 description Future Link to LIUBLD
 switchport mode trunk
!
interface Vlan1
 ip address 10.121.1.10 255.255.255.0
 no ip route-cache
!
ip default-gateway 10.121.1.001
ip http server
snmp-server community clark_ro RO
snmp-server community clark_rw RW
!
line con 0
line vty 0 4
 password 7 ************
 login
line vty 5 15
 password 7 ************
 login
!
!
end

Open in new window

SOLUTION
Avatar of cmarandi
cmarandi
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Donald_Gibson

ASKER

We do not have DHCP in this environment.  I should have probably included that.
are all the systems static IP?  or are the switches assigning the IP's?

Switches do not assign IP's.  Everything is assigned a static address.  
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This switch was pulled straight from a box.  It has not been in production yet.  I did not set this switch up.  The configuration posted in my origional post was the configuration of a similair Catalyst 2940 switch that is already in our network.
Basically, all you need to do is create a trunk between the switch you are coming from into this new out of the box 2940. Do you want me to type out a complete syntax from initial setup to trunking configuration?  Do you want it to resemble the 2940 config you posted?  Also, is the new 2940 the exact model as the 2940 config posted?
tn4712ee,
If you can type out the syntax i'll review it and try to understand it that way.  I'll award you the full points.  Thank you for all of your help with this.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial