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

Cisco 3750 IOS upgrade - advice please 1

Status
Not open for further replies.

PaulMThomas

IS-IT--Management
Aug 2, 2004
133
GB
I am pretty new to Cisco IOS, I have used it in the past but nothing recent.

I have 2x 3750G-TS24 switches running the following IOS:-

1. C3750-I9-M 12.1(10)EA1d
2. 3750-IPBASE-M 12.2(25)SEB1

The second switch doesn't seem to be managable properly, anything connected to it is ok but even after a erase start and reload I can't seem to get it talking to a tftp server.

A Ping command fails with no response.

After a erase start and reload, what do I need to do to get a switch working with basic IP pings, tftp etc?
 
Here's the running config and version info in case it helps:-

Building configuration...

Current configuration : 1603 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname AVLUK_AvonHouse2
!
enable secret 5 xxxxx
enable password xxxxx
!
no aaa new-model
switch 2 provision ws-c3750g-24ts
ip subnet-zero
!
!
!
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
interface GigabitEthernet2/0/1
!
interface GigabitEthernet2/0/2
!
interface GigabitEthernet2/0/3
!
interface GigabitEthernet2/0/4
!
interface GigabitEthernet2/0/5
!
interface GigabitEthernet2/0/6
!
interface GigabitEthernet2/0/7
!
interface GigabitEthernet2/0/8
!
interface GigabitEthernet2/0/9
!
interface GigabitEthernet2/0/10
!
interface GigabitEthernet2/0/11
!
interface GigabitEthernet2/0/12
!
interface GigabitEthernet2/0/13
!
interface GigabitEthernet2/0/14
!
interface GigabitEthernet2/0/15
!
interface GigabitEthernet2/0/16
!
interface GigabitEthernet2/0/17
!
interface GigabitEthernet2/0/18
!
interface GigabitEthernet2/0/19
!
interface GigabitEthernet2/0/20
!
interface GigabitEthernet2/0/21
!
interface GigabitEthernet2/0/22
!
interface GigabitEthernet2/0/23
!
interface GigabitEthernet2/0/24
!
interface GigabitEthernet2/0/25
!
interface Gigabit
!
interface GigabitEthernet2/0/27
!
interface GigabitEthernet2/0/28
!
interface Vlan1
ip address 157.247.229.10 255.255.255.0
shutdown
!
ip classless
ip http server
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
line vty 0 4
password xxxxx
no login
line vty 5 15
password xxxxx
no login
!
!
end






Cisco IOS Software, C3750 Software (C3750-IPBASE-M), Version 12.2(25)SEB1, RELEA
SE SOFTWARE (fc1)
Copyright (c) 1986-2005 by Cisco Systems, Inc.
Compiled Fri 29-Apr-05 23:58 by yenanh

ROM: Bootstrap program is C3750 boot loader
BOOTLDR: C3750 Boot Loader (C3750-HBOOT-M) Version 12.1(14r)EA1a, RELEASE SOFTWA
RE (fc1)

AVLUK_AvonHouse2 uptime is 36 minutes
System returned to ROM by power-on
System image file is "flash:c3750-ipbase-mz.122-25.SEB1/c3750-ipbase-mz.122-25.S
EB1.bin"

cisco WS-C3750G-24TS (PowerPC405) processor (revision L0) with 118784K/12280K by
tes of memory.
Processor board ID CAT0920K0GL
Last reset from power-on
1 Virtual Ethernet interface
28 Gigabit Ethernet interfaces
The password-recovery mechanism is enabled.

512K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address : 00:14:1C:B8:14:80
Motherboard assembly number : 73-7058-12
Power supply part number : 341-0045-01
Motherboard serial number : CAT09190WQT
Power supply serial number : LIT091501BZ
Model revision number : L0
Motherboard revision number : A0
Model number : WS-C3750G-24TS-S
System serial number : CAT0920K0GL
Hardware Board Revision Number : 0x09


Switch Ports Model SW Version SW Image
------ ----- ----- ---------- ----------
* 2 28 WS-C3750G-24TS 12.2(25)SEB1 C3750-IPBASE-M


Configuration register is 0xF
 
you can't talk to it because vlan 1 is shutdown . also there is no default gateway or static route in the config .
 
Hi

Thanks for the pointers, I have added the relevant config and it is now working!

Thx

Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top