kc> snmpset -c public 127.0.0.1 mVgSipDnsServerRowStatus.1.\"10.1.5.100\" i
kc> 4
That command creates a row using the string "10.1.5.100" which is not
how ip addresses are supposed to be embedded into a OID according to the
textual convention you are using. The proper set would be:
snmpset -c public 127.0.0.1 mVgSipDnsServerRowStatus.1.4.10.1.5.100 i 4
^
length of address
(eg, 16 for ipv6)
kc> snmpset -c public 127.0.0.1
kc> mVgSipDnsServerPriority.1.\"10.1.5.100\" i 2
kc> for which the subagent is giving segmentation fault.
However, I suspect that this may be a different problem.
--
Wes Hardaker
Sparta, Inc.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders