System information

DONE with model.csv
getNodeInfo
elsif ( $NMIS::systemTable{sysDescr} =~ /sun/i and $NMIS::systemTable{nodeVendor} ne "Cisco Systems" ) {
$NMIS::systemTable{nodeModel} = "SunSolaris";
$NMIS::systemTable{nodeType} = "server";
$NMIS::systemTable{netType} = "lan";
$NMIS::systemTable{supported} = "true";
}
line 1534 (make older IOS generic)
if ( ( $NMIS::systemTable{nodeVendor} eq "Cisco Systems" ) &&
( $NMIS::systemTable{nodeType} eq "router" ) &&
$NMIS::systemTable{sysDescr} !~ /Version 10.3/
) {
$NMIS::systemTable{nodeModel} = "CiscoRouter";
$NMIS::systemTable{nodeType} = "router";
$NMIS::systemTable{netType} = "wan";
$NMIS::systemTable{supported} = "true";
}
NET-SNMP
Last updated 21 June 2001 Online Version NMIS Home Page
Setting up NET-SNMP (nee UCD-SNMP)
Download NET-SNMP or more info is available on the NET-SNMP Home Page
Download SINS MIB Archive
set the environment "MIBS=ALL"
Setup the trap daemon to log to syslog or to a file.
Setting up TRAPS to be put into syslog
Create or edit the file /usr/local/share/snmp/snmptrapd.conf and add the following entry:
traphandle default /usr/local/bin/traplog.pl
Start the trap daemon and put into syslog
The command to start the NET-SNMP trap daemon and put the results in syslog:
export MIBS=ALL
/usr/local/sbin/snmptrapd -s -l0 -Of -c/usr/local/share/snmp/snmptrapd.conf
Add the following entry to syslog.conf, touch the file and restart the syslog daemon.
local0.debug /var/log/trap.log
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
NMIS - Network Management Information System http://www.sins.com.au/nmis/
38 of 43 15/04/2002 3:59 PM