All MIBs › IPOA-MIB
Organization: IETF Internetworking Over NBMA Working Group (ion)
Last Updated: 1998-02-09
Category: ATM, Network Interfaces
Description: Defines managed objects for Classical IP and ARP over ATM, supporting the management of IP-over-ATM interfaces and address resolution.
IPNetwork Monitor uses several OIDs from this MIB in network discovery and polling the applicable devices. Start monitoring IPOA-MIB with a free 30-day trial of IPNetwork Monitor.
What Is IPOA-MIB?
IPOA-MIB is an IETF Internetworking Over NBMA (ion) Working Group standard MIB managing Classical IP and ARP over ATM (RFC 2320-family) entities. Its LIS (Logical IP Subnet) table, keyed by subnet address, records default MTU/encapsulation type, inactivity timer, min holding time, queue depth, max calls, cache-entry age, retries, timeout, default peak cell rate, active VC count, and row status, alongside an interface-mapping table and an ARP-client table (ATM address, server-in-use flag, in-ARP-request counts). As a configuration/status MIB it lets an administrator confirm Classical IP over ATM subnet parameters and ARP-server association on ATM-attached equipment. It is deployed on ATM-attached routing equipment (Classical IP/ARP over ATM). Engineers implementing or auditing this functionality typically reference the IPOA-MIB RFC/standard documentation for the authoritative specification.
IPNetwork Monitor allows you to monitor SNMP objects defined in IPOA-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.
Supported Devices
- ATM-attached routing equipment (Classical IP/ARP over ATM)
Monitoring Examples
An administrator checks ipoaLisActiveVcs and ipoaArpClientSrvrInUse to confirm Classical IP over ATM subnet and ARP-server state on ATM-attached equipment.
What Can Be Monitored
- Classical IP over ATM subnet configuration and ARP-server association
This MIB depends on
Related MIBs
Imported Objects
From IF-MIB
| InterfaceIndex | |
| InterfaceIndexOrZero |
From IP-MIB
| ipAdEntAddr | OBJECT-TYPE |
| ipNetToMediaIfIndex | OBJECT-TYPE |
| ipNetToMediaNetAddress | OBJECT-TYPE |
| ipNetToMediaPhysAddress | OBJECT-TYPE |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Gauge32 | |
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| transmission |
From SNMPv2-TC
| RowStatus | |
| TEXTUAL-CONVENTION |
How to Use in IPNetwork Monitor
Example using ipoaArpClientInArpInReqs OID:
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| C32 ipoaArpClientArpInNaks | 1.3.6.1.2.1.10.46.1.4.1.13 | Counter32 | read-only | Total number of negative ATMARP replies received by this client. |
| C32 ipoaArpClientArpInReplies | 1.3.6.1.2.1.10.46.1.4.1.11 | Counter32 | read-only | Total number of ATMARP replies received by this client. |
| C32 ipoaArpClientArpInReqs | 1.3.6.1.2.1.10.46.1.4.1.9 | Counter32 | read-only | Total number of ATMARP requests received by this client. |
| C32 ipoaArpClientArpNoSrvrResps | 1.3.6.1.2.1.10.46.1.4.1.16 | Counter32 | read-only | The number of times this client failed to receive a response from a ATMARP Server within the ipoaLisTimeout value for ipoaLisRetries times. This may imply that the client will re-elect a new primary ATMARP Server for this LIS from the ipoaArpRemoteSrvrTable. |
| C32 ipoaArpClientArpOutNaks | 1.3.6.1.2.1.10.46.1.4.1.14 | Counter32 | read-only | Total number of negative ATMARP replies sent by this client. Classic IP and ARP over ATM does not require an ATMARP client to transmit an ATMARP_NAK upon receipt of an ATMARP request from another ATMARP client. However, implementation experience has shown that this error condition is somewhat easy to create inadvertently by configuring one ATMARP client with an ipoaArpRemoteSrvrTable entry containing an ipoaArpRemoteSrvrAtmAddr value which is the ATM address of another ATMARP client-only system. If an ATMARP client supports the transmission of ATMARP_NAKs, then it should increment ipoaArpClientArpOutNaks each time it transmits an ATMARP_NAK. Otherwise, support of this object is considered optional. |
| C32 ipoaArpClientArpOutReplies | 1.3.6.1.2.1.10.46.1.4.1.12 | Counter32 | read-only | Total number of ATMARP replies sent by this client. |
| C32 ipoaArpClientArpOutReqs | 1.3.6.1.2.1.10.46.1.4.1.10 | Counter32 | read-only | Total number of ATMARP requests sent by this client. |
| C32 ipoaArpClientArpUnknownOps | 1.3.6.1.2.1.10.46.1.4.1.15 | Counter32 | read-only | The number of times that this client received an ATMARP message with an operation code for which it is not coded to support. |
| IPO ipoaArpClientAtmAddr | 1.3.6.1.2.1.10.46.1.4.1.1 | IpoaAtmAddr | read-create | The ATM address of the client. |
| ipoaArpClientEntry | 1.3.6.1.2.1.10.46.1.4.1 | not-accessible | Information about a single ATMARP Client. Clients can be started and stopped by adding and removing entries from this table. An entry in the ipoaArpClientTable has a corresponding entry in the ipAddrTable. Both are indexed by ipAdEntAddr. The ifIndex and subnet mask of a client entry are the ipAddrEntry's ipAdEntIfIndex and ipAdEntNetMask, respectively. Note that adding and removing entries from this table may have the same effect on the corresponding ipAddrTable entry. Row creation of an entry in this table requires that either the corresponding ipAddrTable entry exists or that ipAdEntIfIndex and ipAdEntNetMask be specified in the creation of an ipoaArpClientEntry at a minimum in order to create the corresponding ipAddrEntry. Specification of ipAdEntBcastAddr and ipAdEntReasmMaxSize to complete an ipAddrEntry is implementation dependent. Whether a corresponding ipAddrEntry is deleted during the deletion of an ipoaArpClientEntry is considered implementation dependent. | |
| C32 ipoaArpClientInArpInReplies | 1.3.6.1.2.1.10.46.1.4.1.5 | Counter32 | read-only | The number of InATMARP replies received by this client. |
| C32 ipoaArpClientInArpInReqsEx | 1.3.6.1.2.1.10.46.1.4.1.3 | Counter32 | read-only | The number of InATMARP requests received by this client. |
| C32 ipoaArpClientInArpInvalidInReqs | 1.3.6.1.2.1.10.46.1.4.1.7 | Counter32 | read-only | The number of times that this client detected an invalid InATMARP request. |
| C32 ipoaArpClientInArpInvalidOutReqs | 1.3.6.1.2.1.10.46.1.4.1.8 | Counter32 | read-only | The number of times that this client did not receive an InATMARP reply. |
| C32 ipoaArpClientInArpOutReplies | 1.3.6.1.2.1.10.46.1.4.1.6 | Counter32 | read-only | Total number of InATMARP replies sent by this client. |
| C32 ipoaArpClientInArpOutReqs | 1.3.6.1.2.1.10.46.1.4.1.4 | Counter32 | read-only | The number of InATMARP requests sent by this client. |
| ROW ipoaArpClientRowStatus | 1.3.6.1.2.1.10.46.1.4.1.17 | RowStatus | read-create | This object allows entries to be created and deleted from the ipoaArpClientTable. |
| IPO ipoaArpClientSrvrInUse | 1.3.6.1.2.1.10.46.1.4.1.2 | IpoaAtmAddr | read-only | The ATM address of the ATMARP Server, ipoaArpRemoteSrvrAtmAddr, in use by this client. A zero length octet string implies that communication with a Remote ATMARP Server is not in effect. |
| ipoaArpClientTable | 1.3.6.1.2.1.10.46.1.4 | not-accessible | The ATMARP clients running on this system. | |
| INT ipoaArpRemoteSrvrAdminStatus | 1.3.6.1.2.1.10.46.1.6.1.5 | INTEGER | read-create | The desired state for use of the ATMARP Server represented by an entry in this table. ipoaArpRemoteSrvrAdminStatus values: up(1) - Attempt to activate use of the ATMARP Server represented by this entry in the ipoaArpRemoteSrvrTable. down(2) - Deactivate use of this ATMARP Server. When a managed system creates an entry in this table ipoaArpRemoteSrvrAdminStatus and ipoaArpRemoteSrvrOperStatus are initialized as down(2) by default. |
| IPO ipoaArpRemoteSrvrAtmAddr | 1.3.6.1.2.1.10.46.1.6.1.1 | IpoaAtmAddr | not-accessible | The ATM address of the remote ATMARP Server. |
| ipoaArpRemoteSrvrEntry | 1.3.6.1.2.1.10.46.1.6.1 | not-accessible | Information about one non-local ATMARP Server. | |
| NUM ipoaArpRemoteSrvrIfIndex | 1.3.6.1.2.1.10.46.1.6.1.3 | InterfaceIndexOrZero | not-accessible | The ifIndex of the interface that the VC to the Remote ATMARP Server is associated with. |
| IP ipoaArpRemoteSrvrIpAddr | 1.3.6.1.2.1.10.46.1.6.1.4 | IpAddress | read-only | The IP Address of the Remote ATMARP Server. A value of 0.0.0.0 implies that this address isn't known. |
| INT ipoaArpRemoteSrvrOperStatus | 1.3.6.1.2.1.10.46.1.6.1.6 | INTEGER | read-only | The current operational state for use of a Remote ATMARP Server. An up(1) entry has a VC established to the respective Remote ATMARP Server: up(1) - A VC exists to Remote ATMARP Server whose IP Address is stored in ipoaArpRemoteSrvrIpAddr. This VC can be determined by searching the ipoaVcTable using ipoaArpRemoteSrvrIfIndex (if not 0, otherwise ignore ipNetToMediaIfIndex index) and ipoaArpRemoteSrvrIpAddr. An ipoaArpClientEntry should exist with its ipoaArpClientSrvrInUse object having the same value as ipoaArpRemoteSrvrAtmAddr. down(2) - Entry exists without an active VC to the Remote ATMARP Server. Transition from up(1) to down(2) status may affect ipoaArpClientTable entries. The object ipoaArpClientSrvrInUse in an ipoaArpClientSrvrEntry may contain the ATM address of an ATMARP Remote Server whose entry in the ipoaArpRemoteSrvrTable is being deactivated. In this case, any corresponding ipoaArpClientSrvrInUse objects should be at a minimum invalidated by setting their values to that of a zero length OCTET STRING. If ipoaArpRemoteSrvrAdminStatus is down(2) then ipoaArpRemoteSrvrOperStatus should be down(2). If ipoaArpRemoteSrvrAdminStatus is changed to up(1) then ipoaArpRemoteSrvrOperStatus should change to up(1) if the Remote ATMARP Server entry can be activated. |
| ROW ipoaArpRemoteSrvrRowStatus | 1.3.6.1.2.1.10.46.1.6.1.2 | RowStatus | read-create | This object allows entries to be created and deleted from the ipoaArpRemoteSrvrTable. Deleting an ipoaArpRemoteSrvrEntry (by setting this object to destroy(6)) may affect ipoaArpClientTable entries. The object ipoaArpClientSrvrInUse in an ipoaArpClientSrvrEntry may contain the ATM address of an ATMARP Remote Server whose entry in the ipoaArpRemoteSrvrTable is being removed. In this case, any corresponding ipoaArpClientSrvrInUse objects should be at a minimum invalidated by setting their values to that of a zero length OCTET STRING. The value of ipoaArpRemoteSrvrOperStatus should be consistent with that of ipoaArpRemoteSrvrRowStatus. For example, successfully setting the value of this object to notInService(2) after its being in the up(1) state should result in ipoaArpRemoteSrvrOperStatus being set to down(2) if currently up(1). |
| ipoaArpRemoteSrvrTable | 1.3.6.1.2.1.10.46.1.6 | not-accessible | A table of non-local ATMARP Servers associated with a LIS. An entry in this table has three indexes: first the ipoaLisSubnetAddr of the LIS for which the corresponding ATMARP Server provides ATMARP services, then the ipoaArpRemoteSrvrAtmAddr, which is the ATM address of the remote ATMARP Server, and finally the ifIndex of the interface on which the VC to the ATMARP Remote Server will be opened. An ifIndex value of 0 should be used when a single VC is to be shared for ATMARP purposes by multiple interfaces. | |
| IPO ipoaArpSrvrAddr | 1.3.6.1.2.1.10.46.1.5.1.1 | IpoaAtmAddr | not-accessible | The ATM address of the ATMARP Server. |
| C32 ipoaArpSrvrArpDupIpAddrs | 1.3.6.1.2.1.10.46.1.5.1.12 | Counter32 | read-only | The number of times that a duplicate IP address was detected by this ATMARP Server. |
| C32 ipoaArpSrvrArpInReqs | 1.3.6.1.2.1.10.46.1.5.1.9 | Counter32 | read-only | Total number of ATMARP requests received by this ATMARP Server. |
| C32 ipoaArpSrvrArpOutNaks | 1.3.6.1.2.1.10.46.1.5.1.11 | Counter32 | read-only | Total number of negative ATMARP replies sent by this ATMARP Server. |
| C32 ipoaArpSrvrArpOutReplies | 1.3.6.1.2.1.10.46.1.5.1.10 | Counter32 | read-only | Total number of ATMARP replies sent by this ATMARP Server. |
| C32 ipoaArpSrvrArpUnknownOps | 1.3.6.1.2.1.10.46.1.5.1.13 | Counter32 | read-only | The number of times that this ATMARP Server received an ATMARP message with an operation code for which it is not coded to support. |
| ipoaArpSrvrEntry | 1.3.6.1.2.1.10.46.1.5.1 | not-accessible | Information about an ATMARP Server within a LIS. An entry in this table has two indexes: first ipAdEntAddr, which is the IP address that this system uses as a member of the LIS, and then ipoaArpSrvrAddr, which is the ATM address of the ATMARP Server. Entries may be created by a management application using the ipoaArpSrvrRowStatus object. Entries in this table may also be created by the system and not by a management application, for example via ILMI. Entries in this table may be deleted by setting the ipoaArpSrvrRowStatus object to 'destroy(6)'. This includes entries that were added by the system and not by a management application. | |
| C32 ipoaArpSrvrInArpInReplies | 1.3.6.1.2.1.10.46.1.5.1.5 | Counter32 | read-only | The number of InATMARP replies received by this ATMARP Server. |
| C32 ipoaArpSrvrInArpInReqs | 1.3.6.1.2.1.10.46.1.5.1.3 | Counter32 | read-only | The number of InATMARP requests received by this ATMARP Server. |
| C32 ipoaArpSrvrInArpInvalidInReqs | 1.3.6.1.2.1.10.46.1.5.1.7 | Counter32 | read-only | The number of invalid InATMARP requests received by this ATMARP Server. |
| C32 ipoaArpSrvrInArpInvalidOutReqs | 1.3.6.1.2.1.10.46.1.5.1.8 | Counter32 | read-only | The number of times that this server did not receive an InATMARP reply. |
| C32 ipoaArpSrvrInArpOutReplies | 1.3.6.1.2.1.10.46.1.5.1.6 | Counter32 | read-only | The number of InATMARP replies sent by this ATMARP Server. |
| C32 ipoaArpSrvrInArpOutReqs | 1.3.6.1.2.1.10.46.1.5.1.4 | Counter32 | read-only | The number of InATMARP requests sent by this ATMARP Server. |
| IP ipoaArpSrvrLis | 1.3.6.1.2.1.10.46.1.5.1.2 | IpAddress | read-create | The subnet address that identifies the LIS with which this server is associated. |
| ROW ipoaArpSrvrRowStatus | 1.3.6.1.2.1.10.46.1.5.1.14 | RowStatus | read-create | This object allows entries to be created and deleted from the ipoaArpSrvrTable. |
| ipoaArpSrvrTable | 1.3.6.1.2.1.10.46.1.5 | not-accessible | The ATMARP Servers running on this system. | |
| ipoaBasicNotificationsGroup | 1.3.6.1.2.1.10.46.3.1.4 | The notification which an IP over ATM entity is required to implement. | ||
| ipoaClientGroup | 1.3.6.1.2.1.10.46.3.1.2 | This group is mandatory for all hosts where an IP over ATM client is present. | ||
| ipoaCompliance | 1.3.6.1.2.1.10.46.3.2.1 | The compliance statement for agents that support the IPOA-MIB. | ||
| ipoaCompliances | 1.3.6.1.2.1.10.46.3.2 | |||
| I32 ipoaConfigPvcDefaultMtu | 1.3.6.1.2.1.10.46.1.8.1.4 | Integer32 | read-create | Classical IP and ARP over ATM allows use of other MTU values for PVCs but considers how a value other than 9180 could be selected to be out of scope. ipoaConfigPvcDefaultMtu can be used to configure the MTU to be used for the PVC. Both ends MUST have the same value configured. |
| ipoaConfigPvcEntry | 1.3.6.1.2.1.10.46.1.8.1 | not-accessible | Defines a single PVC that exists at this host for use by IP. | |
| NUM ipoaConfigPvcIfIndex | 1.3.6.1.2.1.10.46.1.8.1.1 | InterfaceIndex | not-accessible | The ifIndex of the ATM Interface that this PVC is associated with. |
| ROW ipoaConfigPvcRowStatus | 1.3.6.1.2.1.10.46.1.8.1.5 | RowStatus | read-create | This object allows rows to be created and deleted in the ipoaConfigPvcTable. Creation of an entry in this table should eventually result in the creation of an ipNetToMediaEntry and a corresponding ipoaVcEntry after InATMARP has determined the destination address of the remote system that the PVC is connected to. Setting this object to destroy(6) should remove the corresponding ipNetToMediaTable and ipoaVcTable entries. |
| ipoaConfigPvcTable | 1.3.6.1.2.1.10.46.1.8 | not-accessible | This table MUST be supported when PVCs are intended to be supported in order to enable the setup of PVCs for use by IP. | |
| NUM ipoaConfigPvcVci | 1.3.6.1.2.1.10.46.1.8.1.3 | IpoaVciInteger | not-accessible | The VCI value for the Virtual Circuit. |
| NUM ipoaConfigPvcVpi | 1.3.6.1.2.1.10.46.1.8.1.2 | IpoaVpiInteger | not-accessible | The VPI value for the Virtual Circuit. |
| ipoaConformance | 1.3.6.1.2.1.10.46.3 | |||
| NTF ipoaDuplicateIpAddress | 1.3.6.1.2.1.10.46.2.0.2 | The ATMARP Server has detected more than one ATM end point attempting to associate the same IP address with different ATM addresses. | ||
| ipoaGeneralGroup | 1.3.6.1.2.1.10.46.3.1.1 | This group is mandatory for all IP over ATM entities. | ||
| ipoaGroups | 1.3.6.1.2.1.10.46.3.1 | |||
| G32 ipoaLisActiveVcs | 1.3.6.1.2.1.10.46.1.2.1.12 | Gauge32 | read-only | Number of active SVCs for this LIS. |
| I32 ipoaLisCacheEntryAge | 1.3.6.1.2.1.10.46.1.2.1.8 | Integer32 | read-create | The time, in seconds, before an ipNetToMediaEntry will age out of the table. Note that the default value will be different for a client and a server. An ATMARP Server should use a default of 1200 and a client should use 900. |
| NTF ipoaLisCreate | 1.3.6.1.2.1.10.46.2.0.3 | Generation of this trap occurs when an ipoaLisEntry is created while the ipoaLisTrapEnable.0 object has the value enabled(1). | ||
| IPO ipoaLisDefaultEncapsType | 1.3.6.1.2.1.10.46.1.2.1.3 | IpoaEncapsType | read-create | The default encapsulation to use on VCs created for this LIS. Note that the actual encapsulation type may be negotiated during connection setup and may be different than this value. The ipoaVcNegotiatedEncapsType object indicates the actual encapsulation in use for a particular VC. |
| I32 ipoaLisDefaultMtu | 1.3.6.1.2.1.10.46.1.2.1.2 | Integer32 | read-create | The default MTU used within this LIS. Note that the actual MTU used for a VC between two members of the LIS may be negotiated during connection setup and may be different than this value. The ipoaVcNegotiatedMtu object indicates the actual MTU in use for a particular VC. |
| I32 ipoaLisDefaultPeakCellRate | 1.3.6.1.2.1.10.46.1.2.1.11 | Integer32 | read-create | This object is the signalling parameter that should be used when setting up all best effort VCCs (Virtual Channel Connections). This parameter applies to the forward and backward direction on a per best effort VCC basis. A value of zero implies that no configured default exists and that local policy should be used to determine the actual default to used during call setup. ATM Signaling Support for IP over ATM (RFC 1755) recommends 1/10th of the ATM interface's speed. |
| NTF ipoaLisDelete | 1.3.6.1.2.1.10.46.2.0.4 | Generation of this trap occurs when an ipoaLisEntry is deleted while the ipoaLisTrapEnable.0 object has the value enabled(1). | ||
| ipoaLisEntry | 1.3.6.1.2.1.10.46.1.2.1 | not-accessible | Information about a single LIS of which this system is a member. Membership in a LIS is independent of the actual ATM interfaces being used. The ipoaLisTable defines all LISs that a system is a member of. The ipAddrTable and the ipoaClientTable provides the mapping from local IP address to ATM interface. The ipoaLisIfMappingTable provides the mappings between Logical IP Subnets and interfaces. The ipoaLisTable is indexed by ipoaLisSubnetAddr (IP subnet address). An entry in the ipoaLisTable should exist for each ipAddrEntry that is associated with an ATM related interface used for Classical IP and ARP over ATM traffic. Its ipAdEntAddr and ipAdEntNetMask when ANDed together should equal the ipoaLisSubnetAddr of the corresponding ipoaLisEntry. | |
| ipoaLisIfMappingEntry | 1.3.6.1.2.1.10.46.1.3.1 | not-accessible | Defines an entry in the ipoaLisIfMappingTable. | |
| NUM ipoaLisIfMappingIfIndex | 1.3.6.1.2.1.10.46.1.3.1.1 | InterfaceIndex | not-accessible | The ipAdEntIfIndex object from an ipAddrEntry is used as an index to this table when its ipAdEntAddr is in the subnet implied by ipoaLisSubnetAddr. |
| ROW ipoaLisIfMappingRowStatus | 1.3.6.1.2.1.10.46.1.3.1.2 | RowStatus | read-create | This object allows entries to be created and deleted in the ipoaLisIfMappingTable. |
| ipoaLisIfMappingTable | 1.3.6.1.2.1.10.46.1.3 | not-accessible | There is one entry in this table for every combination of ipoaLisEntry and IP over ATM interface. | |
| I32 ipoaLisInactivityTimer | 1.3.6.1.2.1.10.46.1.2.1.4 | Integer32 | read-create | The time, in seconds, before a call established for an ipNetToMediaEntry on a client will timeout due to no traffic being passed on the VC. A value of 0 implies no time out. |
| I32 ipoaLisMaxCalls | 1.3.6.1.2.1.10.46.1.2.1.7 | Integer32 | read-create | The maximum number of SVCs that can be established simultaneously for this LIS. |
| I32 ipoaLisMinHoldingTime | 1.3.6.1.2.1.10.46.1.2.1.5 | Integer32 | read-create | The minimum amount of time, in seconds, that a call will remain open. If 0 then ipoaInactivityTimer will completely determine when a call is terminated. |
| ipoaLisNotificationsGroup | 1.3.6.1.2.1.10.46.3.1.6 | The LIS-related notifications which are required to be implemented by an IP over ATM ATMARP server, as well as by any IP over ATM client which allows ipoaLisTrapEnable to be set to enabled(1). | ||
| I32 ipoaLisQDepth | 1.3.6.1.2.1.10.46.1.2.1.6 | Integer32 | read-create | The maximum number of outstanding requests that are allowed while waiting for ATMARP replies and InATMARP replies for this LIS. |
| I32 ipoaLisRetries | 1.3.6.1.2.1.10.46.1.2.1.9 | Integer32 | read-create | The number of times the ATMARP request will be retried when no response is received in the timeout interval indicated by ipoaLisTimeout. |
| ROW ipoaLisRowStatus | 1.3.6.1.2.1.10.46.1.2.1.13 | RowStatus | read-create | This object allows entries to be created and deleted in the ipoaLisTable. When the ipoaLisRowStatus deleted (by setting this object to destroy(6)), this has the side-effect of removing all entries from the ipNetToMediaTable that are associated with this LIS (in other words, it flushes the entity's ATMARP cache). It also removes the ipoaVcTable entries that were associated with those ipNetToMediaTable entries. Destroying the row also removes the corresponding entries in the ipoaArpSrvrTable, ipoaArpClientTable, ipoaLisIfMappingTable, and ipoaArpRemoteSrvrTable. Entries in both the ipNetToMediaTable and the ipoaVcTable that are associated with a ipoaConfigPvcEntry are not affected by changes to ipoaLisRowStatus. |
| IP ipoaLisSubnetAddr | 1.3.6.1.2.1.10.46.1.2.1.1 | IpAddress | read-only | The IP subnet address associated with this LIS. |
| ipoaLisTable | 1.3.6.1.2.1.10.46.1.2 | not-accessible | There is one entry in this table for every Logical IP Subnet (LIS) of which this system is a member. The bulk of the objects in an ipoaLisEntry exists to control ATMARP for a particular LIS. In a PVC only environment it is implementation dependent as to whether this table should be supported. | |
| ipoaLisTableGroup | 1.3.6.1.2.1.10.46.3.1.7 | This group is mandatory for all entities which support IP over ATM SVCs. Support of objects in this group by IP over ATM clients which only support IP over ATM PVCs is optional. | ||
| I32 ipoaLisTimeout | 1.3.6.1.2.1.10.46.1.2.1.10 | Integer32 | read-create | The time to wait, in seconds, before retransmission of an ARP request. |
| INT ipoaLisTrapEnable | 1.3.6.1.2.1.10.46.1.1 | INTEGER | read-write | Indicates whether ipoaLisCreate and ipoaLisDelete traps should be generated by this system. By default, this object should have the value enabled(1) for systems where ATMARP Servers are present and disabled(2) on systems where only clients reside. |
| ipoaMIB | 1.3.6.1.2.1.10.46 | This module defines a portion of the management information base (MIB) for managing Classical IP and ARP over ATM entities. | ||
| NTF ipoaMtuExceeded | 1.3.6.1.2.1.10.46.2.0.1 | A frame was received that exceeds the negotiated MTU size. The VPI and VCI of the VC for which this condition was detected can be determined from the index values for ipoaVcNegotiatedMtu. In addition, the ifIndex and IP Address can be determined as well (refer to the ipoaVcTable). | ||
| ipoaNotifications | 1.3.6.1.2.1.10.46.2 | |||
| ipoaObjects | 1.3.6.1.2.1.10.46.1 | |||
| ipoaSrvrGroup | 1.3.6.1.2.1.10.46.3.1.3 | This group is mandatory for all hosts where ATMARP Servers are present. | ||
| ipoaSrvrNotificationsGroup | 1.3.6.1.2.1.10.46.3.1.5 | The notification which an IP over ATM ATMARP Server is required to implement. | ||
| ipoaTrapPrefix | 1.3.6.1.2.1.10.46.2.0 | |||
| ipoaVcEntry | 1.3.6.1.2.1.10.46.1.7.1 | not-accessible | A VC (permanent or switched) that this host or server has opened with another member of a LIS. Additional information can be determined about the VC from the ATM-MIB. Entries in this table cannot be created by management applications. In an SVC environment, an entry is automatically added by the system as the result of ATMARP processing. In a PVC environment, an entry is automatically added to this table when an entry is created in the ipoaConfigPvcTable and the IP Address at the remote end of the PVC is discovered using InATMARP. An entry also is added to the ipNetToMediaTable. | |
| IPO ipoaVcNegotiatedEncapsType | 1.3.6.1.2.1.10.46.1.7.1.4 | IpoaEncapsType | read-only | The encapsulation type used when communicating over this circuit. |
| I32 ipoaVcNegotiatedMtu | 1.3.6.1.2.1.10.46.1.7.1.5 | Integer32 | read-only | The MTU used when communicating over this circuit. |
| ipoaVcTable | 1.3.6.1.2.1.10.46.1.7 | not-accessible | A system that supports IP over ATM is an IP system and therefore MUST support all of the appropriate tables in the SNMPv2-MIB (RFC 1907), the IF-MIB (RFC 2233), the IP-MIB (RFC 2011), the TCP-MIB (RFC 2012), and the UDP-MIB (RFC 2013). This includes the ipNetToMediaTable (the ARP cache) that is defined within the IP-MIB (RFC 2011). The ipoaVcTable keeps a set of VCs for each entry in the ARP cache that was put there by an IP over ATM system acting as either a host or server. The ipoaVcTable doesn't augment the ipNetToMediaTable (ARP Cache) since the the correspondence between tables is not necessarily one-to-one. An ipNetToMediaPhysAddress object should contain the content as defined by the IpoaAtmAddr textual convention when used to hold an IPOA-MIB ATM Address. | |
| IPO ipoaVcType | 1.3.6.1.2.1.10.46.1.7.1.3 | IpoaAtmConnKind | read-only | The type of the Virtual Circuit. |
| NUM ipoaVcVci | 1.3.6.1.2.1.10.46.1.7.1.2 | IpoaVciInteger | not-accessible | The VCI value for the Virtual Circuit. |
| NUM ipoaVcVpi | 1.3.6.1.2.1.10.46.1.7.1.1 | IpoaVpiInteger | not-accessible | The VPI value for the Virtual Circuit. |
RFC description
Manages Classical IP and ARP over ATM connections with VC encapsulation and NBMA addressing support.
Start monitoring Vendor-neutral IETF standard (ATM-attached routing equipment, Classical IP/ARP over ATM) 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.