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
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | byTime |
2 | byFrames |
3 | byOctets |