ibm-ipoa

ibm-ipoa Download

MIBs list

This module defines a portion of the management information base (MIB) for managing Classical IP and ARP over ATM entities.

IPHost Network Monitor offer an easy way of SNMP monitoring your IBM network devices.

OID list for ibm-ipoa

ipoaLisTrapEnable
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.
ipoaLisTable
There is one entry in this table for every Logical IP Subnet (LIS) that this system is a member of.
ipoaLisEntry
Information about a single LIS that this system is a member of. This table is indexed by an IP subnet address. Membership in a LIS is independent of the actual ATM physical interfaces being used. The ipoaLisTable defines all LISes that a system is a membe ...
ipoaLisSubnetAddr
The IP subnet address associated with this LIS.
ipoaLisDefaultMtu
The default MTU used within this LIS. Note that the actual size 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 ...
ipoaLisDefaultEncapsType
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 ...
ipoaLisInactivityTimer
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.
ipoaLisMinHoldingTime
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.
ipoaLisQDepth
The maximum number of outstanding requests that are allowed while waiting for ATMARP replies and In_ATMARP replies for this LIS.
ipoaLisMaxCalls
The maximum number of SVCs that can be established simultaneously.
ipoaLisCacheEntryAge
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. A ATMARP server should use a default of 1200 and a client should use 900.
ipoaLisRetries
The number of times the ATMARP request will be retried when no response is received in the timeout interval indicated by ipoaLisTimeout.
ipoaLisTimeout
The time to wait, in seconds, before retransmission of an ARP PDU.
ipoaLisDefaultPeakCellRate
This object is the signalling parameter that should be used when setting up all best effort VCCs. 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 th ...
ipoaLisActiveVcs
Number of active SVCs.
ipoaLisRowStatus
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 L ...
ipoaLisIfMappingTable
There is one entry in this table for every combination of ipoaLisEntry and IP over ATM interface.
ipoaLisIfMappingEntry
Defines an entry in the ipoaLisIfMappingTable.
ipoaLisIfMappingIfIndex
The ipAdEntIfIndex object from a ipAddrEntry is used as an index to this table when its ipAdEntAddr is in the subnet implied by ipoaLisSubnetAddr.
ipoaLisIfMappingStatus
This object allows entries to be created and deleted in the ipoaLisIfMappingTable.
ipoaArpClientTable
The ATMARP clients running on this system.
ipoaArpClientEntry
Information about a single ATMARP Client. Clients can be started and stopped by adding and removing entries from this table. Note that adding and removing entries from this table may have the same effect on the corresponding ipAddrTable entry. An entry in ...
ipoaArpClientAtmAddr
The ATM address of the client.
ipoaArpClientSrvrInUse
The ATM address of the ATMARP Server, ipoaArpRemoteSrvrAtmAddr, in use by this client. A null octet string implies that communication with a Remote ATMARP Server is not in effect.
ipoaArpClientInArpReqsIn
The number of InATMARP requests received by this client.
ipoaArpClientInArpReqsOut
The number of InATMARP requests sent by this client.
ipoaArpClientInArpRepliesIn
The number of InATMARP replies received by this client.
ipoaArpClientInArpRepliesOut
Total number of InATMARP replies sent by this client.
ipoaArpClientInArpInvalidReqsIn
The number of times that this client detected an invalid InATMARP request.
ipoaArpClientInArpInvalidReqsOut
The number of times that this client did not receive a InATMARP reply.
ipoaArpClientArpReqsIn
Total number of ATMARP requests received by this client.
ipoaArpClientArpReqsOut
Total number of ATMARP requests sent by this client.
ipoaArpClientArpRepliesIn
Total number of ATMARP replies received by this client.
ipoaArpClientArpRepliesOut
Total number of ATMARP replies sent by this client.
ipoaArpClientArpNaksIn
Total number of negative ATMARP replies received by this client.
ipoaArpClientArpNaksOut
Total number of negative ATMARP replies send by this client.
ipoaArpClientArpOpUnknown
The number of times that this client received an ATMARP message with an operation code for which it is not coded to support.
ipoaArpClientArpSrvrNoResp
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 primary ATMARP server for this LIS from the ipoaArpRemoteSrvrTable.
ipoaArpClientRowStatus
This object allows entries to be created and deleted from the ipoaArpClientTable.
ipoaArpSrvrTable
The ATMARP servers running on this system.
ipoaArpSrvrEntry
Information about an ATMARP server within a LIS. An entry in this table has two indexes: first the ipAdEntAddr, which is the IP address that this system uses as a member of the LIS, and then the ipoaArpSrvrAddr, which is the ATM address of the ATMARP serv ...
ipoaArpSrvrAddr
The ATM address of the ATMARP server.
ipoaArpSrvrLis
The subnet address that identifies the LIS this server is associated with.
ipoaArpSrvrInArpReqsIn
The number of InATMARP requests received by this ATMARP server.
ipoaArpSrvrInArpReqsOut
The number of InATMARP requests sent by this ATMARP server.
ipoaArpSrvrInArpRepliesIn
The number of InATMARP replies received by this ATMARP server.
ipoaArpSrvrInArpRepliesOut
The number of InATMARP replies sent by this ATMARP server.
ipoaArpSrvrInArpInvalidReqsIn
The number of invalid InATMARP requests received by this ATMARP server.
ipoaArpSrvrInArpInvalidReqsOut
The number of times that this server did not receive a InATMARP reply.
ipoaArpSrvrArpReqsIn
Total number of ATMARP requests received by this ATMARP server.
ipoaArpSrvrArpRepliesOut
Total number of ATMARP replies sent by this ATMARP server.
ipoaArpSrvrArpNaksOut
Total number of negative ATMARP replies sent by this ATMARP server.
ipoaArpSrvrArpDupIpAddr
The number of times that a duplicate IP address was detected by this ATMARP server.
ipoaArpSrvrArpOpUnknown
The number of times that this ATMARP server received an ATMARP message with an operation code for which it is not coded to support.
ipoaArpSrvrRowStatus
This object allows entries to be created and deleted from the ipoaArpSrvrTable.
ipoaArpRemoteSrvrTable
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 that the corresponding ATMARP server provides ATMARP services for, then the ipoaArpRemoteSrvrAtmAddr, which is the ...
ipoaArpRemoteSrvrEntry
Information about one non-local ATMARP server.
ipoaArpRemoteSrvrAtmAddr
The ATM address of the remote ATMARP server.
ipoaArpRemoteSrvrRowStatus
This object allows entries to be created and deleted from the ipoaArpRemoteSrvrTable as well as indicating the weather a VC exists to the Remote ATMARP Server. ipoaArpRemoteSrvrRowStatus states: active(1) - VC exists to Remote ATMARP Server who's IP ...
ipoaArpRemoteSrvrIfIndex
The ifIndex of the interface that the VC to the Remote ATMARP Server is associated with.
ipoaArpRemoteSrvrIpAddr
The IP Address of the Remote ATMARP Server. A value of 0 implies that this address isn't known.
ipoaVcTable
A system that support IP over ATM is an IP system and therefore must support all of the appropriate tables from RFC1213, MIB-II. This includes the ipNetToMediaTable (the ARP cache). This ipoaVcTable keeps a set of VCs for each entry in the ARP cache that ...
ipoaVcEntry
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 RFC1695, the AToM MIB. In an SVC environment, entries can not be created in this table by a managemen ...
ipoaVcVpi
The VPI value for the Virtual Circuit.
ipoaVcVci
The VCI value for the Virtual Circuit.
ipoaVcType
The type of the Virtual Circuit.
ipoaVcNegotiatedEncapsType
The encapsulation type used when communicating over this circuit.
ipoaVcNegotiatedMtu
The MTU used when communicating over this circuit.
ipoaConfigPvcTable
This table must be supported when PVCs are intended to be supported in order to enable the setup of PVCs for use by IP.
ipoaConfigPvcEntry
Defines a single PVC that exists at this host for use by IP.
ipoaConfigPvcIfIndex
The ifIndex of the ATM Interface that this PVC is associated with.
ipoaConfigPvcVpi
The VPI value for the Virtual Circuit.
ipoaConfigPvcVci
The VCI value for the Virtual Circuit.
ipoaConfigPvcDefaultMtu
Classic2 allows use of other MTU values for PVCs but considers the 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 config ...
ipoaConfigPvcRowStatus
This object allows rows to be created and deleted in the ipoaConfigPvcTable. Creation of a entry in this table should eventually result in the creation of a ipNetToMediaEntry and a corresponding ipoaVcEntry after InATMARP has determined the destination ad ...

Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.

MIBs list