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

Newbie (to cisco 3550) config issues

Status
Not open for further replies.

stan911

MIS
Joined
Oct 30, 2002
Messages
2
Location
US
First, thanks for your time.
Boss bought 3 cisco 3550 switches. Installed first one replacing a 3com hub. No problem. Tried to install 2nd 355o and it crashes the first switch. Set up test bench, one PC and switch. can not ping from connected PC to switch. Can get in via CLI. Documentation cryptic at best.
Here is current config:
Current configuration : 3885 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname switch
!
enable secret (deleted)
enable password (deleted)
!
clock timezone eastern -5
ip subnet-zero
!
!
spanning-tree extend system-id
!
!
interface FastEthernet0/1
no ip address
spanning-tree portfast
!
interface FastEthernet0/2
no ip address
spanning-tree portfast
!
interface FastEthernet0/3
no ip address
spanning-tree portfast
!
interface FastEthernet0/4
no ip address
spanning-tree portfast
!
interface FastEthernet0/5
no ip address
spanning-tree portfast
!
interface FastEthernet0/6
no ip address
spanning-tree portfast
!
interface FastEthernet0/7
no ip address
spanning-tree portfast
!
interface FastEthernet0/8
no ip address
spanning-tree portfast
!
interface FastEthernet0/9
no ip address
spanning-tree portfast
!
interface FastEthernet0/10
no ip address
spanning-tree portfast
!
interface FastEthernet0/11
no ip address
spanning-tree portfast
!
interface FastEthernet0/12
no ip address
spanning-tree portfast
!
interface FastEthernet0/13
no ip address
spanning-tree portfast
!
interface FastEthernet0/14
no ip address
spanning-tree portfast
!
interface FastEthernet0/15
no ip address
spanning-tree portfast
!
interface FastEthernet0/16
no ip address
spanning-tree portfast
!
interface FastEthernet0/17
no ip address
spanning-tree portfast
!
interface FastEthernet0/18
no ip address
spanning-tree portfast
!
interface FastEthernet0/19
no ip address
spanning-tree portfast
!
interface FastEthernet0/20
no ip address
spanning-tree portfast
!
interface FastEthernet0/21
no ip address
spanning-tree portfast
!
interface FastEthernet0/22
no ip address
spanning-tree portfast
!
interface FastEthernet0/23
no ip address
spanning-tree portfast
!
interface FastEthernet0/24
no ip address
spanning-tree portfast
!
interface FastEthernet0/25
no ip address
spanning-tree portfast
!
interface FastEthernet0/26
no ip address
spanning-tree portfast
!
interface FastEthernet0/27
no ip address
spanning-tree portfast
!
interface FastEthernet0/28
no ip address
spanning-tree portfast
!
interface FastEthernet0/29
no ip address
spanning-tree portfast
!
interface FastEthernet0/30
no ip address
spanning-tree portfast
!
interface FastEthernet0/31
no ip address
spanning-tree portfast
!
interface FastEthernet0/32
no ip address
spanning-tree portfast
!
interface FastEthernet0/33
no ip address
spanning-tree portfast
!
interface FastEthernet0/34
no ip address
spanning-tree portfast
!
interface FastEthernet0/35
no ip address
spanning-tree portfast
!
interface FastEthernet0/36
no ip address
spanning-tree portfast
!
interface FastEthernet0/37
no ip address
spanning-tree portfast
!
interface FastEthernet0/38
no ip address
spanning-tree portfast
!
interface FastEthernet0/39
no ip address
spanning-tree portfast
!
interface FastEthernet0/40
no ip address
spanning-tree portfast
!
interface FastEthernet0/41
no ip address
spanning-tree portfast
!
interface FastEthernet0/42
no ip address
spanning-tree portfast
!
interface FastEthernet0/43
no ip address
spanning-tree portfast
!
interface FastEthernet0/44
no ip address
spanning-tree portfast
!
interface FastEthernet0/45
no ip address
spanning-tree portfast
!
interface FastEthernet0/46
no ip address
spanning-tree portfast
!
interface FastEthernet0/47
no ip address
!
interface FastEthernet0/48
no ip address
!
interface GigabitEthernet0/1
no ip address
!
interface GigabitEthernet0/2
no ip address
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
ip default-gateway 2xx.1xx.48.1
ip http server
!
!
snmp-server engineID local 800000090300000AF42BBF81
snmp-server community public RO
!
line con 0
line vty 0 4
password (deleted)
login
line vty 5 15
password (deleted)
login
!
end

switch#



I've been pounding at this for a while, not making headway. Thanks again for the help,
Stan
 
If this is the config of the second switch, I don't see an IP address configured!

If you are connecting to another switch , are you using the GIG ports? If so make sure both ends have same config.(SPEED / DUPLEX , TRUNKING TYPE IF USED, VTP DOMAIN IF TRUNKING)

Post both configs and we can help more.

Cheers

Mark
 
This switch is set up with one PC attached to it. Am using same PC to get at CLI via serial cable/hyperterminal. I have had an IP on it, and I still couldn't pass packets, access the web interface on the switch, or ping. The problem of conflicting with the first switch was when I tried to put it out on the production system. Presently it's on the bench. I want to understand it a tad better before the second try at deploying it.
Stan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top