configure tokens for TARGET-MIB & NOTIFICATION-MIB
Erez Makavy <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
1) Are there supposed to be configuration token for the tables of these mibs?
- Target AddrTable
- TargetParamsTable
- NotifyTable
- NotifyFilterProfileTable
- NotifyFilterTable
(all prefixed with 'snmp')
2) I found snmpd.internal webpage mentions:
snmpNotify*Table
targetAddr / targetParams
Why are they internal, Is there a reason they should not be used in the a static snmpd.conf?
( not the one under /var/net-snmp)
3) I tried using these token, from en example I found:
-----------------------------
snmpNotifyTable "himenme" "himenme" 1 3 1
targetAddr himenme .1.3.6.1.6.1.1 "C0 A8 01 DD 00 A2" 1500 3 "" himenme 3 1
targetParams himenme 0 1 public 1 3 1
--------------------
The master agent gave me these messages:
/var/net-snmp/snmpd.conf: line 25: Warning: Unknown token: snmpNotifyTable.
/var/net-snmp/snmpd.conf: line 26: Warning: Unknown token: targetAddr.
/var/net-snmp/snmpd.conf: line 27: Warning: Unknown token: targetParams.
Are these token supported?
Thanks,
Erez.