snmpset Multiple Indices
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have Table which has Octets and SnmpAdminString as the OID, which means I have to use $OID.$hexString.$displayString to set a OID in the table. Any suggestion how can I achieve setting such a value using snmpset command. e.g Index1=0x0011FF Index2=myname snmpset -v3 <...> <agentip> 1.3.6.1.2.2.2.$Index1.$Index2 s "new value" thanks chinmaya