SNMPv2-TC
16 objects
No module-level DESCRIPTION found.
Imported Objects
| SNMPv2-SMI | TimeTicks |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| AutonomousType | current | Represents an independently extensible type identification value. It may, for example, indicate a particular sub-tree with further MIB definitions, or define a particular type of protocol or hardware. | |
| DateAndTime | OCTET STRING (SIZE (8 | 11)) | current | A date-time specification. field octets contents range 1 1-2 year* 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minutes 0..59 6 7 seconds 0..60 (use 60 for leap-second) 7 8 deci-seconds 0..9 8 9 direction f… |
| DisplayString | OCTET STRING (SIZE (0..255)) | current | Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of character codes 0-127 (decimal) - th… |
| InstancePointer | obsolete | A pointer to either a specific instance of a MIB object or a conceptual row of a MIB table in the managed device. In the latter case, by convention, it is the name of the particular instance of the first accessible colu… | |
| MacAddress | OCTET STRING (SIZE (6)) | current | Represents an 802 MAC address represented in the `canonical' order defined by IEEE 802.1a, i.e., as if it were transmitted least significant bit first, even though 802.5 (in contrast to other 802.x protocols) requires M… |
| PhysAddress | OCTET STRING | current | Represents media- or physical-level addresses. |
| RowPointer | current | Represents a pointer to a conceptual row. The value is the name of the instance of the first accessible columnar object in the conceptual row. For example, ifIndex.3 would point to the 3rd row in the ifTable (note that … | |
| RowStatus | INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } | current | The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
| StorageType | INTEGER { other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5) } | current | Describes the memory realization of a conceptual row. A row which is volatile(2) is lost upon reboot. A row which is either nonVolatile(3), permanent(4) or readOnly(5), is backed up by stable storage. A row which is per… |
| TAddress | OCTET STRING (SIZE (1..255)) | current | Denotes a transport service address. A TAddress value is always interpreted within the context of a TDomain value. Thus, each definition of a TDomain value must be accompanied by a definition of a textual convention for… |
| TDomain | current | Denotes a kind of transport service. Some possible values, such as snmpUDPDomain, are defined in the SNMPv2-TM MIB module. Other possible values are defined in other MIB modules. | |
| TestAndIncr | INTEGER (0..2147483647) | current | Represents integer-valued information used for atomic operations. When the management protocol is used to specify that an object instance having this syntax is to be modified, the new value supplied via the management p… |
| TimeInterval | INTEGER (0..2147483647) | current | A period of time, measured in units of 0.01 seconds. |
| TimeStamp | TimeTicks | current | The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset to zero as a result of a… |
| TruthValue | INTEGER { true(1), false(2) } | current | Represents a boolean value. |
| VariablePointer | current | A pointer to a specific object instance. For example, sysContact.0 or ifInOctets.3. |