RIV::SnmpAccess module reference

The RIV::SnmpAccess module provides an interface to perform SNMP-related operations on Network Manager MIB trees.

The RIV::SnmpAccess module provides a constructor that allows you to create and initialize a new RIV::SnmpAccess session object. After obtaining this session object, you can call the synchronous or asynchronous versions of the SnmpGet-related methods to perform the following operations:

  • SNMP get
  • SNMP get-next
  • SNMP get-bulk

The RIV::SnmpAccess module also provides several utility methods that allow you to operate on ANS.1 (Abstract Syntax Notation One) values and the MIB tree.

Note: Discovery agents implemented with this version of the Perl API should use the SNMP methods that the RIV::Agent module provides to obtain SNMP information from a network device.

The constructor and methods are described in reference (man) page format.