Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
Developer Support
QNX Documentation Library
QNX Developer Support

QNX Developer Support

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

[Previous] [Contents] [Index] [Next]

/etc/mib.txt

Format for specifying variable names for SNMP utilities


Note: This file is included in the Extended Networking Technology Development Kit (TDK).

Name:

/etc/mib.txt

Description:

The mib.txt file defines the format for specifying variable names for SNMP utilities. Each entry in the file is a variable name in ASN.1 notation for object identifiers, as defined in RFC 1065. The format is:

[.]A.B.C.D...

where A, B, C, D... are sub-identifiers in one of these forms:

If you don't precede the variable name with a . (dot), SNMP utilities add the prefix iso.org.dod.internet.mgmt.mib to the name. To fully specify the variable name, you must place a . (dot) before the first sub-identifier.

For example, the following refer to the same variable:

1.1.0 system.sysDescr.0 1.sysDescr.0 1.3.6.1.2.1.1.1.0

iso.org.dod.internet.mgmt.mib.system.sysDescr.0 .1.3.6.1.2.1.1.sysDescr.0

SNMP utilities search for a description of the variables in the following files, in this order:

  1. the file named in the MIBFILE environment variable
  2. /nodecfg/node_name/etc/mib.txt, where node_name is the value of the CS_NODENAME configuration string (see getconf and setconf)
  3. /etc/mib.txt

See also:

snmpget, snmpgetnext, snmptest, snmptrapd, snmpwalk

ISO IS 8824 (ASN.1), RFC 1065, RFC 1066, RFC 1067, RFC 1446


[Previous] [Contents] [Index] [Next]