USR-IPOA-ARP-MIB

File: USR-IPOA-ARP-MIB.mib (38858 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC ATM-TC-MIB
RFC1213-MIB USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE NOTIFICATION-TYPE MODULE-IDENTITY
Integer32 Counter32 IpAddress
TEXTUAL-CONVENTION RowStatus AtmConnKind
AtmAddr ipNetToMediaNetAddress ipNetToMediaIfIndex
ipAdEntAddr DisplayString InterfaceIndex
UsrConfigStatus usrAtmArp InterfaceIndexOrZero
common

Defined Types

IpoaEncapsType  
The encapsulation type used on a VC.
TEXTUAL-CONVENTION    
  INTEGER llcSnap(1), vcMuxed(2), other(3)  

IpoaVpiInteger  
An integer large enough to hold a VPI.
TEXTUAL-CONVENTION    
  Integer32 0..255  

IpoaVciInteger  
An integer large enough to hold a VCI.
TEXTUAL-CONVENTION    
  Integer32 0..65535  

IpoaAtmAddr  
The ATM address used by the network entity. The address type can be determined by the OCTET STRING size. IpoaAtmAddr can be comprised of both an ATM Address and a subaddress. The ATM Address portion is required and must be first in the OCTET STRING. An implementation must use BCD encoding to represent a E.164 address as a MIB object.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..40)  

IpoaLisEntry  
SEQUENCE    
  usrIpoaLisSubnetAddr IpAddress
  usrIpoaLisDefaultMtu Integer32
  usrIpoaLisDefaultEncapsType IpoaEncapsType
  usrIpoaLisInactivityTimer Integer32
  usrIpoaLisMinHoldingTime Integer32
  usrIpoaLisQDepth Integer32
  usrIpoaLisMaxCalls Integer32
  usrIpoaLisCacheEntryAge Integer32
  usrIpoaLisRetries Integer32
  usrIpoaLisTimeout Integer32
  usrIpoaLisDefaultPeakCellRate Integer32
  usrIpoaLisActiveVcs Counter32
  usrIpoaLisRowStatus RowStatus

UsrIpoaArpClientEntry  
SEQUENCE    
  usrIpoaArpClientAtmAddr IpoaAtmAddr
  usrIpoaArpClientSrvrInUse IpoaAtmAddr
  usrIpoaArpClientInArpReqsIn Counter32
  usrIpoaArpClientInArpReqsOut Counter32
  usrIpoaArpClientInArpRepliesIn Counter32
  usrIpoaArpClientInArpRepliesOut Counter32
  usrIpoaArpClientInArpInvalidReqsIn Counter32
  usrIpoaArpClientInArpInvalidReqsOut Counter32
  usrIpoaArpClientArpReqsIn Counter32
  usrIpoaArpClientArpReqsOut Counter32
  usrIpoaArpClientArpRepliesIn Counter32
  usrIpoaArpClientArpRepliesOut Counter32
  usrIpoaArpClientArpNaksIn Counter32
  usrIpoaArpClientArpNaksOut Counter32
  usrIpoaArpClientArpOpUnknown Counter32
  usrIpoaArpClientArpSrvrNoResp Counter32
  usrIpoaArpClientRowStatus RowStatus

UsrIpoaArpRemoteSrvrEntry  
SEQUENCE    
  usrIpoaArpRemoteSrvrAtmAddr IpoaAtmAddr
  usrIpoaArpRemoteSrvrRowStatus RowStatus
  usrIpoaArpRemoteSrvrIfIndex InterfaceIndexOrZero
  usrIpoaArpRemoteSrvrIpAddr IpAddress

UsrIpoaVcEntry  
SEQUENCE    
  usrIpoaVcVpi IpoaVpiInteger
  usrIpoaVcVci IpoaVciInteger
  usrIpoaVcType AtmConnKind
  usrIpoaVcNegotiatedMtu Integer32
  usrIpoaVcNegotiatedEncapsType IpoaEncapsType

UsrIpoaConfigPvcEntry  
SEQUENCE    
  usrIpoaConfigPvcIfIndex InterfaceIndex
  usrIpoaConfigPvcVpi IpoaVpiInteger
  usrIpoaConfigPvcVci IpoaVciInteger
  usrIpoaConfigPvcDefaultMtu Integer32
  usrIpoaConfigPvcRowStatus RowStatus

UsrAtmArpPvcEntry  
SEQUENCE    
  usrAtmArpPvcName DisplayString
  usrAtmArpPvcIfIndex InterfaceIndex
  usrAtmArpPvcVpi IpoaVpiInteger
  usrAtmArpPvcVci IpoaVciInteger
  usrAtmArpPvcNetworkName DisplayString
  usrAtmArpPvcInterfaceName DisplayString
  usrAtmArpPvcNetIfIndex InterfaceIndex
  usrAtmArpPvcEnabledFlag INTEGER

UsrAtmArpServerNameEntry  
SEQUENCE    
  usrAtmArpServerName DisplayString
  usrAtmArpLISSubnetAddress IpAddress
  usrAtmArpRemoteServerAtmAddr AtmAddr
  usrAtmArpRemoteServerIfIndex Integer32
  usrAtmArpRemoteServerIfName DisplayString
  usrAtmArpServerRowStatus Integer32

Defined Values

usrIpoa 1.3.6.1.4.1.429.4.46
The commWorks enterprise defined MIB objects for IP over ATM with ARP.
MODULE-IDENTITY    

usrIpoaObjects 1.3.6.1.4.1.429.4.46.1
OBJECT IDENTIFIER    

usrIpoaNotifications 1.3.6.1.4.1.429.4.46.2
OBJECT IDENTIFIER    

usrIpoaConformance 1.3.6.1.4.1.429.4.46.3
OBJECT IDENTIFIER    

usrIpoaLisTable 1.3.6.1.4.1.429.4.46.1.2
There is one entry in this table for every Logical IP Subnet (LIS) that this system is a member of.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpoaLisEntry

usrIpoaLisEntry 1.3.6.1.4.1.429.4.46.1.2.1
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 usrIpoaLisTable defines all LISes that a system is a member of. The ipAddrTable and the usrIpoaClientTable provides the mapping from local IP address to ATM physical interface. The ipoaLisIfMappingTable provides the mappings between Logical IP Subnets and interfaces. The ipoaLisTable is indexed by ipoaLisSubnetAddr. An entry in the ipAddrTable should exist for each ipAddrEntry that is associated with an IP over ATM interface. Its ipAdEntAddr and ipAdEntNetMask when ANDed should map to a ipoaLisSubnetAddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpoaLisEntry  

usrIpoaLisSubnetAddr 1.3.6.1.4.1.429.4.46.1.2.1.1
The IP subnet address associated with this LIS.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrIpoaLisDefaultMtu 1.3.6.1.4.1.429.4.46.1.2.1.2
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 usrIpoaVcNegotiatedMtu object indicates the actual MTU in use for a particular VC.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

usrIpoaLisDefaultEncapsType 1.3.6.1.4.1.429.4.46.1.2.1.3
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 usrIpoaVcNegotiatedEncapsType object indicates the actual encapsulation in use for a particular VC.
Status: current Access: read-create
OBJECT-TYPE    
  IpoaEncapsType  

usrIpoaLisInactivityTimer 1.3.6.1.4.1.429.4.46.1.2.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

usrIpoaLisMinHoldingTime 1.3.6.1.4.1.429.4.46.1.2.1.5
The minimum amount of time, in seconds, that a call will remain open. If 0 then usrIpoaInactivityTimer will completely determine when a call is terminated.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

usrIpoaLisQDepth 1.3.6.1.4.1.429.4.46.1.2.1.6
The maximum number of outstanding requests that are allowed while waiting for ATMARP replies and In_ATMARP replies for this LIS.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

usrIpoaLisMaxCalls 1.3.6.1.4.1.429.4.46.1.2.1.7
The maximum number of SVCs that can be established simultaneously.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

usrIpoaLisCacheEntryAge 1.3.6.1.4.1.429.4.46.1.2.1.8
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 60..1200  

usrIpoaLisRetries 1.3.6.1.4.1.429.4.46.1.2.1.9
The number of times the ATMARP request will be retried when no response is received in the timeout interval indicated by usrIpoaLisTimeout.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..10  

usrIpoaLisTimeout 1.3.6.1.4.1.429.4.46.1.2.1.10
The time to wait, in seconds, before retransmission of an ARP PDU.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..60  

usrIpoaLisDefaultPeakCellRate 1.3.6.1.4.1.429.4.46.1.2.1.11
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 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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

usrIpoaLisActiveVcs 1.3.6.1.4.1.429.4.46.1.2.1.12
Number of active SVCs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaLisRowStatus 1.3.6.1.4.1.429.4.46.1.2.1.13
This object allows entries to be created and deleted in the usrIpoaLisTable. When the usrIpoaLisRowStatus 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 usrIpoaVcTable entries that were associated with those ipNetToMediaTable entries. Destroying the row also removes the corresponding entries in the usrIpoaArpSrvrTable, usrIpoaArpClientTable, usrIpoaLisIfMappingTable and usrIpoaArpRemoteSrvrTable. Entries in both the ipNetToMediaTable and the usrIpoaVcTable that are associated with a usrIpoaConfigPvcEntry are not effected by changes to usrIpoaLisRowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usrIpoaArpClientTable 1.3.6.1.4.1.429.4.46.1.4
The ATMARP clients running on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrIpoaArpClientEntry

usrIpoaArpClientEntry 1.3.6.1.4.1.429.4.46.1.4.1
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 the usrIpoaArpClientTable 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. A remote creation of an object in this table requires that either the corresponding ipAddrTable entry exists or that ipAdEntIfIndex and ipAdEntNetMask be specified in the creation of a usrIpoaArpClientEntry at a minimum in order to create the corresponding ipAddrEntry. Specification of ipAdEntBcastAddr and ipAdEntReasmMaxSize to complete a ipAddrEntry is implementation dependent.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrIpoaArpClientEntry  

usrIpoaArpClientAtmAddr 1.3.6.1.4.1.429.4.46.1.4.1.1
The ATM address of the client.
Status: current Access: read-create
OBJECT-TYPE    
  IpoaAtmAddr  

usrIpoaArpClientSrvrInUse 1.3.6.1.4.1.429.4.46.1.4.1.2
The ATM address of the ATMARP Server in use by this client. A value of 0 implies that communication with a ATMARP Server is not in effect.
Status: current Access: read-only
OBJECT-TYPE    
  IpoaAtmAddr  

usrIpoaArpClientInArpReqsIn 1.3.6.1.4.1.429.4.46.1.4.1.3
The number of InATMARP requests received by this client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientInArpReqsOut 1.3.6.1.4.1.429.4.46.1.4.1.4
The number of InATMARP requests sent by this client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientInArpRepliesIn 1.3.6.1.4.1.429.4.46.1.4.1.5
The number of InATMARP replies received by this client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientInArpRepliesOut 1.3.6.1.4.1.429.4.46.1.4.1.6
Total number of InATMARP replies sent by this client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientInArpInvalidReqsIn 1.3.6.1.4.1.429.4.46.1.4.1.7
The number of times that this client detected an invalid InATMARP request.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientInArpInvalidReqsOut 1.3.6.1.4.1.429.4.46.1.4.1.8
The number of times that this client did not receive a InATMARP reply.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientArpReqsIn 1.3.6.1.4.1.429.4.46.1.4.1.9
Total number of ATMARP requests received by this client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientArpReqsOut 1.3.6.1.4.1.429.4.46.1.4.1.10
Total number of ATMARP requests sent by this client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientArpRepliesIn 1.3.6.1.4.1.429.4.46.1.4.1.11
Total number of ATMARP replies received by this client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientArpRepliesOut 1.3.6.1.4.1.429.4.46.1.4.1.12
Total number of ATMARP replies sent by this client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientArpNaksIn 1.3.6.1.4.1.429.4.46.1.4.1.13
Total number of negative ATMARP replies received by this client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientArpNaksOut 1.3.6.1.4.1.429.4.46.1.4.1.14
Total number of negative ATMARP replies send by this client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientArpOpUnknown 1.3.6.1.4.1.429.4.46.1.4.1.15
The number of times that this client received an ATMARP message with an operation code for which it is not coded to support.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientArpSrvrNoResp 1.3.6.1.4.1.429.4.46.1.4.1.16
The number of times this client failed to receive a response from a ATMARP Server within the usrIpoaLisTimeout value for usrIpoaLisRetries times. This may imply that the client will re-elect a primary ATMARP server for this LIS from the usrIpoaArpRemoteSrvrTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrIpoaArpClientRowStatus 1.3.6.1.4.1.429.4.46.1.4.1.17
This object allows entries to be created and deleted from the usrIpoaArpClientTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usrIpoaArpRemoteSrvrTable 1.3.6.1.4.1.429.4.46.1.6
A table of non-local ATMARP servers associated with a LIS. An entry in this table has three indexes: first the usrIpoaLisSubnetAddr of the LIS that the corresponding ATMARP server provides ATMARP services for, then the usrIpoaArpRemoteSrvrAtmAddr, 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. A ifIndex value of 0 should be used when a single VC is to be shared for ATMARP purposes by multiple interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrIpoaArpRemoteSrvrEntry

usrIpoaArpRemoteSrvrEntry 1.3.6.1.4.1.429.4.46.1.6.1
Information about one non-local ATMARP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrIpoaArpRemoteSrvrEntry  

usrIpoaArpRemoteSrvrAtmAddr 1.3.6.1.4.1.429.4.46.1.6.1.1
The ATM address of the remote ATMARP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpoaAtmAddr  

usrIpoaArpRemoteSrvrRowStatus 1.3.6.1.4.1.429.4.46.1.6.1.2
This object allows entries to be created and deleted from the usrIpoaArpRemoteSrvrTable as well as indicating the weather a VC exists to the Remote ATMARP Server. usrIpoaArpRemoteSrvrRowStatus states: active(1) - VC exists to Remote ATMARP Server who's IP Address is stored in usrIpoaArpRemoteSrvrIpAddr. This VC can be determined by searching the usrIpoaVcTable using usrIpoaArpRemoteSrvrIfIndex (if not 0 otherwise ignore ipNetToMediaIfIndex index) and usrIpoaArpRemoteSrvrIpAddr. A usrIpoaArpClientEntry should exist were its usrIpoaArpClientSrvrInUse object has the same value as usrIpoaArpRemoteSrvrAtmAddr. notInService(2) - Entry exists without an active VC to the Remote ATMARP Server. notReady(3) - usrIpoaArpRemoteSrvrEntry is incomplete. createAndGo(4) - Value used to remotely create an entry and then active it. createAndWait(5) - Value used to remotely create an entry and leave entry inactive with either notInService or notReady state. destroy(6) - When usrIpoaArpRemoteSrvrRowStatus is set with this value the corresponding table entry is deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usrIpoaArpRemoteSrvrIfIndex 1.3.6.1.4.1.429.4.46.1.6.1.3
The ifIndex of the interface that the VC to the Remote ATMARP Server is associated with.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

usrIpoaArpRemoteSrvrIpAddr 1.3.6.1.4.1.429.4.46.1.6.1.4
The IP Address of the Remote ATMARP Server. A value of 0 implies that this address isn't known.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrIpoaVcTable 1.3.6.1.4.1.429.4.46.1.7
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 usrIpoaVcTable keeps a set of VCs for each entry in the ARP cache that was put there by this IP over ATM system acting as either a host or server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrIpoaVcEntry

usrIpoaVcEntry 1.3.6.1.4.1.429.4.46.1.7.1
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 management application. Entries are 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 usrIpoaConfigPvcTable and the IP Address at the end of the PVC is discovered using In_ATMARP. An entry also is added to the ipNetToMediaTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrIpoaVcEntry  

usrIpoaVcVpi 1.3.6.1.4.1.429.4.46.1.7.1.1
The VPI value for the Virtual Circuit.
Status: current Access: read-only
OBJECT-TYPE    
  IpoaVpiInteger  

usrIpoaVcVci 1.3.6.1.4.1.429.4.46.1.7.1.2
The VCI value for the Virtual Circuit.
Status: current Access: read-only
OBJECT-TYPE    
  IpoaVciInteger  

usrIpoaVcType 1.3.6.1.4.1.429.4.46.1.7.1.3
The type of the Virtual Circuit.
Status: current Access: read-only
OBJECT-TYPE    
  AtmConnKind  

usrIpoaVcNegotiatedEncapsType 1.3.6.1.4.1.429.4.46.1.7.1.4
The encapsulation type used when communicating over this circuit.
Status: current Access: read-only
OBJECT-TYPE    
  IpoaEncapsType  

usrIpoaVcNegotiatedMtu 1.3.6.1.4.1.429.4.46.1.7.1.5
The MTU used when communicating over this circuit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

usrIpoaConfigPvcTable 1.3.6.1.4.1.429.4.46.1.8
This table must be supported when PVCs are intended to be supported in order to enable the setup of PVCs for use by IP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrIpoaConfigPvcEntry

usrIpoaConfigPvcEntry 1.3.6.1.4.1.429.4.46.1.8.1
Defines a single PVC that exists at this host for use by IP.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrIpoaConfigPvcEntry  

usrIpoaConfigPvcIfIndex 1.3.6.1.4.1.429.4.46.1.8.1.1
The ifIndex of the ATM AAL Interface that this PVC is associated with.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usrIpoaConfigPvcVpi 1.3.6.1.4.1.429.4.46.1.8.1.2
The VPI value for the Virtual Circuit.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpoaVpiInteger  

usrIpoaConfigPvcVci 1.3.6.1.4.1.429.4.46.1.8.1.3
The VCI value for the Virtual Circuit.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpoaVciInteger  

usrIpoaConfigPvcDefaultMtu 1.3.6.1.4.1.429.4.46.1.8.1.4
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. usrIpoaConfigPvcDefaultMtu can be used to configure the MTU to be used for the PVC. Both ends must have the same value configured.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

usrIpoaConfigPvcRowStatus 1.3.6.1.4.1.429.4.46.1.8.1.5
This object allows rows to be created and deleted in the usrIpoaConfigPvcTable. Creation of a entry in this table should eventually result in the creation of a ipNetToMediaEntry and a corresponding usrIpoaVcEntry after InATMARP has determined the destination address of system that the PVC is connected to. Setting this object to destroy(6) should remove the corresponding ipNetToMediaTable and usrIpoaVcTable entries. In this implementation, setting this object to destroy also removes the corresponding entry in the AtmArpPvcTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usrAtmArpPvcTable 1.3.6.1.4.1.429.4.49.1
This table must be supported when PVCs are intended to be supported in order to enable the setup of PVCs for use by IP. This table contains additional implementation specific information required for RFC 1577 PVCs. This table is mainly used to translate the IP Over ATM PVC name to the corresponding Ifindex, VPI and VCI values used to identify this PVC in the ConfigPvc table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrAtmArpPvcEntry

usrAtmArpPvcEntry 1.3.6.1.4.1.429.4.49.1.1
Defines a single PVC that exists at this host for use by IP. Entries in this table must be created at the same time entries are created in the IpoaConfigPvc table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrAtmArpPvcEntry  

usrAtmArpPvcName 1.3.6.1.4.1.429.4.49.1.1.1
A string containing the name of the RFC1577 PVC.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..32)  

usrAtmArpPvcIfIndex 1.3.6.1.4.1.429.4.49.1.1.2
The ifIndex of the ATM AAL Interface that this PVC is associated with.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

usrAtmArpPvcVpi 1.3.6.1.4.1.429.4.49.1.1.3
The VPI value for the Virtual Circuit.
Status: current Access: read-create
OBJECT-TYPE    
  IpoaVpiInteger  

usrAtmArpPvcVci 1.3.6.1.4.1.429.4.49.1.1.4
The VCI value for the Virtual Circuit.
Status: current Access: read-create
OBJECT-TYPE    
  IpoaVciInteger  

usrAtmArpPvcNetworkName 1.3.6.1.4.1.429.4.49.1.1.5
A string containing the name of the network of this RFC1577 PVC.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usrAtmArpPvcInterfaceName 1.3.6.1.4.1.429.4.49.1.1.6
A string containing the name of the ATMAAL interface where this RFC1577 PVC is established.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

usrAtmArpPvcNetIfIndex 1.3.6.1.4.1.429.4.49.1.1.7
The ifIndex of the ATM Net Interface that this PVC is associated with.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

usrAtmArpPvcEnabledFlag 1.3.6.1.4.1.429.4.49.1.1.8
This flag indicates if this ATM 1577 PVC is enabled or disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrAtmArpConfigFileName 1.3.6.1.4.1.429.4.49.2
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then ATM ARP uses the default name `@file://Atmarp.cfg'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrAtmArpCFMStatusFlag 1.3.6.1.4.1.429.4.49.3
Setting the value of this object to `save' causes the values of the ATM ARP MIB objects to be written out to the current config file, which is stored in the usrIpoaArpConfigFileName object. While the new ConfigFile is being written, ATM ARP will set the value of this flag to `saving''. Any attempts to set the value while it is not `normal' (i.e. the file is currently being written to the ConfigFile) while result in a badValue error being returned. Setting the value to `normal' will result in no action.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrAtmArpServerNameTable 1.3.6.1.4.1.429.4.49.4
atm arp remote server name config table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrAtmArpServerNameEntry

usrAtmArpServerNameEntry 1.3.6.1.4.1.429.4.49.4.1
entry in the atm arp server name table
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrAtmArpServerNameEntry  

usrAtmArpServerName 1.3.6.1.4.1.429.4.49.4.1.1
A string containing the name of the atm arp server.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..32)  

usrAtmArpLISSubnetAddress 1.3.6.1.4.1.429.4.49.4.1.2
LIS subnet address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

usrAtmArpRemoteServerAtmAddr 1.3.6.1.4.1.429.4.49.4.1.3
Remote arp server atm address.
Status: current Access: read-create
OBJECT-TYPE    
  AtmAddr  

usrAtmArpRemoteServerIfIndex 1.3.6.1.4.1.429.4.49.4.1.4
Interface index
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

usrAtmArpServerRowStatus 1.3.6.1.4.1.429.4.49.4.1.5
server name index. dummy object, used to figure out server name in the list.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrAtmArpRemoteServerIfName 1.3.6.1.4.1.429.4.49.4.1.6
Interface index
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

usrIpoaMtuExceeded 1.3.6.1.4.1.429.4.46.2.1
A frame was received that exceeds the negotiated MTU size.
Status: current Access: read-create
NOTIFICATION-TYPE