| Author |
cat 4006 switch config problem
|
|
| haseeb_eng 2002-06-15, 2:37 am |
| h-Switch> (enable) sh config
This command shows non-default configurations only.
Use 'show config all' to show both default and non-default configu
.....
..................
....................
....................
..
begin
!
# ***** NON-DEFAULT CONFIGURATION *****
!
!
#time: Fri Jun 14 2002, 23:11:31
!
#version 6.1(1)
!
!
#system web interface version(s)
set password $2$G/74$xbo65AUo2DPQ8mBmEBVV8.
set enablepass $2$Uhus$Q5DBxAWQ8CuyE6PATpLTQ1
set banner motd ^C
Authorized Persons Only
[A
exit
exiy
--More--
when ever i give wr t or sh conf command on this 4006 switch to see the config it shows like this and after that i have to press space bar untill it finishes but it does'nt show any config , it shows only the 1st few lines as listed above . Anybody had faced this problem before in which it does'nt show the config . Before it was showing the config fine .
show version :
WS-C4006 Software, Version NmpSW: 6.1(1)
Copyright (c) 1995-2000 by Cisco Systems, Inc.
NMP S/W compiled on Sep 30 2000, 12:25:52
GSP S/W compiled on Sep 28 2000, 18:28:28
System Bootstrap Version: 5.4(1)
Hardware Version: 3.2 Model: WS-C4006 Serial #: JAE05430340
Mod Port Model Serial # Versions
--- ---- ---------- -------------------- -------------------------------
1 2 WS-X4013 JAE05430340 Hw : 3.2
Gsp: 6.1(1.0)
Nmp: 6.1(1)
3 48 WS-X4148-RJ45V JAB05480GU2 Hw : 1.5
5 48 WS-X4148-RJ45V JAB05480GV5 Hw : 1.5
DRAM FLASH NVRAM
Module Total Used Free Total Used Free Total Used Free
------ ------- ------- ------- ------- ------- ------- ----- ----- -----
1 65536K 30649K 34887K 16384K 4753K 11631K 480K 202K 278K
Uptime is 10 days, 20 hours, 56 minutes | |
| Justin2112 2002-06-17, 2:08 pm |
| Haseeb -
Thats kinda funky alright . . . We use the 4006's at the school district I work at - I have not seen that yet.
We use a L3 engine in ours, and our funky bug is sometimes we are unable to establish a session from L2 to L3 with the session command, or an alias.
Perhaps run your software version to the CCO Bug toolkit ?
I will keep an eye on my 4006s here to see if they do what you are talking about.
Peace,
Justin | |
| cahillrobert 2002-06-17, 8:23 pm |
| Don't know if this will work, similair problem on a router IOS 11.2.
Set the switch to boot from the bootstrap. If the config does load, then grab another IOS off of Cisco and update.
Change the config to new CatOS and point the config to load the new file.
See if magic has occurred. | |
| haseeb_eng 2002-06-17, 10:40 pm |
| now you can see justin  | |
|
| May I have a "show module" output? | |
| haseeb_eng 2002-06-18, 4:23 am |
| Switch> (enable) sh module
Mod Slot Ports Module-Type Model Sub Status
--- ---- ----- ------------------------- ------------------- --- --------
1 1 2 1000BaseX Supervisor WS-X4013 no ok
3 3 48 Inline Power Module WS-X4148-RJ45V no ok
5 5 48 Inline Power Module WS-X4148-RJ45V no ok
Mod Module-Name Serial-Num
--- ------------------- --------------------
1 JAE05430340
3 JAB05480GU2
5 JAB05480GV5
Mod MAC-Address(es) Hw Fw Sw
--- -------------------------------------- ------ ---------- -----------------
1 00-07-85-c6-0a-00 to 00-07-85-c6-0d-ff 3.2 5.4(1) 6.1(1)
3 00-07-eb-dc-36-c0 to 00-07-eb-dc-36-ef 1.5
5 00-07-eb-dc-39-60 to 00-07-eb-dc-39-8f 1.5
Switch> (enable)
I was changing port names and their duplex modes and speed . Afer that only this problem happened ? but config was fine for the ports and it is not giving problem on the network .
Cheers  | |
|
| In my idea, 'show conf' should show the configuration such as port name, port speed, at least, if you change it. The thing you faced is kinda wierd. Look like you are running in a CatOS bug. If possible, you may try to upgrade to the latest version and see if this happen again.
By the way, what's the output from 'show conf 3' or 'show config 5'
Cheers, | |
| haseeb_eng 2002-06-20, 11:44 am |
| #module 3 : 48-port Inline Power Module
set port speed 3/25 10
set port speed 3/2 100
set port duplex 3/2 full
set port name 3/2 Polycom-VS4000
set port name 3/13 Ezeenia
set port name 3/28 I-Studio
set port name 3/29 Dell-Server
end
Switch> (enable) sh conf 5
This command shows non-default configurations only.
Use 'show config <mod> all' to show both default and non-default configurations.
....................
begin
!
# ***** NON-DEFAULT CONFIGURATION *****
!
!
#time: Thu Jun 20 2002, 09:36:00
!
#module 5 : 48-port Inline Power Module
set port speed 5/1 100
set port duplex 5/1 full
end | |
| cahillrobert 2002-06-20, 12:25 pm |
| So what's the problem?
Mod 3 and 5 are showing the modified data from the config for each respective module.
You can see the speed, duplex, and name changes for mod 3 & 5. |
|
|
|