All MIBs › CTATX-MIB › addrBlock
addrBlock
Module: CTATX-MIB
OID (symbolic): CTATX-MIB::addrBlock
OID (numeric): 1.3.6.1.4.1.97.3.5.53
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: A series of 0-700 octets, which represents 0-100 addresses. Each address consists of a 6 octet MacAddress followed by a 1 byte port number. If the port number is zero, then the address is that of a specially configured address; otherwise, the address is a dynamically learned address. This parameter is only used for dumping blocks of MAC addresses.
What is addrBlock?
This read-write OCTET STRING holds 0 to 700 octets representing up to 100 addresses, each encoded as a 6-octet MAC address followed by a 1-byte port number, where a port number of zero marks a specially configured address rather than a dynamically learned one. An administrator uses it as a bulk-transfer mechanism to pull large numbers of address entries in a single SNMP operation instead of walking them one at a time. For example, the admin uses addrBlock to dump 100 learned addresses in a single poll rather than issuing 100 separate addrIndex and addrOperation reads.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.97.3.5.53 snmpwalk -v2c -c public <target> CTATX-MIB::addrBlock
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.97.3.5.53.1 snmpget -v2c -c public <target> CTATX-MIB::addrBlock.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.97.3.5.53.1 s <value>
Start monitoring Cabletron/Enterasys ATX switch module with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CTATX-MIB::addrBlock OID value, configure state conditions and alerts, and monitor any Cabletron/Enterasys ATX switch module 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.3 | ecs_1 | CTATX-MIB |
| 1.3.6.1.4.1.97.3.5 | addr | CTATX-MIB |
| 1.3.6.1.4.1.97.3.5.53 | addrBlock | CTATX-MIB |