2008/6/16 Mike Ayers <[EMAIL PROTECTED]>: > You may be able to create entries in an ipNetToMediaTable, > but you cannot change them, as the MAX-ACCESS of the > two non-index objects is read-create.
Sorry, Mike - that's not correct. "read-create" is the highest level of access, and covers "read-write" It *is* (in principle) possible to change "read-create" values. Bhaskararao, The reason that this doesn't work for the ipNetToMediaTable is that the implementation of this table doesn't include write support. (Or at least, it includes write support, but only for Win32 cygwin) There simply isn't any code to process SET requests, so this table is effectively read-only. But that's nothing to do with being the table being "deprecated". It's purely because no-one ever provided code to handle SETs. There is a new re-working of the IP-MIB, which includes support for the (replacement) inetNetToMediaTable. This appears to include SET support, though I've never tried it myself, and don't know what architecture(s) it might work on. That's likely to be the focus of any new development, though if someone provided code to handle SETs for the older table, there'd probably be no good reason not to include that too. Dave ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
