All MIBs › CT-ELS100-MIB › kxaddrNext
kxaddrNext
Module: CT-ELS100-MIB
OID (symbolic): CT-ELS100-MIB::kxaddrNext
OID (numeric): 1.3.6.1.4.1.97.8.5.10
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The next value to use for addrIndex, when you use read-next or read-block operations to read the address table. When the ELS-100 boots, addrNext is initialized to -1.
What is kxaddrNext?
This read-write INTEGER reports, and can be set to, the next index value to use for a subsequent read-next or read-block operation on the address table, and is initialized to -1 when the ELS-100 boots. An admin's script uses the value returned in kxaddrNext after each read-next operation to know exactly what index to use for the following one, allowing sequential traversal of the full address table. For example, after reading one address table entry via read-next, a script would copy the returned kxaddrNext value into kxaddrIndex before issuing the next read-next request to continue walking the table.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.97.8.5.10 snmpwalk -v2c -c public <target> CT-ELS100-MIB::kxaddrNext
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.97.8.5.10.1 snmpget -v2c -c public <target> CT-ELS100-MIB::kxaddrNext.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.97.8.5.10.1 i <value>
Start monitoring Cabletron ELS100 series Ethernet switch (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CT-ELS100-MIB::kxaddrNext OID value, configure state conditions and alerts, and monitor any Cabletron ELS100 series Ethernet switch (legacy) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.97 | sigma | CT-ELS10-27-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.97.8 | els_100 | CT-ELS100-MIB |
| 1.3.6.1.4.1.97.8.5 | kxaddr | CT-ELS100-MIB |
| 1.3.6.1.4.1.97.8.5.10 | kxaddrNext | CT-ELS100-MIB |