MIB Viewer

SNMPv2-TC

16 objects
No module-level DESCRIPTION found.
Imported Objects
SNMPv2-SMITimeTicks
Type Definitions
NameSyntaxStatusDescription
AutonomousTypecurrentRepresents 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.
DateAndTimeOCTET STRING (SIZE (8 | 11))currentA 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…
DisplayStringOCTET STRING (SIZE (0..255))currentRepresents 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…
InstancePointerobsoleteA 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…
MacAddressOCTET STRING (SIZE (6))currentRepresents 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…
PhysAddressOCTET STRINGcurrentRepresents media- or physical-level addresses.
RowPointercurrentRepresents 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 …
RowStatusINTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) }currentThe 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 …
StorageTypeINTEGER { other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5) }currentDescribes 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…
TAddressOCTET STRING (SIZE (1..255))currentDenotes 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…
TDomaincurrentDenotes 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.
TestAndIncrINTEGER (0..2147483647)currentRepresents 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…
TimeIntervalINTEGER (0..2147483647)currentA period of time, measured in units of 0.01 seconds.
TimeStampTimeTickscurrentThe 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…
TruthValueINTEGER { true(1), false(2) }currentRepresents a boolean value.
VariablePointercurrentA pointer to a specific object instance. For example, sysContact.0 or ifInOctets.3.