trapsess directive (snmpd.conf) & snmpTargetAddrTable
Erez Makavy <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hey, I added a trapsess line in my snmpd.conf: trapsess -v 3 -e 0x800007e58098f7574a1552ea43 -u makavy_auth -a MD5 -A 12345678 -l authNoPriv 135.64.102.136 I see traps are sent out with this user, But when walking the SNMP-TARGET-MIB::snmpTargetAddrTable i see it's empty. 1) Doesn't the trapsess directive add rows to the snmpTargetAddrTable? 2) Assuming the trapsess directive and the snmpTargetAddrTable are connected, how do I specify a snmpTargetAddrTagList ? 3) Actually mentioning snmpTargetAddrTagList, the net-snmp API for sending traps (send_v2trap) does not include any name to be used as index (snmpNotifyName) to the snmpNotifyTable. So how can the SNMP-NOTIFICATION-MIB work at all? Thanks, Erez