Hi All,
I am trying to create a Row in table snmpNotifyFilterTable.
Following are the procedure i am doing :
1. Set the Row Status to crateAndWait(5).
2. Set all the columns one by one.
3. Setting the Row Status to Active(1).

But as i know, when we set any row to CrateAndWait(5) the value of 
RowStatus become notReady. But here after 1 step i can see the value is 
CreateAndWait.
 /opt/servers/netsnmp/bin/snmpset -On -v 2c -c private -r0 172.16.8.186 
.1.3.6.1.6.3.13.1.3.1.5.5.83.83.79.70.84.1.2.503 i 5
.1.3.6.1.6.3.13.1.3.1.5.5.83.83.79.70.84.1.2.503 = INTEGER: createAndWait(5)

 /opt/servers/netsnmp/bin/snmpset -On -v 2c -c private -r0 172.16.8.186  
.1.3.6.1.6.3.13.1.3.1.3.5.83.83.79.70.84.1.2.503 i 1
.1.3.6.1.6.3.13.1.3.1.3.5.83.83.79.70.84.1.2.503 = INTEGER: included(1)

 /opt/servers/netsnmp/bin/snmpset -On -v 2c -c private -r0 172.16.8.186  
.1.3.6.1.6.3.13.1.3.1.4.5.83.83.79.70.84.1.2.503 i 2
.1.3.6.1.6.3.13.1.3.1.4.5.83.83.79.70.84.1.2.503 = INTEGER: volatile(2)

 /opt/servers/netsnmp/bin/snmpset -On -v 2c -c private -r0 172.16.8.186  
.1.3.6.1.6.3.13.1.3.1.2.5.83.83.79.70.84.1.2.503 s abc
.1.3.6.1.6.3.13.1.3.1.2.5.83.83.79.70.84.1.2.503 = STRING: "abc"

 /opt/servers/netsnmp/bin/snmptable -v 2c -c private  172.16.8.186 
.1.3.6.1.6.3.13.1.3
SNMP table: SNMP-NOTIFICATION-MIB::snmpNotifyFilterTable

 snmpNotifyFilterMask snmpNotifyFilterType snmpNotifyFilterStorageType 
snmpNotifyFilterRowStatus
                "abc"             included                    
volatile             createAndWait

/opt/servers/netsnmp/bin/snmpwalk  -v 2c -c private  172.16.8.186 
.1.3.6.1.6.3.13.1.3
SNMP-NOTIFICATION-MIB::snmpNotifyFilterMask."SSOFT".1.2.503 = STRING: "abc"
SNMP-NOTIFICATION-MIB::snmpNotifyFilterType."SSOFT".1.2.503 = INTEGER: 
included(1)
SNMP-NOTIFICATION-MIB::snmpNotifyFilterStorageType."SSOFT".1.2.503 = 
INTEGER: volatile(2)
SNMP-NOTIFICATION-MIB::snmpNotifyFilterRowStatus."SSOFT".1.2.503 = 
INTEGER: createAndWait(5)

As after this i am trying to Activate the  row, resulting as a failure.

/opt/servers/netsnmp/bin/snmpset -On -v 2c -c private -r0 172.16.8.186 
.1.3.6.1.6.3.13.1.3.1.5.5.83.83.79.70.84.1.2.503 i 1
Error in packet.
Reason: inconsistentValue (The set value is illegal or unsupported in 
some way)
Failed object: .1.3.6.1.6.3.13.1.3.1.5.5.83.83.79.70.84.1.2.503


Please let me know why RowStatus is returning 5 in place of notReady.

Regards,
Manjit

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to