ipadUserIPStatDiscardType
IPADv2-MIB ·
.1.3.6.1.4.1.321.100.1.6.8
Object
scalar
r/w
Enumeration
The internal table used to track TopN statistics is finite in size. On the condition when the internal table is full and a new IP address is encountered, an element already existing in the table must be removed. This variable determines the manner of selection. Writing byTime(1) will cause the entry with the least recent frame to be discarded. That is, all other entries in the table will have transmitted or received at least one packet more recently. Writing byFrames(2) will select the entry with the fewest transmitted or received frames. Writing byOctets(3) will select the entry with the fewest transmitted or received octets. The default is byTime(1).
Context
- MIB
- IPADv2-MIB
- OID
.1.3.6.1.4.1.321.100.1.6.8- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ipadUser
- Siblings
- 7
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | byTime |
2 | byFrames |
3 | byOctets |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ipadUserTable Table of user selected parameters. | table | - | .1.3.6.1.4.1.321.100.1.6.1 |
| ipadUserIPStatTimeRemaining Specifies seconds until the next IP TopN report is generated. | scalar | Integer32 | .1.3.6.1.4.1.321.100.1.6.2 |
| ipadUserIPStatTimeDuration The value of TimeRemaining when TimeRemaining was last set. Indicates
the number of seconds that the next IP TopN report will cover. | scalar | Integer32 | .1.3.6.1.4.1.321.100.1.6.3 |
| ipadUserIPStatStartTime The value of SysUpTime when TimeRemaining was last set. | scalar | SNMPv2-SMITimeTicks | .1.3.6.1.4.1.321.100.1.6.4 |
| ipadUserIPStatRequestedReportSize Determines the requested maximum number of entries in the
topN report. | scalar | Integer32 | .1.3.6.1.4.1.321.100.1.6.5 |
| ipadUserIPStatGrantedReportSize Determines the granted number of entries in the
topN report. This is by definition less than or equal
to requested report size. | scalar | Integer32 | .1.3.6.1.4.1.321.100.1.6.6 |
| ipadUserIPStatReportNumber Specifies the number of reports that have been generated.
This value resets to zero when the unit is restarted. | scalar | Integer32 | .1.3.6.1.4.1.321.100.1.6.7 |