Hi,
For yor question
Does anyone know the folder in which I should search for/modify the
AlertMap/EventDisp? Enterasys Matrix
I use a very small script to look for trap OID, or event codes.
First create two file, which contains all your alertmaps, and eventdisp
files on the system ( SS/CSVendor and /custom )
by a find command..
Then you can search all the files, by script + oid in argument.
Any idea which enterasys mibs are supported in the Matrix series ? I
know a lot of enterasys mibs are not implemented on the matrix series
http://www.keenzo.com/pimg/pdf/1261_V2H12424.pdf enterasys mibs
http://www.snmplink.org/cgi-bin/nd/m/Ent/C/Cabletron%20Systems,%20Inc.%2
0(CSI)/Enterasys%20Networks/Enterasys%20Networks/
Or much easier, do you have the event code or oid from one of the
events you want to modify retrieved from the event list ?
Regards, Erwin
example
Very fast to find the correct alertmaps or eventdisps in the standared
certification or user custization files.
-sh-3.00$ ./List_files_sOID.sh 1.3.6.1.4.1.52.4.3.
/spectrum/SS/CsVendor/Nortel_PP/AlertMap*
/spectrum/SS/CsVendor/Lucent_Cajun/AlertMap*
/spectrum/SS/CsVendor/motbb/AlertMap*
/spectrum/SS/CsVendor/Ctron_DECGiga/DECGigaSwitch/AlertMap*
/spectrum/SS/CsVendor/Nuera/OrcaRDT/AlertMap*
/spectrum/SS/CsVendor/SDM/AlertMap*
/spectrum/SS/CsVendor/Oasys/EXMuxII/AlertMap*/spectrum/SS/CsVendor/Ctron
_migrn/AlertMap*
1.3.6.1.4.1.52.6.1800 0x021b0708 1.3.6.1.4.1.52.4.3.1.2.1.1.1(1,2) \
1.3.6.1.4.1.52.4.3.1.2.1.1.3(3,4)
1.3.6.1.4.1.52.6.1801 0x021b0709 1.3.6.1.4.1.52.4.3.1.2.1.1.1(1,2)
1.3.6.1.4.1.52.6.1802 0x021b070a 1.3.6.1.4.1.52.4.3.1.2.1.1.1(1,2)
1.3.6.1.4.1.52.6.1803 0x021b070b 1.3.6.1.4.1.52.4.3.1.2.1.1.1(1,2)
1.3.6.1.4.1.52.6.1804 0x021b070c 1.3.6.1.4.1.52.4.3.1.2.1.1.1(1,2)
1.3.6.1.4.1.52.6.1805 0x021b070d 1.3.6.1.4.1.52.4.3.1.2.1.1.1(1,2)
example scripts, on Windows platform at customers I do it in bash or
powershell
sh-3.00$ cat List_files_sOID.sh
#!/bin/sh
for file1 in `cat ./Alertmaps_list`
do
echo "$file1*"
cat $file1 | grep -i $1
done
exit 1
-sh-3.00$ cat List_files_sEvent.sh
#!/bin/sh
for file1 in `cat /data/orsns/edemunt/EvenDisp_list`
do
echo "$file1"
cat $file1 | grep -i $1
done
exit 1
-sh-3.00$
example of the list files
-sh-3.00$ cat Alertmaps_list | more
/spectrum/SS/CsVendor/Cabletron/Pingable/AlertMap
/spectrum/SS/CsVendor/Cabletron/Hub_CSI_IRM3/AlertMap
/spectrum/SS/CsVendor/Cabletron/Hub_CSI_MiniM/AlertMap
/spectrum/SS/CsVendor/Cabletron/Hub_CSI_SIRM/AlertMap
/spectrum/SS/CsVendor/Cabletron/Bdg_CSI_SNB25/AlertMap
/spectrum/SS/CsVendor/Ctron_SNMP_Rtr/BGP4_App/AlertMap
/spectrum/SS/CsVendor/Ctron_SNMP_Rtr/OSPF2RtrApp/AlertMap
/spectrum/SS/CsVendor/gen_app_gw/EventAdmin/AlertMap
/spectrum/SS/CsVendor/SNMP_Research/AlertMap
/spectrum/SS/CsVendor/IETF/AlertMap
/spectrum/SS/CsVendor/IEEE/AlertMap
/spectrum/SS/CsVendor/Ctron_RFCS/rfc2115App/AlertMap
/spectrum/SS/CsVendor/Ctron_Gen_HOST/Host_Compaq/AlertMap
/spectrum/SS/CsVendor/Ctron_Gen_HOST/Host_systemEDGE/AlertMap.orig
/spectrum/SS/CsVendor/Ctron_Gen_HOST/Host_Sun/AlertMap
/spectrum/SS/CsVendor/Ctron_Gen_HOST/Host_Dell/AlertMap
-sh-3.00$ cat EvenDisp_list | more
/spectrum/SS/CsVendor/Cabletron/EventDisp
/spectrum/SS/CsVendor/DEFAULT/EventDisp
/spectrum/SS/CsVendor/Ctron_SNMP_Rtr/EventDisp
/spectrum/SS/CsVendor/gen_app_gw/EventAdmin/EventDisp
/spectrum/SS/CsVendor/gen_app_gw/EventDisp
/spectrum/SS/CsVendor/SNMP_Research/IAgent/EventDisp
/spectrum/SS/CsVendor/SNMP_Research/EventDisp
/spectrum/SS/CsVendor/IETF/EventDisp
/spectrum/SS/CsVendor/IEEE/EventDisp
-----Original Message-----
From: Marcel Schulte [mailto:[email protected]]
Sent: dinsdag 31 maart 2009 9:12
To: spectrum
Subject: [spectrum] Which files to modify for Enterasys MatrixN?
Hi list,
I'd like to modify the trap-/eventhandling for MatrixN switches
trapping authorization failures - the traps contain source IP which
I'd like to discriminate on.
Searching CsVendor folder for the right place to do this did not give
me a solution.
Does anyone know the folder in which I should search for/modify the
AlertMap/EventDisp?
Many thanks in advance!
Marcel
---
To unsubscribe from spectrum, send email to [email protected] with the
body: unsubscribe spectrum [email protected]
---
To unsubscribe from spectrum, send email to [email protected] with the body:
unsubscribe spectrum [email protected]