The maximum time in seconds which an entry in the
sysApplPastRunTable may exist before it is removed.
Any entry that is older than this value will be
removed (aged out) from the table.
Note that an entry may be aged out prior to reaching
this time limit if it is the oldest entry in the
table and must be removed to make space for a new
entry so as to not exceed sysApplPastRunMaxRows.
Parsed from file SYSAPPL-MIB.mib
Module: SYSAPPL-MIB
The maximum time in seconds which an entry in the
sysApplPastRunTable may exist before it is removed.
Any entry that is older than this value will be
removed (aged out) from the table.
Note that an entry may be aged out prior to reaching
this time limit if it is the oldest entry in the
table and must be removed to make space for a new
entry so as to not exceed sysApplPastRunMaxRows.
sysApplPastRunTblTimeLimit OBJECT-TYPE
SYNTAX Unsigned32 (0..
fffffffh)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The maximum time in seconds which an entry in the
sysApplPastRunTable may exist before it is removed.
Any entry that is older than this value will be
removed (aged out) from the table.
Note that an entry may be aged out prior to reaching
this time limit if it is the oldest entry in the
table and must be removed to make space for a new
entry so as to not exceed sysApplPastRunMaxRows."
DEFVAL { 7200 }
View at oid-info.com
The maximum time in seconds which an entry in the
sysApplPastRunTable may exist before it is removed.
Any entry that is older than this value will be
removed (aged out) from the table.
Note that an entry may be aged out prior to reaching
this time limit if it is the oldest entry in the
table and must be removed to make space for a new
entry so as to not exceed sysApplPastRunMaxRows.
Parsed from file rfc2287-System-Applications.mib.txt
Company: None
Module: SYSAPPL-MIB
The maximum time in seconds which an entry in the
sysApplPastRunTable may exist before it is removed.
Any entry that is older than this value will be
removed (aged out) from the table.
Note that an entry may be aged out prior to reaching
this time limit if it is the oldest entry in the
table and must be removed to make space for a new
entry so as to not exceed sysApplPastRunMaxRows.
sysApplPastRunTblTimeLimit OBJECT-TYPE SYNTAX Unsigned32 (0..'ffffffff'h) UNITS "seconds" MAX-ACCESS read-write STATUS current DESCRIPTION "The maximum time in seconds which an entry in the sysApplPastRunTable may exist before it is removed. Any entry that is older than this value will be removed (aged out) from the table. Note that an entry may be aged out prior to reaching this time limit if it is the oldest entry in the table and must be removed to make space for a new entry so as to not exceed sysApplPastRunMaxRows." DEFVAL { 7200 } ::= { sysApplRun 7 }
sysApplPastRunTblTimeLimit OBJECT-TYPE SYNTAX Gauge(0..4294967295) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum time in seconds which an entry in the sysApplPastRunTable may exist before it is removed. Any entry that is older than this value will be removed (aged out) from the table. Note that an entry may be aged out prior to reaching this time limit if it is the oldest entry in the table and must be removed to make space for a new entry so as to not exceed sysApplPastRunMaxRows." DEFVAL { 7200 } ::= { sysApplRun 7 }
Automatically extracted from Cisco "SNMP v2 MIBs".
sysApplPastRunTblTimeLimit OBJECT-TYPE SYNTAX Unsigned32 (0..'ffffffff'h) UNITS "seconds" MAX-ACCESS read-write STATUS current DESCRIPTION "The maximum time in seconds which an entry in the sysApplPastRunTable may exist before it is removed. Any entry that is older than this value will be removed (aged out) from the table. Note that an entry may be aged out prior to reaching this time limit if it is the oldest entry in the table and must be removed to make space for a new entry so as to not exceed sysApplPastRunMaxRows." DEFVAL { 7200 } ::= { sysApplRun 7 }
sysApplPastRunTblTimeLimit OBJECT-TYPE SYNTAX Unsigned32 (0..'ffffffff'h) UNITS "seconds" MAX-ACCESS read-write STATUS current DESCRIPTION "The maximum time in seconds which an entry in the sysApplPastRunTable may exist before it is removed. Any entry that is older than this value will be removed (aged out) from the table. Note that an entry may be aged out prior to reaching this time limit if it is the oldest entry in the table and must be removed to make space for a new entry so as to not exceed sysApplPastRunMaxRows." DEFVAL { 7200 } ::= { sysApplRun 7 }
Internet Assigned Numbers Authority
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.2.1.54.1.2.7.0 | sysApplPastRunTblTimeLimit | 0 | 0 | None |
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.2.1.54.1.2.1 | sysApplRunTable | 1 | 4 | The table describes the applications which are executing on the host. Each time an application is invoked, an entry is created i… |
1.3.6.1.2.1.54.1.2.2 | sysApplPastRunTable | 1 | 5 | A history of the applications that have previously run on the host computer. An entry's information is moved to this table from … |
1.3.6.1.2.1.54.1.2.3 | sysApplElmtRunTable | 1 | 13 | The table describes the processes which are currently executing on the host system. Each entry represents a running process and i… |
1.3.6.1.2.1.54.1.2.4 | sysApplElmtPastRunTable | 1 | 12 | The table describes the processes which have previously executed on the host system as part of an application. Each entry represe… |
1.3.6.1.2.1.54.1.2.5 | sysApplPastRunMaxRows | 1 | 1 | The maximum number of entries allowed in the sysApplPastRunTable. Once the number of rows in the sysApplPastRunTable reaches thi… |
1.3.6.1.2.1.54.1.2.6 | sysApplPastRunTableRemItems | 1 | 1 | A counter of the number of entries removed from the sysApplPastRunTable because of table size limitations as set in sysApplPastRu… |
1.3.6.1.2.1.54.1.2.8 | sysApplElemPastRunMaxRows | 1 | 1 | The maximum number of entries allowed in the sysApplElmtPastRunTable. Once the number of rows in the sysApplElmtPastRunTable rea… |
1.3.6.1.2.1.54.1.2.9 | sysApplElemPastRunTableRemItems | 1 | 1 | A counter of the number of entries removed from the sysApplElemPastRunTable because of table size limitations as set in sysApplEl… |
1.3.6.1.2.1.54.1.2.10 | sysApplElemPastRunTblTimeLimit | 1 | 1 | The maximum time in seconds which an entry in the sysApplElemPastRunTable may exist before it is removed. Any entry that is older… |
1.3.6.1.2.1.54.1.2.11 | sysApplAgentPollInterval | 1 | 1 | The minimum interval in seconds that the management subsystem implementing this MIB will poll the status of the managed resources… |