DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

getnext(ADMN)


getnext -- retrieve objects from SNMP entity

Synopsis

getnext [-f defn_file] [-T timeout] entity_addr community_string object_name . . .

Description

The getnext command is an SNMP application that retrieves one or more individual objects from an SNMP entity. The getnext command returns the object and value pair(s) that appear in the MIB database immediately after the object(s) specified on the commmand line.

The arguments are the entity's address, the community string for access to the SNMP entity, and the object name(s).

The entity address can be either an IP address or entity name (if name-to-address resolution is enabled).

The community string used must be valid on the given entity. Community strings are kept in /etc/netmgt/snmpd.comm.

Object names must refer to a valid SNMP object or class of objects. Object names can be in the form of an identifier or the equivalent SNMP dot-notation. Identifiers for SNMP objects are listed in ``Group and object descriptions'' in Configuring and administering SNMP. Equivalent SNMP dot-notation for these objects is defined in the files /etc/netmgt/nwumpsd.defs, /etc/netmgt/snmpd.defs, and /etc/netmgt/unixwared.defs. For a general explanation of SNMP dot-notation, see RFC 1213.

If an object on the command line is a group name, then the object and value returned is the first object-value pair in the group.

Options

The -f option is used to specify a file containing the mosy(ADMN) and post_mosy(ADMN) compiled list of object names and their numeric Object Identifiers, in addition to the objects in the standard MIB. This allows the user to dynamically augment the number of objects that can be recognized by the management utility.

The -T option can be used to specify the number of seconds the command will wait for a response from the entity specified by entity_addr. If not specified, this defaults to 20 seconds.

Examples

The following example uses two object group names, and returns the first member of each group specified.

getnext suzzy public system interfaces

References

getid(ADMN), getmany(ADMN), getone(ADMN), getroute(ADMN), mosy(ADMN), post_mosy(ADMN), setany(ADMN), snmp(ADMN)

RFC 1155, RFC 1157, RFC 1213


© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005