All MIBs › RMON2-MIB › addressMapInserts
addressMapInserts
Module: RMON2-MIB
OID (symbolic): RMON2-MIB::addressMapInserts
OID (numeric): 1.3.6.1.2.1.16.13.1
Node type: OBJECT-TYPE
Type: Counter32
Access: read-only
Description:
The number of times an address mapping entry has been inserted into the addressMapTable. If an entry is inserted, then deleted, and then inserted, this counter will be incremented by 2.
Note that the table size can be determined by subtracting addressMapDeletes from addressMapInserts.
What is addressMapInserts?
This counter tracks how many new address mapping entries have been created as devices are discovered on the network. Each time a new device sends traffic using a monitored protocol, this counter increments once. Subtracting address-map deletes from this count gives the current number of known devices on the network.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.16.13.1 snmpwalk -v2c -c public <target> RMON2-MIB::addressMapInserts
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.16.13.1.1 snmpget -v2c -c public <target> RMON2-MIB::addressMapInserts.1
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.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.16 | rmon | LBHUB-BOOM-MIB |
| 1.3.6.1.2.1.16.13 | addressMap | RMON2-MIB |
| 1.3.6.1.2.1.16.13.1 | addressMapInserts | RMON2-MIB |