I would like to use Perl to send a SNMP V2C SNMP_Cold_Start Trap (OID 1.3.6.1.6.3.1.1.5.1). The writeup from the SNMP documentation states that the first two variable bindings fields of a snmpV2c Trap need to include: sysUpTime.0 and snmpTrapOID.0 then the SNMP_Cold_Start trap field. I know how to send a single varbind field, but not sure how to send multiple varbind fields in a single trap. Any suggestions or example of snmpv2c code?
thanks
W3NTP