2009/7/13 Manu Mehta <[email protected]>: > all the > subagents registers there respective row slices(using ubound and subid). > > Now i have a requirement on subagent that it should periodically flush all > the registrations for a particular table and then again try to re-register > all its rows. > > I don't want to unregister each row
Sorry - that's exactly what you would need to do. The AgentX "unregister" request needs to match the original registration. That's how the AgentX protocol is designed. You could try closing the AgentX session completely, I suppose, and then re-opening a new one. That ought to discard all registrations on that session. > Instead i was thinking of unregistering all the rows by specifying the table > OID at the subagent which inturn should de-register all the rows of the > table for that subagent. No - that won't work. The table registration is completely separate from individual row registrations. Removing one won't affect the others - it simply doesn't work like that. Dave ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
