Reference record for OID 1.3.6.1.4.1.232.101.1.3.8.3



parent
1.3.6.1.4.1.232.101.1.3.8 (n2feMemoryInfo)
node code
3
node name
n2feMemAllocFailure
dot oid
1.3.6.1.4.1.232.101.1.3.8.3
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) compaq(232) compaqProducts(101) compaqConcentrators(1) compaqN2000FE(3) n2feMemoryInfo(8) n2feMemAllocFailure(3)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) compaq(232) compaq-dallas-ipg(101) compaqConcentrators(1) compaqN2000FE(3) n2feMemoryInfo(8) n2feMemAllocFailure(3)}
  • ...skipped...
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) hp(232) compaq-dallas-ipg(101) compaqConcentrators(1) compaqN2000FE(3) n2feMemoryInfo(8) n2feMemAllocFailure(3)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) hp(232) compaq-dallas-npd(101) compaqConcentrators(1) compaqN2000FE(3) n2feMemoryInfo(8) n2feMemAllocFailure(3)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) compaq(232) compaqProducts(101) compaqConcentrators(1) compaqN2000FE(3) n2feMemoryInfo(8) n2feMemAllocFailure(3)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) compaq(232) compaq-dallas-ipg(101) compaqConcentrators(1) compaqN2000FE(3) n2feMemoryInfo(8) n2feMemAllocFailure(3)}
  • ...skipped...
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) hp(232) compaq-dallas-ipg(101) compaqConcentrators(1) compaqN2000FE(3) n2feMemoryInfo(8) n2feMemAllocFailure(3)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) hp(232) compaq-dallas-npd(101) compaqConcentrators(1) compaqN2000FE(3) n2feMemoryInfo(8) n2feMemAllocFailure(3)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/compaq/compaqProducts/compaqConcentrators/compaqN2000FE/n2feMemoryInfo/n2feMemAllocFailure
  • /iso/identified-organization/dod/internet/private/enterprise/compaq/compaq-dallas-ipg/compaqConcentrators/compaqN2000FE/n2feMemoryInfo/n2feMemAllocFailure
  • ...skipped...
  • /iso/org/dod/internet/private/enterprise/hp/compaq-dallas-ipg/compaqConcentrators/compaqN2000FE/n2feMemoryInfo/n2feMemAllocFailure
  • /iso/org/dod/internet/private/enterprise/hp/compaq-dallas-npd/compaqConcentrators/compaqN2000FE/n2feMemoryInfo/n2feMemAllocFailure
  • /iso/org/dod/internet/private/enterprises/compaq/compaqProducts/compaqConcentrators/compaqN2000FE/n2feMemoryInfo/n2feMemAllocFailure
  • /iso/org/dod/internet/private/enterprises/compaq/compaq-dallas-ipg/compaqConcentrators/compaqN2000FE/n2feMemoryInfo/n2feMemAllocFailure
  • ...skipped...
  • /iso/iso-identified-organization/dod/internet/private/enterprises/hp/compaq-dallas-ipg/compaqConcentrators/compaqN2000FE/n2feMemoryInfo/n2feMemAllocFailure
  • /iso/iso-identified-organization/dod/internet/private/enterprises/hp/compaq-dallas-npd/compaqConcentrators/compaqN2000FE/n2feMemoryInfo/n2feMemAllocFailure
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/232/101/1/3/8/3

    Description by mibdepot

    The time, in seconds since the agent became active, of the
    last RMON memory allocation failure that resulted from no more
    memory available in the requested pool.

    The agent organizes RMON memory into 4 pools corresponding to
    the RMON groups it supports: Statistics, History, Alarm, and
    Event. Memory failure can occur for each group as follows:
    Statistics: too many etherStatsTable entries defined.
    History: too many historyControlTable entries defined, or
    an entry's historyControlBucketsRequested too large.
    Alarm: too many alarmTable entries defined.
    Event: too many eventTable entries defined, or too many
    entries logged to logTable.

    To change the amount of memory allocated to a pool, modify the
    appropriate n2feMemoryCeiling object. The total of
    the 4 ceilings cannot exceed nw2RmonMemoryCeiling.

    Note on historyControlTable bucket allocation: On power-up, the
    agent grants historyControlTable buckets for each entry according
    to its historyControlBucketsRequested. The number of buckets
    granted may not match the previous historyControlBucketsGranted
    if n2feHistoryMemoryCeiling was reconfigured. Starting with the
    first historyControlTable entry, the agent attempts to grant the
    entire number of buckets requested. If all buckets can be granted,
    an etherHistoryTable entry is created, and the agent proceeds
    to the next historyControlTable entry. This continues until the
    agent cannot grant all of the requested buckets. The agent will
    create an etherHistoryTable entry if at least some of the buckets
    were granted. After that, no more entries are created.

    Parsed from file Compaq-n2fe.mib.txt
    Company: compaq
    Module: CPQN2FE-MIB

    Information by mibdepot

    n2feMemAllocFailure OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The time, in seconds since the agent became active, of the last RMON memory allocation failure that resulted from no more memory available in the requested pool. The agent organizes RMON memory into 4 pools corresponding to the RMON groups it supports: Statistics, History, Alarm, and Event. Memory failure can occur for each group as follows: Statistics: too many etherStatsTable entries defined. History: too many historyControlTable entries defined, or an entry's historyControlBucketsRequested too large. Alarm: too many alarmTable entries defined. Event: too many eventTable entries defined, or too many entries logged to logTable. To change the amount of memory allocated to a pool, modify the appropriate n2feMemoryCeiling object. The total of the 4 ceilings cannot exceed nw2RmonMemoryCeiling. Note on historyControlTable bucket allocation: On power-up, the agent grants historyControlTable buckets for each entry according to its historyControlBucketsRequested. The number of buckets granted may not match the previous historyControlBucketsGranted if n2feHistoryMemoryCeiling was reconfigured. Starting with the first historyControlTable entry, the agent attempts to grant the entire number of buckets requested. If all buckets can be granted, an etherHistoryTable entry is created, and the agent proceeds to the next historyControlTable entry. This continues until the agent cannot grant all of the requested buckets. The agent will create an etherHistoryTable entry if at least some of the buckets were granted. After that, no more entries are created." ::= { n2feMemoryInfo 3 }

    Information by oid_info

    Child arc 0 is used to translate between SNMPv1 and SNMPv2 notification parameters as explained in IETF RFC 2576, section 3.

    Children (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.232.101.1.3.8.3.0 n2feMemAllocFailure 0 0 None

    Brothers (12)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.232.101.1.3.8.1 n2feCreateTimeout 1 1 The minimum number of 5 minute intervals a table entry can
    have a status of underCreate before the agent may delete the
    object. …
    1.3.6.1.4.1.232.101.1.3.8.2 n2feMaxMemory 1 1 DURABLE: Kbytes of memory that can be used for RMON.
    1.3.6.1.4.1.232.101.1.3.8.4 n2feRmonMemoryCeiling 1 1 DURABLE: Kbytes of memory RMON code may use not counting any
    overhead. Attempts to set this object to a value greater than
    n2fe…
    1.3.6.1.4.1.232.101.1.3.8.5 n2feStatisticsMemoryCeiling 1 1 DURABLE: Kbytes that the statistics group may use.
    1.3.6.1.4.1.232.101.1.3.8.6 n2feHistoryMemoryCeiling 1 1 DURABLE: Kbytes that the history group may use.
    1.3.6.1.4.1.232.101.1.3.8.7 n2feAlarmMemoryCeiling 1 1 DURABLE: Kbytes that the alarm group may use.
    1.3.6.1.4.1.232.101.1.3.8.8 n2feEventMemoryCeiling 1 1 DURABLE: Kbytes that the event group may use.
    1.3.6.1.4.1.232.101.1.3.8.9 n2feRmonMemoryUsed 1 1 High watermark, in Kbytes of memory, that RMON has used.
    1.3.6.1.4.1.232.101.1.3.8.10 n2feStatisticsMemoryUsed 1 1 High watermark, in Kbytes of memory, that the statistics
    group has used.
    1.3.6.1.4.1.232.101.1.3.8.11 n2feHistoryMemoryUsed 1 1 High watermark, in Kbytes of memory, that the history group
    has used.
    1.3.6.1.4.1.232.101.1.3.8.12 n2feAlarmMemoryUsed 1 1 High watermark, in Kbytes of memory, that the alarm group has used.
    1.3.6.1.4.1.232.101.1.3.8.13 n2feEventMemoryUsed 1 1 High watermark, in Kbytes of memory, that the event group has used.