System information
DONE With Model support and a new model called Catalyst5000Sup3
Catalyst Support
If you are using 6000 series switches and you click on health statistics
then try to drill into the cpu stats you will get a message:
Graph type not supported yet.
Line 1314 of nmiscgi.pl reads :
<a
href="$ENV{SCRIPT_NAME}?file=$conf&type=graph&graphtype=switch&graphlength=2
days&node=$node">
it should read :
<a
href="$ENV{SCRIPT_NAME}?file=$conf&type=graph&graphtype=cpu&graphlength=2day
s&node=$node">
Also previously several people have asked about Cat 5000 switches and what
snmp they support. We are now using some
Supervisor 3's in the cat 5000's and the mibs are identical to a Cat 6000.
(cpu, memory stats, traffic and topology)
We added this to nmis.pl to support them and NMIS trests them as a 6000 .
(There has to be a better way though.)
in sub getNodeInfo line :
# Checking on the Model Type
elsif ( ( $NMIS::systemTable{sysDescr} =~ /WS-C5/i ) &&
( $NMIS::systemTable{sysDescr} =~ /6.1/i )
){
$NMIS::systemTable{nodeModel} = "Catalyst6000";
$NMIS::systemTable{nodeType} = "switch";
$NMIS::systemTable{netType} = "lan";
$NMIS::systemTable{supported} = "true";
}
DONE
runPing
NMIS - Network Management Information System http://www.sins.com.au/nmis/
34 of 43 15/04/2002 3:59 PM