The MOColumn<> does not have a method :: getOID (). Only the MOTableRow has the getOID() method. I think I need to look at the agent code and find out the stack trace for the validation method. Thanks again for quick response. Rushik
> To: [email protected] > From: [email protected] > Date: Wed, 27 Apr 2016 23:20:43 +0200 > Subject: Re: [SNMP4J] Subindex on table row > > You can get the MOColumn object by calling getSource() within the listener. > The last sub-identifer of MOColumn.getOid() returns the sub-index. > > Am 27.04.2016 um 19:10 schrieb [email protected]: > > For our custom MIB, we have added code to the > > MOValueValidationListener::validate() for a table column. > > How do we figure out what the subindex is for the row's column that is > > being validated? > > > > _______________________________________________ > > SNMP4J mailing list > > [email protected] > > https://oosnmp.net/mailman/listinfo/snmp4j > _______________________________________________ > SNMP4J mailing list > [email protected] > https://oosnmp.net/mailman/listinfo/snmp4j _______________________________________________ SNMP4J mailing list [email protected] https://oosnmp.net/mailman/listinfo/snmp4j
