All MIBs › RFC1156-MIB › atEntry
atEntry
Module: RFC1156-MIB
OID (symbolic): RFC1156-MIB::atEntry
OID (numeric): 1.3.6.1.2.1.3.1.1
Node type: OBJECT-TYPE
Access: read-write
What is atEntry?
This is the conceptual row (entry) definition for the classic MIB-1 Address Translation Table (atTable), representing one row mapping a network address to a physical (MAC) address for a given interface; the source MIB provides no DESCRIPTION text for this row object beyond its SYNTAX and table linkage. Network management tools use this deprecated table to see IP-to-MAC address mappings, a role now largely superseded by the ARP table in newer MIBs. For illustration, walking this table on an older device would return rows pairing IP addresses with the corresponding Ethernet MAC addresses learned on each interface.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.3.1.1 snmpwalk -v2c -c public <target> RFC1156-MIB::atEntry
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.3.1.1.1 snmpget -v2c -c public <target> RFC1156-MIB::atEntry.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.3.1.1.1 s <value>
Start monitoring vendor-neutral, standards-based MIB, early TCP/IP hosts, routers, and gateways (legacy MIB-I object set) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the RFC1156-MIB::atEntry OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, early TCP/IP hosts, routers, and gateways (legacy MIB-I object set) from a single console.
OID Breakdown
Upper-level ancestors (8 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.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| 1.3.6.1.2.1.3 | at | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.3.1 | atTable | CHECKPOINT-MIB-2 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.3.1.1 | atEntry | RFC1156-MIB |