All MIBs › IPAD-MIB › ipadUserIPStatDiscardType
ipadUserIPStatDiscardType
Module: IPAD-MIB
OID (symbolic): IPAD-MIB::ipadUserIPStatDiscardType
OID (numeric): 1.3.6.1.4.1.321.100.1.6.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
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).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.321.100.1.6.8 snmpwalk -v2c -c public <target> IPAD-MIB::ipadUserIPStatDiscardType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.321.100.1.6.8.1 snmpget -v2c -c public <target> IPAD-MIB::ipadUserIPStatDiscardType.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.321.100.1.6.8.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.321 | verilink | DS8200v2-TC-MIB |
| 1.3.6.1.4.1.321.100 | hbu | DS8200v2-TC-MIB |
| 1.3.6.1.4.1.321.100.1 | ipad | IPAD-MIB |
| 1.3.6.1.4.1.321.100.1.6 | ipadUser | IPAD-MIB |
| 1.3.6.1.4.1.321.100.1.6.8 | ipadUserIPStatDiscardType | IPAD-MIB |