Alain

Comments

  • As far as I understood it, the trap server does not listen directly, instead it seems to use the windows snmp trap service to receive traps. So my guess on this one would be that you should try tweaking the windows snmp trap service and not the trap server. Only guessing though.... Alain
  • Hi Mithrilhall; I'm no expert with netsnmp; but I would look at the following lines in the snmpd.conf file: view systemview included .1.3.6.1.2.1.1 access Commustring "" any noauth exact all none none as those ones are the one that give acces to the subtree; so basically if your disk subsystem is not included in that part…
  • We are monitoring 2 different types of Linux here in both cases with succes, by that I mean that we can monitor logical volumes, network interface cards and processors and memory. Below is an example of a fonctionnal snmpd.conf file from a Linux 2.4.x; only lines which have been changed are presented: Local informations…
  • quote:Originally posted by Mithrilhall My Suggestion... Write your own page using PHP. It has built in snmp support and it works great. I've written some custom pages for our Orion install in PHP so we can turn ports on/off on our switches. I'm also in the process of writing a custom page in PHP that will display the…
  • That was a newbie question... got my answer somewhere else: You are correct the Interface Duplex (half/full duplex setting) is not available in Orion. This is due to the fact that this parameter is not stored in the MIB-II.Interfaces MIB. The only way to view this data is through the switch port mapper in the Engineers…