RC-ARP-MIB

MIB Reference — IPNetwork Monitor

All MIBsRC-ARP-MIB

Organization: Bay Networks, Rapid-City Group

Last Updated: 2007-06-27

Category: Nortel Enterprise Data

Description:

Manages ARP table entries, proxy ARP, and gratuitous ARP configuration on Bay Networks Rapid-City series switches.

Imported Objects

From IF-MIB

InterfaceIndex

From RAPID-CITY

IdList
PortSet
rcArpOBJECT-IDENTITY
rcIpOBJECT-IDENTITY

From SNMPv2-SMI

Integer32
IpAddress
MODULE-IDENTITY
OBJECT-TYPE

From SNMPv2-TC

MacAddress
RowStatus

What Is RC-ARP-MIB?

RC-ARP-MIB is a Bay Networks/Nortel enterprise MIB for the Accelar (Rapid-City) series of Layer 3 switches, extending standard ARP management with vendor-specific configuration objects. It exposes per-interface ARP behavior settings such as proxy ARP, ARP response, and flood behavior, along with a versioned table mapping interfaces to their associated IP addresses. Its monitoring value is mostly configuration/state-oriented rather than hardware health: an administrator can check whether proxy ARP or flooding is enabled on a given interface and confirm the configured ARP entry lifetime, which helps diagnose IP address-resolution issues on the switch. It builds on and complements the standard IETF ARP/IP MIBs (ipNetToMedia/ARP tables) by adding Accelar-specific controls layered on ifIndex. It is typically deployed on Bay Networks/Nortel Accelar (Rapid-City) Layer 3 switches in campus or enterprise network cores, where RC-ARP-MIB SNMP monitoring helps confirm ARP behavior is tuned correctly per interface.

IPNetwork Monitor allows you to monitor SNMP objects defined in RC-ARP-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • proxy ARP enable/disable per interface
  • ARP response and flood behavior per interface
  • ARP entry lifetime/timeout
  • per-interface IP address to ARP mapping

Supported Devices

  • Bay Networks/Nortel Accelar (Rapid-City) Layer 3 switches

Monitoring Examples

An admin would check rcArpExtTable/rcArpExtEntry, keyed by rcArpExtEntIfIndex, to see whether rcArpExtEntDoProxy, rcArpExtEntDoResp, or rcArpExtEntDoFlood are enabled on a given interface, and cross-reference rcArpExtV2Table for its IP-address-specific counterpart via rcArpExtV2EntIpIfAddr. Combined with rcArpExtLifeTime (the configured ARP entry timeout), this reveals whether stale or duplicate ARP behavior on a subnet is due to misconfigured proxy ARP rather than a genuine network fault. Disabling rcArpExtEntDoFlood unexpectedly, for instance, could explain why certain hosts stop resolving MAC addresses on that interface.

OIDs
OID symbolicOID numericTypeAccessDescription
rcIpMulticastArpTable1.3.6.1.4.1.2272.1.8.17not-accessibleIP Multicast Arp table
rcIpMulticastArpEntry1.3.6.1.4.1.2272.1.8.17.1not-accessibleAn entry of Ip Multicast Arp Table.
I32 rcIpMulticastArpVlanId1.3.6.1.4.1.2272.1.8.17.1.1Integer32read-onlyvlan id
MAC rcIpMulticastArpMacAddress1.3.6.1.4.1.2272.1.8.17.1.2MacAddressread-onlymulticast mac address
IP rcIpMulticastArpIpAddress1.3.6.1.4.1.2272.1.8.17.1.3IpAddressread-onlymulticast ip address
POR rcIpMulticastArpPorts1.3.6.1.4.1.2272.1.8.17.1.4PortSetread-writeports within a particular vlan
I32 rcIpMulticastArpNumMltIds1.3.6.1.4.1.2272.1.8.17.1.5Integer32read-onlynumber of mlt ids
IDL rcIpMulticastArpMltIds1.3.6.1.4.1.2272.1.8.17.1.6IdListread-writemlt id
ROW rcIpMulticastArpRowStatus1.3.6.1.4.1.2272.1.8.17.1.7RowStatusread-writerow status
rcArpMib1.3.6.1.4.1.2272.1.9.0Enterprise MIB for the Accelar product family.
I32 rcArpExtLifeTime1.3.6.1.4.1.2272.1.9.1Integer32read-writeThe lifetime in minutues of an ARP entry within the system.
rcArpExtTable1.3.6.1.4.1.2272.1.9.2not-accessibleARP extension table. This table augments the standard ipNetToMediaTable defined in RFC1213.
rcArpExtEntry1.3.6.1.4.1.2272.1.9.2.1not-accessibleEntry containing Proprietary ARP information. An entry is automatically created in this table when an ip address is configured on an interface.
NUM rcArpExtEntIfIndex1.3.6.1.4.1.2272.1.9.2.1.1InterfaceIndexread-onlyThe index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
INT rcArpExtEntDoProxy1.3.6.1.4.1.2272.1.9.2.1.2INTEGERread-writeEnable or disable ARP proxy responses on the specified interface.
INT rcArpExtEntDoResp1.3.6.1.4.1.2272.1.9.2.1.3INTEGERread-writeEnable or disable the sending of ARP responses on the specified interface.
INT rcArpExtEntDoFlood1.3.6.1.4.1.2272.1.9.2.1.4INTEGERread-writeEnable or disable flooding of ARP responses for NLBS Virtual Mac on the specified interface.
rcArpExtV2Table1.3.6.1.4.1.2272.1.9.3not-accessibleARP extension table. This table augments the standard ipNetToMediaTable defined in RFC1213.
rcArpExtV2Entry1.3.6.1.4.1.2272.1.9.3.1not-accessibleEntry containing Proprietary ARP information. An entry is automatically created in this table when an ip address is configured on an interface.
NUM rcArpExtV2EntIfIndex1.3.6.1.4.1.2272.1.9.3.1.1InterfaceIndexread-onlyThe index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
IP rcArpExtV2EntIpIfAddr1.3.6.1.4.1.2272.1.9.3.1.2IpAddressread-onlyIp Address
INT rcArpExtV2EntDoProxy1.3.6.1.4.1.2272.1.9.3.1.3INTEGERread-writeEnable or disable ARP proxy responses on the specified interface.
INT rcArpExtV2EntDoResp1.3.6.1.4.1.2272.1.9.3.1.4INTEGERread-writeEnable or disable the sending of ARP responses on the specified interface.
INT rcArpExtMulticastMacFlooding1.3.6.1.4.1.2272.1.9.4INTEGERread-writeEnable/Disable Multicast Mac Flooding Mode

RFC description

Vendor-private MIB for Bay Networks/Nortel Accelar product family managing ARP functionality including multicast ARP and VLAN configurations.

Start monitoring Bay Networks/Nortel Accelar (Rapid-City) Layer 3 switch (proxy ARP/flood behavior configuration) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download RC-ARP-MIB