Hi
I am trying to get/set values from ireasoning MIB browser. My mib module
name tropoModem.
When i load it into mib browser it comes under
.private.enterprise.tropomModem
I am able to get system prameters like sysDscr, sysUpTime etc which are
defined in snmpd.conf-
# It is also possible to set the sysContact and sysLocation system
# variables through the snmpd.conf file. **PLEASE NOTE** that setting
# the value of these objects here makes these objects READ-ONLY
# (regardless of any access control settings). Any attempt to set the
# value of an object whose value is given here will fail with an error
# status of notWritable.
syslocation CERS (configure /etc/snmp/snmpd.local.conf)
syscontact Root <sacha...@gmail.com> (configure
/etc/snmp/snmpd.local.conf)
sysName TROPO OFDM MODEM
But When i am trying to get/set values which are in
.private.enterprise.tropomModem .ctrlParam->set it shows "No such name
error (agent ip address)".
Should I have added following change in snmpd.conf or not ????
####
# Third, create a view for us to let the groups have rights to:
# incl/excl subtree mask
view all included .1 80
view system included .iso.org.dod.internet.mgmt.mib-2.system
-> view tropoModem included
.iso.org.dod.internet.private.enterprises.tropoModem
I am able to get/set parameters of my agent (IP: 192.168.1.3) from my
Ubuntu based client PC through command line -
$ snmpget -u bootstrap -l authPriv -a MD5 -x DES -A temp_password -X
temp_password 192.168.1.3_MY-MIB::rx1frq.0
$ snmpget -u bootstrap -l authPriv -a MD5 -x DES -A temp_password -X
temp_password 192.168.1.3 MY-MIB::rx1frq.0 i 1700 Mhz
snmp.conf contains -
defSecurityName demo
defSecurityLevel authPriv
defAuthType MD5
defPrivType DES
defAuthPassphrase temp_password
defPrivPassphrase temp_password
snmpd.conf contains -
# createUser bootstrap MD5 temp_password DES
# rwuser bootstrap priv
Should I have change setting in MIB browser to get the values.
thanks
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders