Fore-Adapter-MIB

MIB Reference — IPNetwork Monitor

All MIBsFore-Adapter-MIB

Organization: FORE

Last Updated: 1999-11-05

Category: ATM, Vendor: Fore Systems (ATM)

Description:

Fore Systems ATM adapter card MIB providing hardware inventory and status objects for ForeRunner ATM adapter modules.

Imported Objects

From Fore-Common-MIB

EntryStatus
NsapAddr
SpansAddress
systemsOBJECT-IDENTITY

From SNMPv2-SMI

Counter32
Gauge32
Integer32
IpAddress
MODULE-IDENTITY
OBJECT-TYPE
TimeTicks

From SNMPv2-TC

DisplayString
RowStatus

What Is Fore-Adapter-MIB?

Fore-Adapter-MIB is a private enterprise MIB from Fore Systems (later part of Marconi/GE) covering the ForeRunner family of ATM network adapter cards used in servers and workstations for ATM connectivity. It exposes hardware inventory and status data for each adapter, including serial number, hardware/firmware/software version strings, hardware speed, and buffer/queue sizing for transmit and receive paths. This is squarely a hardware and firmware monitoring MIB: it lets an operator verify the adapter's installed firmware/software version, confirm hardware revision and link speed, and track transmit/receive buffer and queue depth as an indicator of card health or congestion. It groups adapter data alongside PHY-layer and ATM-layer groups, indicating dependency on standard ATM/PHY MIB conventions (e.g., RFC 1695-style ATM MIB concepts) for the lower-layer statistics. It is typically deployed on servers or workstations of the 1990s–2000s era equipped with ForeRunner ATM network interface cards. Engineers can download the Fore-Adapter-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in Fore-Adapter-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

  • adapter serial number
  • hardware/firmware/software version
  • hardware link speed
  • transmit/receive buffer size
  • transmit/receive queue length

Supported Devices

  • Fore Systems ForeRunner ATM network adapter card

Monitoring Examples

An administrator would poll adapterTable/adapterEntry, keyed by adapterInterface, to read adapterSerialNumber, adapterHardwareVersion, and adapterFirmwareVersion/adapterSoftwareVersion to confirm the exact card and firmware revision installed before a driver upgrade. Comparing adapterTransmitQueueLength and adapterReceiveQueueLength against adapterTransmitBufferSize/adapterReceiveBufferSize over time can reveal queue buildup indicating the adapter is struggling to keep up with ATM cell traffic. adapterHardwareSpeed confirms the negotiated line rate matches expectations. The phyLayerGroup and atmLayerGroup objects would additionally be polled for physical-layer and ATM cell-layer statistics.

OIDs
OID symbolicOID numericTypeAccessDescription
atmAdapter1.3.6.1.4.1.326.2.1Fore Atm Adapter MIB
adapterGroup1.3.6.1.4.1.326.2.1.1
adapterTable1.3.6.1.4.1.326.2.1.1.1not-accessibleA table of adapter information.
adapterEntry1.3.6.1.4.1.326.2.1.1.1.1not-accessibleA table entry containing adapter information.
I32 adapterInterface1.3.6.1.4.1.326.2.1.1.1.1.1Integer32read-onlyThe ifIndex corresponding to this ATM adapter.
I32 adapterSerialNumber1.3.6.1.4.1.326.2.1.1.1.1.2Integer32read-onlyThe serial number of the ATM adapter hardware.
I32 adapterHardwareVersion1.3.6.1.4.1.326.2.1.1.1.1.3Integer32read-onlyThe version of the ATM adapter hardware. The version number is encoded into 6 hex digits. For example, version 1.1 is encoded as 0x010100.
I32 adapterHardwareSpeed1.3.6.1.4.1.326.2.1.1.1.1.4Integer32read-onlyThe speed of the ATM adapter hardware.
I32 adapterFirmwareVersion1.3.6.1.4.1.326.2.1.1.1.1.5Integer32read-onlyThe version of the ATM adapter firmware. The version number is encoded into 6 hex digits. For example, version 1.1 is encoded as 0x010100.
I32 adapterSoftwareVersion1.3.6.1.4.1.326.2.1.1.1.1.6Integer32read-onlyThe version of the ATM adapter software. The version number is encoded into 6 hex digits. For example, version 2.2.0 is encoded as 0x020200.
I32 adapterTransmitBufferSize1.3.6.1.4.1.326.2.1.1.1.1.7Integer32read-onlyThe size of the transmit buffer, in cells.
G32 adapterTransmitQueueLength1.3.6.1.4.1.326.2.1.1.1.1.8Gauge32read-onlyThe number of cells in the transmit buffer.
I32 adapterReceiveBufferSize1.3.6.1.4.1.326.2.1.1.1.1.9Integer32read-onlyThe size of the receive buffer, in cells.
G32 adapterReceiveQueueLength1.3.6.1.4.1.326.2.1.1.1.1.10Gauge32read-onlyThe number of cells in the receive buffer.
INT adapterOperStatus1.3.6.1.4.1.326.2.1.1.1.1.11INTEGERread-onlyThe current operational state of the adapter.
INT adapterCarrier1.3.6.1.4.1.326.2.1.1.1.1.12INTEGERread-onlyThe presence or absence of carrier on the link.
ADR adapterAddress1.3.6.1.4.1.326.2.1.1.1.1.13SpansAddressread-onlyThe address of this ATM adapter.
TIK adapterUptime1.3.6.1.4.1.326.2.1.1.1.1.14TimeTicksread-onlyThe length of time this ATM adapter has been up, in hundredths of a second.
INT adapterPhyLayer1.3.6.1.4.1.326.2.1.1.1.1.15INTEGERread-onlyThe physical layer of the adapter.
INT adapterType1.3.6.1.4.1.326.2.1.1.1.1.16INTEGERread-onlyThe hardware type of the adapter.
STR adapterFirmwareVersionText1.3.6.1.4.1.326.2.1.1.1.1.17DisplayStringread-onlyThe version of the ATM adapter firmware. This object provides text information about the internal software configuration that was used when the firmware was built.
STR adapterSoftwareVersionText1.3.6.1.4.1.326.2.1.1.1.1.18DisplayStringread-onlyThe version of the ATM adapter software. This object provides text information about the internal software configuration that was used when the ATM adapter software was built.
phyLayerGroup1.3.6.1.4.1.326.2.1.2
phyLayerTable1.3.6.1.4.1.326.2.1.2.1not-accessibleA table of adapter physical layer information.
phyLayerEntry1.3.6.1.4.1.326.2.1.2.1.1not-accessibleA table entry containing adapter physical layer information.
I32 phyLayerInterface1.3.6.1.4.1.326.2.1.2.1.1.1Integer32read-onlyThis object identifies the ATM adapter.
C32 phyLayerFramingErrors1.3.6.1.4.1.326.2.1.2.1.1.2Counter32read-onlyThe number of ATM cells received with incorrect physical layer framing.
C32 phyLayerHeaderCRCErrors1.3.6.1.4.1.326.2.1.2.1.1.3Counter32read-onlyThe number of ATM cells received with bad header CRCs.
atmLayerGroup1.3.6.1.4.1.326.2.1.3
atmLayerTable1.3.6.1.4.1.326.2.1.3.1not-accessibleA table of ATM layer information.
atmLayerEntry1.3.6.1.4.1.326.2.1.3.1.1not-accessibleA table entry containing ATM layer information.
I32 atmInterface1.3.6.1.4.1.326.2.1.3.1.1.1Integer32read-onlyThis object identifies the ATM interface.
C32 atmTransmittedCells1.3.6.1.4.1.326.2.1.3.1.1.2Counter32read-onlyThe number of ATM cells transmitted.
C32 atmReceivedCells1.3.6.1.4.1.326.2.1.3.1.1.3Counter32read-onlyThe number of ATM cells received.
C32 atmOutOfRangeVPIs1.3.6.1.4.1.326.2.1.3.1.1.4Counter32read-onlyThe number of ATM cells received with VPI values that were out of range.
C32 atmUnconnectedVPIs1.3.6.1.4.1.326.2.1.3.1.1.5Counter32read-onlyThe number of ATM cells received with VPI values that were in range but did not correspond to active connections.
C32 atmOutOfRangeVCIs1.3.6.1.4.1.326.2.1.3.1.1.6Counter32read-onlyThe number of ATM cells received with VCI values that were out of range.
C32 atmUnconnectedVCIs1.3.6.1.4.1.326.2.1.3.1.1.7Counter32read-onlyThe number of ATM cells received with VCI values that were in range but did not correspond to active connections.
aalGroup1.3.6.1.4.1.326.2.1.4
aal4Table1.3.6.1.4.1.326.2.1.4.1not-accessibleA table of ATM adaptation layer type 3/4 information.
aal4Entry1.3.6.1.4.1.326.2.1.4.1.1not-accessibleA table entry containing ATM adaptation layer type 3/4 information.
I32 aal4Interface1.3.6.1.4.1.326.2.1.4.1.1.1Integer32read-onlyThis object identifies the ATM interface.
C32 aal4TransmittedCells1.3.6.1.4.1.326.2.1.4.1.1.2Counter32read-onlyThe number of AAL type 4 cells transmitted.
C32 aal4ReceivedCells1.3.6.1.4.1.326.2.1.4.1.1.3Counter32read-onlyThe number of AAL type 4 cells received.
C32 aal4TransmittedPDUs1.3.6.1.4.1.326.2.1.4.1.1.4Counter32read-onlyThe number of AAL type 4 protocol data units (PDUs) transmitted.
C32 aal4ReceivedPDUs1.3.6.1.4.1.326.2.1.4.1.1.5Counter32read-onlyThe number of AAL type 4 protocol data units (PDUs) received.
C32 aal4PayloadCRCErrors1.3.6.1.4.1.326.2.1.4.1.1.6Counter32read-onlyThe number of ATM cells received with payload CRC errors.
C32 aal4SARProtocolErrors1.3.6.1.4.1.326.2.1.4.1.1.7Counter32read-onlyThe number of ATM cells that the adaptation layer rejected due to SAR layer protocol errors.
C32 aal4CSProtocolErrors1.3.6.1.4.1.326.2.1.4.1.1.8Counter32read-onlyThe number of ATM cells that the adaptation layer rejected due to CS layer protocol errors.
C32 aal4CellsDiscards1.3.6.1.4.1.326.2.1.4.1.1.9Counter32read-onlyThe number of ATM cells that the adaptation layer discarded in the course of dropping partially reassembled PDUs.
C32 aal4PDUsDiscards1.3.6.1.4.1.326.2.1.4.1.1.10Counter32read-onlyThe number of CS-PDUs that the adaptation layer discarded due to queue overflows.
aal5Table1.3.6.1.4.1.326.2.1.4.2not-accessibleA table of ATM adaptation layer type 5 information.
aal5Entry1.3.6.1.4.1.326.2.1.4.2.1not-accessibleA table entry containing ATM adaptation layer type 5 information.
I32 aal5Interface1.3.6.1.4.1.326.2.1.4.2.1.1Integer32read-onlyThis object identifies the ATM interface.
C32 aal5TransmittedCells1.3.6.1.4.1.326.2.1.4.2.1.2Counter32read-onlyThe number of AAL type 5 cells transmitted.
C32 aal5ReceivedCells1.3.6.1.4.1.326.2.1.4.2.1.3Counter32read-onlyThe number of AAL type 5 cells received.
C32 aal5TransmittedPDUs1.3.6.1.4.1.326.2.1.4.2.1.4Counter32read-onlyThe number of AAL type 5 protocol data units (PDUs) transmitted.
C32 aal5ReceivedPDUs1.3.6.1.4.1.326.2.1.4.2.1.5Counter32read-onlyThe number of AAL type 5 protocol data units received.
C32 aal5CRCErrors1.3.6.1.4.1.326.2.1.4.2.1.6Counter32read-onlyThe number of CS-PDUs received with protocol data unit CRC errors.
C32 aal5CSProtocolErrors1.3.6.1.4.1.326.2.1.4.2.1.7Counter32read-onlyThe number of CS-PDUs that the adaptation layer rejected due to CS layer protocol errors.
C32 aal5CellsDiscards1.3.6.1.4.1.326.2.1.4.2.1.8Counter32read-onlyThe number of ATM cells that the adaptation layer discarded in the course of dropping partially reassembled PDUs.
C32 aal5PDUsDiscards1.3.6.1.4.1.326.2.1.4.2.1.9Counter32read-onlyThe number of CS-PDUs that the adaptation layer discarded.
aal0Table1.3.6.1.4.1.326.2.1.4.3not-accessibleA table of ATM adaptation layer type 0 (user defined adaptation layer) information.
aal0Entry1.3.6.1.4.1.326.2.1.4.3.1not-accessibleA table entry containing ATM adaptation layer type 0 (user defined adaptation layer) information.
I32 aal0Interface1.3.6.1.4.1.326.2.1.4.3.1.1Integer32read-onlyThis object identifies the ATM interface.
C32 aal0TransmittedCells1.3.6.1.4.1.326.2.1.4.3.1.2Counter32read-onlyThe number of AAL type 0 cells transmitted.
C32 aal0ReceivedCells1.3.6.1.4.1.326.2.1.4.3.1.3Counter32read-onlyThe number of AAL type 0 cells received.
C32 aal0CellsDiscards1.3.6.1.4.1.326.2.1.4.3.1.4Counter32read-onlyThe number of ATM cells that the adaptation layer discarded in the course of dropping partially reassembled PDUs.
connGroup1.3.6.1.4.1.326.2.1.5
connTable1.3.6.1.4.1.326.2.1.5.1not-accessibleA table of information about ATM connections.
connEntry1.3.6.1.4.1.326.2.1.5.1.1not-accessibleA table entry containing information about an ATM connection.
I32 connInterface1.3.6.1.4.1.326.2.1.5.1.1.1Integer32read-onlyThis object identifies the ATM interface.
INT connDirection1.3.6.1.4.1.326.2.1.5.1.1.2INTEGERread-onlyThe direction of this connection.
I32 connVPI1.3.6.1.4.1.326.2.1.5.1.1.3Integer32read-onlyThe Virtual Path Identifier for this connection.
I32 connVCI1.3.6.1.4.1.326.2.1.5.1.1.4Integer32read-onlyThe Virtual Channel Identifier for this connection.
I32 connLocalSAP1.3.6.1.4.1.326.2.1.5.1.1.5Integer32read-onlyThe local SAP for this connection.
I32 connRemoteSAP1.3.6.1.4.1.326.2.1.5.1.1.6Integer32read-onlyThe remote SAP for this connection.
ADR connRemoteAddress1.3.6.1.4.1.326.2.1.5.1.1.7SpansAddressread-onlyThe ATM address of the remote end of this connection.
I32 connPeakBandwidth1.3.6.1.4.1.326.2.1.5.1.1.8Integer32read-onlyThe peak bandwidth for this connection, in kilobits per second.
I32 connMeanBandwidth1.3.6.1.4.1.326.2.1.5.1.1.9Integer32read-onlyThe mean bandwidth for this connection, in kilobits per second.
I32 connMeanBurst1.3.6.1.4.1.326.2.1.5.1.1.10Integer32read-onlyThe mean burst length for this connection, in kilobits.
TIK connUptime1.3.6.1.4.1.326.2.1.5.1.1.11TimeTicksread-onlyThe length of time since this connection was created, in hundredths of a second.
sonetGroup1.3.6.1.4.1.326.2.1.6
sonetAdapterConfGroup1.3.6.1.4.1.326.2.1.6.1
sonetAdapterStatsGroup1.3.6.1.4.1.326.2.1.6.2
statsGroup1.3.6.1.4.1.326.2.1.7
atmIpGroup1.3.6.1.4.1.326.2.1.8
atmarpGroup1.3.6.1.4.1.326.2.1.8.1
INT atmarpFlushTable1.3.6.1.4.1.326.2.1.8.1.1INTEGERread-writeA SNMP agent will flush the ATM ARP table when this variable is set to enable(2). After the operation is done, the value of this object is disable(1).
atmarpTable1.3.6.1.4.1.326.2.1.8.1.2not-accessibleA table for ATM ARP information.
atmarpEntry1.3.6.1.4.1.326.2.1.8.1.2.1not-accessibleA table entry containing information about an ATM ARP connection.
IP atmarpIpAddress1.3.6.1.4.1.326.2.1.8.1.2.1.1IpAddressread-onlyThis object identifies the remote IP address for this ATM ARP entry.
I32 atmarpInterface1.3.6.1.4.1.326.2.1.8.1.2.1.2Integer32read-writeThis object identifies the ATM IP interface (ifIndex) on which this mapping is effective.
ADR atmarpSpansAddress1.3.6.1.4.1.326.2.1.8.1.2.1.3SpansAddressread-onlyThis object identifies the remote SPANS address for this ATM ARP entry.
NSA atmarpNsapAddress1.3.6.1.4.1.326.2.1.8.1.2.1.4NsapAddrread-writeThis object identifies the remote NSAP (Network Service Access Point) for this ATM ARP entry. This object can be used for manually editing the ARP table to include IP to NSAP address mapping for devices that do not support Classical IP ARP.
I32 atmarpVPI1.3.6.1.4.1.326.2.1.8.1.2.1.5Integer32read-writeThe Virtual Path Identifier for this connection.
I32 atmarpVCI1.3.6.1.4.1.326.2.1.8.1.2.1.6Integer32read-writeThe Virtual Channel Identifier for this connection.
INT atmarpConnType1.3.6.1.4.1.326.2.1.8.1.2.1.7INTEGERread-writeThe type of the connection by which the IP address can be reached. The value foreIpPVC(1) indicates the connection is a FORE IP Permanent Virtual Circuit, foreIpSVC(2) indicates it's a FORE IP Switched Virtual Circuit. The value classicalIpPVC(3) indicates the connection is a Classical IP Permanent Virtual Circuit, and the value classicalIpSVC(4) indicates the connection is a Classical IP Switched Virtual Circuit.
INT atmarpAALType1.3.6.1.4.1.326.2.1.8.1.2.1.8INTEGERread-writeThe type of the AAL (ATM Adaptation Layer) of this connection.
I32 atmarpPeakBandwidth1.3.6.1.4.1.326.2.1.8.1.2.1.9Integer32read-writeThe peak bandwidth for this connection, in kilobits per second.
INT atmarpConnDirection1.3.6.1.4.1.326.2.1.8.1.2.1.10INTEGERread-onlyThe direction of this connection. The value pending(3) is used for an ATM ARP entry that does not have a connection associated with it.
INT atmarpEntryValidity1.3.6.1.4.1.326.2.1.8.1.2.1.11INTEGERread-onlyThe validity of this ATM ARP entry. A Classical IP connection entry may be invalid(2) if the remote end of the connection does not answer ARP requests for a while. The entry still exists, but the host is not allowed to send data across it when the entry is in the invalid(2) state.
INT atmarpEntryType1.3.6.1.4.1.326.2.1.8.1.2.1.12INTEGERread-onlyThis object indicates the type of mapping. Dynamic entries are learned from Fore IP or Classical IP mechanisms. Static entries are created manually.
ENT atmarpEntryStatus1.3.6.1.4.1.326.2.1.8.1.2.1.13EntryStatusread-writeThe status of this ATM ARP entry.
classicalIpGroup1.3.6.1.4.1.326.2.1.8.2
classicalIpArpTable1.3.6.1.4.1.326.2.1.8.2.1not-accessibleA table for Classical IP ARP information.
classicalIpArpEntry1.3.6.1.4.1.326.2.1.8.2.1.1not-accessibleA table entry containing information about Classical IP ARP configuration.
I32 classicalIpArpIfIndex1.3.6.1.4.1.326.2.1.8.2.1.1.1Integer32read-onlyThe ifIndex corresponding to the ATM interface on which the following classical IP information is configured.
I32 classicalIpArpServerIndex1.3.6.1.4.1.326.2.1.8.2.1.1.2Integer32read-onlyThe index of the ARP server.
INT classicalIpArpServer1.3.6.1.4.1.326.2.1.8.2.1.1.3INTEGERread-writeAn SNMP agent will configure this virtual interface as a Classical IP ARP Server when this variable is set to enable(2).
INT classicalIpArpServerConfigType1.3.6.1.4.1.326.2.1.8.2.1.1.4INTEGERread-writeThis object identifies the way in which the NSAP (Network Service Access Point) address of the ARP server is determined. When the value of this object is wellKnown(2), the NSAP address of the ARP server is taken from the classicalIpWellKNownArpServerAddr object. When the value of this object is set to manualConfig(1), the NSAP address of the ARP server is read from the classicalIpManualConfigArpServerAddr object.
NSA classicalIpWellKnownArpServerAddr1.3.6.1.4.1.326.2.1.8.2.1.1.5NsapAddrread-onlyThis variable holds the well known NSAP (Network Service Access Point) address of the ARP server for this interface.
NSA classicalIpManualConfigArpServerAddr1.3.6.1.4.1.326.2.1.8.2.1.1.6NsapAddrread-writeThis variable holds the manually configured NSAP (Network Service Access Point) address of the ARP server for this interface. By default this object is set to all zero.
ipFilterGroup1.3.6.1.4.1.326.2.1.8.3
ipFilterConfGroup1.3.6.1.4.1.326.2.1.8.3.1
ipFilterTable1.3.6.1.4.1.326.2.1.8.3.1.1not-accessibleA table of authorized ip addresses from which the switch can receive IP packets.
ipFilterEntry1.3.6.1.4.1.326.2.1.8.3.1.1.1not-accessibleA table entry containing ip filter information.
IP ipFilterIpAddress1.3.6.1.4.1.326.2.1.8.3.1.1.1.1IpAddressnot-accessibleThe authorized IP Address, in the inbound direction.
IP ipFilterMask1.3.6.1.4.1.326.2.1.8.3.1.1.1.2IpAddressnot-accessibleIndicates the mask to be logical-ANDed with the ipFilterIpAddress to find matching addresses. A mask of 0.0.0.0 is a wild card and matches all addresses. A valid mask is one which has contiguous higher order 1 bits set. That is, mask 255.255.0.128 is not valid while 255.255.0.0 is valid. Example matches: IpAddress Mask means 163.26.54.6 255.255.255.255 Allow address 163.26.54.6 163.54.7.21 255.255.0.0 Allow addresses 163.54.*.*
ROW ipFilterRowStatus1.3.6.1.4.1.326.2.1.8.3.1.1.1.3RowStatusread-writeThe status of this ipFilter entry.
INT ipFilterNoSSR1.3.6.1.4.1.326.2.1.8.3.1.2INTEGERread-writeNoStrictSourceRoute Flag. On implies that IP packets with Strict Source Routed Option set will be dropped. Off implies that these packets will be allowed to pass through, provided they meet with all the other requirements.
INT ipFilterNoLSR1.3.6.1.4.1.326.2.1.8.3.1.3INTEGERread-writeNoLooseSourceRoute Flag. On implies that IP packets with Loose Source Routed Option set will be dropped. Off implies that these packets will be allowed to pass through, provided they meet with all the other requirements.
INT ipFilterNoInBand1.3.6.1.4.1.326.2.1.8.3.1.4INTEGERread-writeNoInBand Flag. On implies that ALL IP packets from the ATM network will be dropped. Off implies that these packets will be allowed to pass through, provided they meet with all the other requirements.
ipFilterStatsGroup1.3.6.1.4.1.326.2.1.8.3.2
IPH ipFilterStatsIpHeader1.3.6.1.4.1.326.2.1.8.3.2.1IpHeaderread-onlyThe first 64 bytes of the IP packet which was last dropped.
TIK ipFilterStatsTimeOccured1.3.6.1.4.1.326.2.1.8.3.2.2TimeTicksread-onlyThe sysUptime at which the last IP packet was dropped.
C32 ipFilterStatsViolations1.3.6.1.4.1.326.2.1.8.3.2.3Counter32read-onlyThe number of IP packets dropped till the current time.
I32 ipFilterStatsVPI1.3.6.1.4.1.326.2.1.8.3.2.4Integer32read-onlyThe Virtual Path Identifier corresponding to the connection on which the last IP packet was dropped.
I32 ipFilterStatsVCI1.3.6.1.4.1.326.2.1.8.3.2.5Integer32read-onlyThe Virtual Channel Identifier corresponding to the connection on which the last IP packet was dropped.
STR ipFilterStatsIfName1.3.6.1.4.1.326.2.1.8.3.2.6DisplayStringread-onlyName of the interface on which the last dropped IP packet was received
STR ipFilterStatsReasonText1.3.6.1.4.1.326.2.1.8.3.2.7DisplayStringread-onlyThe reason for dropping the last IP packet to be dropped
IP ipFilterStatsSrcIpAddr1.3.6.1.4.1.326.2.1.8.3.2.8IpAddressread-onlyThe IP address contained in the source field of the header of the last IP packet to be dropped

RFC description

Fore ATM Adapter MIB for managing adapter configuration and physical layer statistics on ATM devices.

Start monitoring Fore Systems ForeRunner ATM network adapter card 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 Fore-Adapter-MIB