Home/Catalog/IPOA-MIB

IPOA-MIB

AI MIB Summary

The IPOA-MIB enables monitoring and configuration of Classical IP over ATM (IPOA) and ARP over ATM entities on ATM network interfaces, specifically tracking PVC status, IP-to-ATM address mappings, and ARP cache states for legacy ATM-to-IP bridging.

This module defines a portion of the management information base (MIB) for managing Classical IP and ARP over ATM entities.
Main OID:
ipoaMIB.1.3.6.1.2.1.10.46
96
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

96 total
Object Name
ipoaMIBThis module defines a portion of the management information base (MIB) for managing Classical IP and ARP over ATM entities.
MODULE-IDENTITY
.1.3.6.1.2.1.10.46
ipoaObjects
OBJECT IDENTIFIER
.1.3.6.1.2.1.10.46.1
ipoaLisTrapEnableIndicates 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.rw
Enumeration
.1.3.6.1.2.1.10.46.1.1
ipoaLisTableThere 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.
SEQUENCE OF IpoaLisEntry
.1.3.6.1.2.1.10.46.1.2
ipoaLisEntryInformation 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.
IpoaLisEntry
.1.3.6.1.2.1.10.46.1.2.1
ipoaLisSubnetAddrThe IP subnet address associated with this LIS.ro
IpAddress
.1.3.6.1.2.1.10.46.1.2.1.1
ipoaLisDefaultMtuThe 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.rw
Integer32
.1.3.6.1.2.1.10.46.1.2.1.2
ipoaLisDefaultEncapsTypeThe 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.rw
IpoaEncapsType
.1.3.6.1.2.1.10.46.1.2.1.3
ipoaLisInactivityTimerThe 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.rw
Integer32 UNITS "seconds"
.1.3.6.1.2.1.10.46.1.2.1.4
ipoaLisMinHoldingTimeThe minimum amount of time, in seconds, that a call will remain open. If 0 then ipoaInactivityTimer will completely determine when a call is terminated.rw
Integer32
.1.3.6.1.2.1.10.46.1.2.1.5
ipoaLisQDepthThe maximum number of outstanding requests that are allowed while waiting for ATMARP replies and InATMARP replies for this LIS.rw
Integer32
.1.3.6.1.2.1.10.46.1.2.1.6
ipoaLisMaxCallsThe maximum number of SVCs that can be established simultaneously for this LIS.rw
Integer32
.1.3.6.1.2.1.10.46.1.2.1.7
ipoaLisCacheEntryAgeThe 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.rw
Integer32
.1.3.6.1.2.1.10.46.1.2.1.8
ipoaLisRetriesThe number of times the ATMARP request will be retried when no response is received in the timeout interval indicated by ipoaLisTimeout.rw
Integer32
.1.3.6.1.2.1.10.46.1.2.1.9
ipoaLisTimeoutThe time to wait, in seconds, before retransmission of an ARP request.rw
Integer32
.1.3.6.1.2.1.10.46.1.2.1.10
ipoaLisDefaultPeakCellRateThis 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.rw
Integer32
.1.3.6.1.2.1.10.46.1.2.1.11
ipoaLisActiveVcsNumber of active SVCs for this LIS.ro
Gauge32
.1.3.6.1.2.1.10.46.1.2.1.12
ipoaLisRowStatusThis 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.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.2.1.10.46.1.2.1.13
ipoaLisIfMappingTableThere is one entry in this table for every combination of ipoaLisEntry and IP over ATM interface.
SEQUENCE OF IpoaLisIfMappingEntry
.1.3.6.1.2.1.10.46.1.3
ipoaLisIfMappingEntryDefines an entry in the ipoaLisIfMappingTable.
IpoaLisIfMappingEntry
.1.3.6.1.2.1.10.46.1.3.1
ipoaLisIfMappingIfIndexThe ipAdEntIfIndex object from an ipAddrEntry is used as an index to this table when its ipAdEntAddr is in the subnet implied by ipoaLisSubnetAddr.
InterfaceIndex (IF-MIB)
.1.3.6.1.2.1.10.46.1.3.1.1
ipoaLisIfMappingRowStatusThis object allows entries to be created and deleted in the ipoaLisIfMappingTable.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.2.1.10.46.1.3.1.2
ipoaArpClientTableThe ATMARP clients running on this system.
SEQUENCE OF IpoaArpClientEntry
.1.3.6.1.2.1.10.46.1.4
ipoaArpClientEntryInformation 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.
IpoaArpClientEntry
.1.3.6.1.2.1.10.46.1.4.1
ipoaArpClientAtmAddrThe ATM address of the client.rw
IpoaAtmAddr
.1.3.6.1.2.1.10.46.1.4.1.1
ipoaArpClientSrvrInUseThe 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.ro
IpoaAtmAddr
.1.3.6.1.2.1.10.46.1.4.1.2
ipoaArpClientInArpInReqsThe number of InATMARP requests received by this client.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.3
ipoaArpClientInArpOutReqsThe number of InATMARP requests sent by this client.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.4
ipoaArpClientInArpInRepliesThe number of InATMARP replies received by this client.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.5
ipoaArpClientInArpOutRepliesTotal number of InATMARP replies sent by this client.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.6
ipoaArpClientInArpInvalidInReqsThe number of times that this client detected an invalid InATMARP request.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.7
ipoaArpClientInArpInvalidOutReqsThe number of times that this client did not receive an InATMARP reply.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.8
ipoaArpClientArpInReqsTotal number of ATMARP requests received by this client.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.9
ipoaArpClientArpOutReqsTotal number of ATMARP requests sent by this client.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.10
ipoaArpClientArpInRepliesTotal number of ATMARP replies received by this client.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.11
ipoaArpClientArpOutRepliesTotal number of ATMARP replies sent by this client.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.12
ipoaArpClientArpInNaksTotal number of negative ATMARP replies received by this client.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.13
ipoaArpClientArpOutNaksTotal 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.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.14
ipoaArpClientArpUnknownOpsThe number of times that this client received an ATMARP message with an operation code for which it is not coded to support.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.15
ipoaArpClientArpNoSrvrRespsThe 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.ro
Counter32
.1.3.6.1.2.1.10.46.1.4.1.16
ipoaArpClientRowStatusThis object allows entries to be created and deleted from the ipoaArpClientTable.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.2.1.10.46.1.4.1.17
ipoaArpSrvrTableThe ATMARP Servers running on this system.
SEQUENCE OF IpoaArpSrvrEntry
.1.3.6.1.2.1.10.46.1.5
ipoaArpSrvrEntryInformation 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.
IpoaArpSrvrEntry
.1.3.6.1.2.1.10.46.1.5.1
ipoaArpSrvrAddrThe ATM address of the ATMARP Server.
IpoaAtmAddr
.1.3.6.1.2.1.10.46.1.5.1.1
ipoaArpSrvrLisThe subnet address that identifies the LIS with which this server is associated.rw
IpAddress
.1.3.6.1.2.1.10.46.1.5.1.2
ipoaArpSrvrInArpInReqsThe number of InATMARP requests received by this ATMARP Server.ro
Counter32
.1.3.6.1.2.1.10.46.1.5.1.3
ipoaArpSrvrInArpOutReqsThe number of InATMARP requests sent by this ATMARP Server.ro
Counter32
.1.3.6.1.2.1.10.46.1.5.1.4
ipoaArpSrvrInArpInRepliesThe number of InATMARP replies received by this ATMARP Server.ro
Counter32
.1.3.6.1.2.1.10.46.1.5.1.5
ipoaArpSrvrInArpOutRepliesThe number of InATMARP replies sent by this ATMARP Server.ro
Counter32
.1.3.6.1.2.1.10.46.1.5.1.6
ipoaArpSrvrInArpInvalidInReqsThe number of invalid InATMARP requests received by this ATMARP Server.ro
Counter32
.1.3.6.1.2.1.10.46.1.5.1.7
ipoaArpSrvrInArpInvalidOutReqsThe number of times that this server did not receive an InATMARP reply.ro
Counter32
.1.3.6.1.2.1.10.46.1.5.1.8
ipoaArpSrvrArpInReqsTotal number of ATMARP requests received by this ATMARP Server.ro
Counter32
.1.3.6.1.2.1.10.46.1.5.1.9
ipoaArpSrvrArpOutRepliesTotal number of ATMARP replies sent by this ATMARP Server.ro
Counter32
.1.3.6.1.2.1.10.46.1.5.1.10
ipoaArpSrvrArpOutNaksTotal number of negative ATMARP replies sent by this ATMARP Server.ro
Counter32
.1.3.6.1.2.1.10.46.1.5.1.11
ipoaArpSrvrArpDupIpAddrsThe number of times that a duplicate IP address was detected by this ATMARP Server.ro
Counter32
.1.3.6.1.2.1.10.46.1.5.1.12
ipoaArpSrvrArpUnknownOpsThe number of times that this ATMARP Server received an ATMARP message with an operation code for which it is not coded to support.ro
Counter32
.1.3.6.1.2.1.10.46.1.5.1.13
ipoaArpSrvrRowStatusThis object allows entries to be created and deleted from the ipoaArpSrvrTable.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.2.1.10.46.1.5.1.14
ipoaArpRemoteSrvrTableA 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.
SEQUENCE OF IpoaArpRemoteSrvrEntry
.1.3.6.1.2.1.10.46.1.6
ipoaArpRemoteSrvrEntryInformation about one non-local ATMARP Server.
IpoaArpRemoteSrvrEntry
.1.3.6.1.2.1.10.46.1.6.1
ipoaArpRemoteSrvrAtmAddrThe ATM address of the remote ATMARP Server.
IpoaAtmAddr
.1.3.6.1.2.1.10.46.1.6.1.1
ipoaArpRemoteSrvrRowStatusThis 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).rw
RowStatus (SNMPv2-TC)
.1.3.6.1.2.1.10.46.1.6.1.2
ipoaArpRemoteSrvrIfIndexThe ifIndex of the interface that the VC to the Remote ATMARP Server is associated with.
InterfaceIndexOrZero (IF-MIB)
.1.3.6.1.2.1.10.46.1.6.1.3
ipoaArpRemoteSrvrIpAddrThe IP Address of the Remote ATMARP Server. A value of 0.0.0.0 implies that this address isn't known.ro
IpAddress
.1.3.6.1.2.1.10.46.1.6.1.4
ipoaArpRemoteSrvrAdminStatusThe 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.rw
Enumeration
.1.3.6.1.2.1.10.46.1.6.1.5
ipoaArpRemoteSrvrOperStatusThe 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.ro
Enumeration
.1.3.6.1.2.1.10.46.1.6.1.6
ipoaVcTableA 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.
SEQUENCE OF IpoaVcEntry
.1.3.6.1.2.1.10.46.1.7
ipoaVcEntryA 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.
IpoaVcEntry
.1.3.6.1.2.1.10.46.1.7.1
ipoaVcVpiThe VPI value for the Virtual Circuit.
IpoaVpiInteger
.1.3.6.1.2.1.10.46.1.7.1.1
ipoaVcVciThe VCI value for the Virtual Circuit.
IpoaVciInteger
.1.3.6.1.2.1.10.46.1.7.1.2
ipoaVcTypeThe type of the Virtual Circuit.ro
IpoaAtmConnKind
.1.3.6.1.2.1.10.46.1.7.1.3
ipoaVcNegotiatedEncapsTypeThe encapsulation type used when communicating over this circuit.ro
IpoaEncapsType
.1.3.6.1.2.1.10.46.1.7.1.4
ipoaVcNegotiatedMtuThe MTU used when communicating over this circuit.ro
Integer32
.1.3.6.1.2.1.10.46.1.7.1.5
ipoaConfigPvcTableThis table MUST be supported when PVCs are intended to be supported in order to enable the setup of PVCs for use by IP.
SEQUENCE OF IpoaConfigPvcEntry
.1.3.6.1.2.1.10.46.1.8
ipoaConfigPvcEntryDefines a single PVC that exists at this host for use by IP.
IpoaConfigPvcEntry
.1.3.6.1.2.1.10.46.1.8.1
ipoaConfigPvcIfIndexThe ifIndex of the ATM Interface that this PVC is associated with.
InterfaceIndex (IF-MIB)
.1.3.6.1.2.1.10.46.1.8.1.1
ipoaConfigPvcVpiThe VPI value for the Virtual Circuit.
IpoaVpiInteger
.1.3.6.1.2.1.10.46.1.8.1.2
ipoaConfigPvcVciThe VCI value for the Virtual Circuit.
IpoaVciInteger
.1.3.6.1.2.1.10.46.1.8.1.3
ipoaConfigPvcDefaultMtuClassical 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.rw
Integer32
.1.3.6.1.2.1.10.46.1.8.1.4
ipoaConfigPvcRowStatusThis 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.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.2.1.10.46.1.8.1.5
ipoaNotifications
OBJECT IDENTIFIER
.1.3.6.1.2.1.10.46.2
ipoaTrapPrefix
OBJECT IDENTIFIER
.1.3.6.1.2.1.10.46.2.0
ipoaMtuExceededA 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).
NOTIFICATION-TYPE
.1.3.6.1.2.1.10.46.2.0.1
ipoaDuplicateIpAddressThe ATMARP Server has detected more than one ATM end point attempting to associate the same IP address with different ATM addresses.
NOTIFICATION-TYPE
.1.3.6.1.2.1.10.46.2.0.2
ipoaLisCreateGeneration of this trap occurs when an ipoaLisEntry is created while the ipoaLisTrapEnable.0 object has the value enabled(1).
NOTIFICATION-TYPE
.1.3.6.1.2.1.10.46.2.0.3
ipoaLisDeleteGeneration of this trap occurs when an ipoaLisEntry is deleted while the ipoaLisTrapEnable.0 object has the value enabled(1).
NOTIFICATION-TYPE
.1.3.6.1.2.1.10.46.2.0.4
ipoaConformance
OBJECT IDENTIFIER
.1.3.6.1.2.1.10.46.3
ipoaGroups
OBJECT IDENTIFIER
.1.3.6.1.2.1.10.46.3.1
ipoaGeneralGroupThis group is mandatory for all IP over ATM entities.
Unknown
.1.3.6.1.2.1.10.46.3.1.1
ipoaClientGroupThis group is mandatory for all hosts where an IP over ATM client is present.
Unknown
.1.3.6.1.2.1.10.46.3.1.2
ipoaSrvrGroupThis group is mandatory for all hosts where ATMARP Servers are present.
Unknown
.1.3.6.1.2.1.10.46.3.1.3
ipoaBasicNotificationsGroupThe notification which an IP over ATM entity is required to implement.
Unknown
.1.3.6.1.2.1.10.46.3.1.4
ipoaSrvrNotificationsGroupThe notification which an IP over ATM ATMARP Server is required to implement.
Unknown
.1.3.6.1.2.1.10.46.3.1.5
ipoaLisNotificationsGroupThe 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).
Unknown
.1.3.6.1.2.1.10.46.3.1.6
ipoaLisTableGroupThis 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.
Unknown
.1.3.6.1.2.1.10.46.3.1.7
ipoaCompliances
OBJECT IDENTIFIER
.1.3.6.1.2.1.10.46.3.2
ipoaComplianceThe compliance statement for agents that support the IPOA-MIB.
Unknown
.1.3.6.1.2.1.10.46.3.2.1
IPOA-MIB - SNMP MIB Reference | MIBs Explorer