ATT-CNM-ENHANCED-FRAME-RELAY-MIB

File: ATT-CNM-ENHANCED-FRAME-RELAY-MIB.mib (35051 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises Gauge DisplayString
OBJECT-TYPE

Defined Types

AttCNMefrConfigEntry  
SEQUENCE    
  attCNMefrConfigIndex INTEGER
  attCNMefrMgmtType INTEGER
  attCNMefrPollDirection INTEGER
  attCNMefrFullStatusPoll INTEGER
  attCNMefrErrorThreshold INTEGER
  attCNMefrMonitoredEvents INTEGER
  attCNMefrIntegrityTimer INTEGER
  attCNMefrPollVerifyTimer INTEGER
  attCNMefrLMIFlowControl INTEGER
  attCNMefrSupportedPVCs INTEGER
  attCNMefrMeasMaxIntervals INTEGER
  attCNMefrMeasIntervalLen INTEGER

AttCNMefrMeasEntry  
SEQUENCE    
  attCNMefrMeasIndex INTEGER
  attCNMefrMeasInterval INTEGER
  attCNMefrMeasTimeStamp INTEGER
  attCNMefrMeasLocalTime DisplayString
  attCNMefrReceivedOctets Gauge
  attCNMefrSentOctets Gauge
  attCNMefrReceivedFrames Gauge
  attCNMefrSentFrames Gauge
  attCNMefrBadFrames Gauge
  attCNMefrReceiverOverruns Gauge
  attCNMefrIngressUtil Gauge
  attCNMefrEgressUtil Gauge

AttCNMefrPVCConfigEntry  
SEQUENCE    
  attCNMefrPVCConfigIfIndex INTEGER
  attCNMefrPVCConfigIndex INTEGER
  attCNMefrPVCServiceType INTEGER
  attCNMefrLocalCIR INTEGER
  attCNMefrLocalCommittedBurst INTEGER
  attCNMefrLocalExcessBurst INTEGER
  attCNMefrRemoteCIR INTEGER
  attCNMefrRemoteCommittedBurst INTEGER
  attCNMefrRemoteExcessBurst INTEGER
  attCNMefrMulticastGroup1 INTEGER
  attCNMefrMulticastGroup2 INTEGER
  attCNMefrMulticastGroup3 INTEGER
  attCNMefrMulticastGroup4 INTEGER
  attCNMefrPVCMeasMaxIntervals INTEGER
  attCNMefrPVCMeasIntervalLen INTEGER

AttCNMefrPVCMeasEntry  
SEQUENCE    
  attCNMefrPVCMeasIfIndex INTEGER
  attCNMefrPVCMeasIndex INTEGER
  attCNMefrPVCMeasInterval INTEGER
  attCNMefrPVCMeasTimeStamp INTEGER
  attCNMefrPVCMeasLocalTime DisplayString
  attCNMefrPVCReceivedFrames Gauge
  attCNMefrPVCSentFrames Gauge
  attCNMefrDiscardEligibilityFrames Gauge
  attCNMefrBurstSizeExceeded Gauge
  attCNMefrCongestionAtIngress Gauge
  attCNMefrCongestionAtEgress Gauge

AttCNMefrPVCStatusEntry  
SEQUENCE    
  attCNMefrPVCStatusIfIndex INTEGER
  attCNMefrPVCStatusIndex INTEGER
  attCNMefrPVCAdminStatus INTEGER
  attCNMefrPVCOperStatus INTEGER

Defined Values

att-2 1.3.6.1.4.1.74
OBJECT IDENTIFIER    

att-products 1.3.6.1.4.1.74.1
OBJECT IDENTIFIER    

att-mgmt 1.3.6.1.4.1.74.2
OBJECT IDENTIFIER    

att-cnmAgent 1.3.6.1.4.1.74.1.9
OBJECT IDENTIFIER    

att-cnm 1.3.6.1.4.1.74.2.15
OBJECT IDENTIFIER    

att-cnm-efr 1.3.6.1.4.1.74.2.15.8
OBJECT IDENTIFIER    

attCNMefrConfigTable 1.3.6.1.4.1.74.2.15.8.1
A list of entries containing configuration information for all Frame Relay interfaces managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AttCNMefrConfigEntry

attCNMefrConfigEntry 1.3.6.1.4.1.74.2.15.8.1.1
An entry containing configuration information for a particular Frame Relay interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AttCNMefrConfigEntry  

attCNMefrConfigIndex 1.3.6.1.4.1.74.2.15.8.1.1.1
A unique value for each Frame Relay interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an attCNMifConfigIndex object instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrMgmtType 1.3.6.1.4.1.74.2.15.8.1.1.2
This variable identifies the PVC management scheme being used to manage this Frame Relay interface. A value of auto-set(1) indicates that the interface automatically adopts the scheme being used by the access device. A value none(5) indicates that PVC management procedures are disabled on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER auto-set(1), lmi(2), ansi(3), ccitt(4), none(5)  

attCNMefrPollDirection 1.3.6.1.4.1.74.2.15.8.1.1.3
This variable specifies the role the Frame Relay interface performs in a bi-directional PVC management scheme. A value of receive(1) means that this interface simply responds to Status Enquiries and a value of send(2) means that this interface initiates Status Enquiries. A value of both(3) means that this interface performs both functions. This variable applies only if the type of PVC management scheme being used is not auto-set (see the attCNMefrMgmtType object).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER receive(1), send(2), both(3)  

attCNMefrFullStatusPoll 1.3.6.1.4.1.74.2.15.8.1.1.4
This variable identifies the maximum number of Status Enquiry intervals that pass before issuance of a Full Status Enquiry message. This counter is referred to as N391 in the ANSI standard. This variable applies only if the PVC management procedures are enabled. See attCNMefrMgmtType object for more details.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrErrorThreshold 1.3.6.1.4.1.74.2.15.8.1.1.5
This variable identifies the maximum number of errored events that can occur before declaring the Frame Relay interface down. An errored event is the non-receipt of a Status Enquiry, or the receipt of a Status Enquiry with an invalid sequence number. This counter is referred to as N392 in the ANSI standard. The value for this counter cannot exceed the value of the monitored events counter (see the attCNMefrMonitoredEvents object).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrMonitoredEvents 1.3.6.1.4.1.74.2.15.8.1.1.6
This variable specifies a value 'm', that is used with the Error Threshold (attCNMefrErrorThreshold) to determine link problems. A link problem is declared when the number of errors in the last 'm' monitored events exceeds the Error Threshold. This counter is referred to as N393 in the ANSI standard.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrIntegrityTimer 1.3.6.1.4.1.74.2.15.8.1.1.7
This variable identifies the number of seconds between successive Status Enquiry messages. This timer is referred to as T391 in the ANSI standard. This variable is applicable only if this interface is configured to be the sender of PVC management polls (see the attCNMefrPollDirection object).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrPollVerifyTimer 1.3.6.1.4.1.74.2.15.8.1.1.8
This variable specifies the maximum number of seconds the Frame Relay interface allows between the receipt of Status Enquiries. The expiration of this timer is considered to be an errored event. This timer is referred to as T392 in the ANSI standard. This variable is applicable only if this interface is configured to be the receiver of PVC management polls. Refer to the attCNMefrPollDirection object to verify this.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrLMIFlowControl 1.3.6.1.4.1.74.2.15.8.1.1.9
If the PVC management scheme being used is LMI, then this variable indicates whether this Frame Relay interface uses XON/XOFF as a means of congestion avoidance. This technique is defined in Revision 1.0 of the LMI Specification 'Frame Relay Specification with Extensions'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER lmiFlowControlOn(1), lmiFlowControlOff(2)  

attCNMefrSupportedPVCs 1.3.6.1.4.1.74.2.15.8.1.1.10
This variable specifies the number of DLCIs currently supported on this Frame Relay interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrMeasMaxIntervals 1.3.6.1.4.1.74.2.15.8.1.1.11
This variable identifies the maximum number of measurement intervals supported for the measurements maintained by this Frame Relay interface in the attCNMefrMeasTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrMeasIntervalLen 1.3.6.1.4.1.74.2.15.8.1.1.12
This variable identifies the number of seconds that make up one complete measurement interval for for the measurements maintained by this Frame Relay interface in the attCNMefrMeasTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrMeasTable 1.3.6.1.4.1.74.2.15.8.2
A list of entries containing measurement counts, maintained during the specified measurement interval, for all Frame Relay interfaces managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AttCNMefrMeasEntry

attCNMefrMeasEntry 1.3.6.1.4.1.74.2.15.8.2.1
An entry containing measurement counts, maintained during the specified measurement interval, for a particular Frame Relay interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AttCNMefrMeasEntry  

attCNMefrMeasIndex 1.3.6.1.4.1.74.2.15.8.2.1.1
A unique value for each Frame Relay interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an attCNMifConfigIndex object instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrMeasInterval 1.3.6.1.4.1.74.2.15.8.2.1.2
This variable identifies the measurement interval number for which measurement is provided. It is a number between 1 and XX, where 1 identifies the most recently completed measurement interval and XX is the least recently completed measurement interval. The value of XX is specified by the attCNMefrMeasMaxIntervals object given in the attCNMefrConfigTable. The maximum length of each measurement interval is specified by the attCNMefrMeasIntervalLen object given in the attCNMefrConfigTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrMeasTimeStamp 1.3.6.1.4.1.74.2.15.8.2.1.3
The time stamp corresponding to the end of the specified measurement interval, as measured in seconds from 00:00:00 UTC (Coordinated Universal Time) January 1, 1970. Any fraction is rounded up.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrMeasLocalTime 1.3.6.1.4.1.74.2.15.8.2.1.4
The time stamp corresponding to the end of the specified measurement interval. Any fraction is rounded up. It is given as a printable ASCII string showing the local time at the end of the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

attCNMefrReceivedOctets 1.3.6.1.4.1.74.2.15.8.2.1.5
The counter associated with the number of bytes received by this Frame Relay interface during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrSentOctets 1.3.6.1.4.1.74.2.15.8.2.1.6
The counter associated with the number of bytes sent by this Frame Relay interface during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrReceivedFrames 1.3.6.1.4.1.74.2.15.8.2.1.7
The counter associated with the number of frames received by this Frame Relay interface during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrSentFrames 1.3.6.1.4.1.74.2.15.8.2.1.8
The counter associated with the number of frames sent by this Frame Relay interface during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrBadFrames 1.3.6.1.4.1.74.2.15.8.2.1.9
The counter associated with the number of frames received by this Frame Relay interface that are faulty. The interface discards bad frames received. A bad frame could be a frame with a non-integral number of octets, or an aborted frame, or a frame with a bad Frame Check Sequence (FCS), or a frame that exceeds the maximum frame size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrReceiverOverruns 1.3.6.1.4.1.74.2.15.8.2.1.10
The counter associated with the number of receiver overruns occurred at this Frame Relay interface during the specified measurement interval. A receiver overrun occurs when frames are received faster than they can be stored and forwarded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrIngressUtil 1.3.6.1.4.1.74.2.15.8.2.1.11
The counter associated with the utilization level of the Frame Relay interface, derived as the total bytes received (in the ingress direction) divided by the line speed of the interface, over the measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrEgressUtil 1.3.6.1.4.1.74.2.15.8.2.1.12
The counter associated with the utilization level of the Frame Relay interface, derived as the total bytes sent (in the egress direction) divided by the line speed of the interface, over the measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrPVCConfigTable 1.3.6.1.4.1.74.2.15.8.3
A list of entries containing configuration information for all Frame Relay interfaces managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AttCNMefrPVCConfigEntry

attCNMefrPVCConfigEntry 1.3.6.1.4.1.74.2.15.8.3.1
An entry containing configuration information for a particular Frame Relay interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AttCNMefrPVCConfigEntry  

attCNMefrPVCConfigIfIndex 1.3.6.1.4.1.74.2.15.8.3.1.1
A unique value for each Frame Relay interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an attCNMifConfigIndex object instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrPVCConfigIndex 1.3.6.1.4.1.74.2.15.8.3.1.2
The DLCI number on a Frame Relay interface that identifies a unique Data Link Connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrPVCServiceType 1.3.6.1.4.1.74.2.15.8.3.1.3
This variable specifies whether the DLCI is a multicast or PVC (unicast) DLCI. A PVC DLCI is used to connect a specific endpoint to another endpoint, whereas a multicast DLCI allows an endpoint to transmit single frames to this Frame Relay interface and have them delivered to multiple destinations.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unicast(1), multicast(2)  

attCNMefrLocalCIR 1.3.6.1.4.1.74.2.15.8.3.1.4
This variable specifies the Committed Information Rate (CIR) for data transmitted on this PVC from the local device through the network via this Frame Relay interface. The maximum value for the CIR is limited to the line speed of this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrLocalCommittedBurst 1.3.6.1.4.1.74.2.15.8.3.1.5
This variable specifies the Committed Burst (Bc) for data transmitted on this PVC from the local device through the network via this Frame Relay interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrLocalExcessBurst 1.3.6.1.4.1.74.2.15.8.3.1.6
This variable specifies the Excess Burst (Be) for data transmitted on this PVC from the local device through the network via this Frame Relay interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrRemoteCIR 1.3.6.1.4.1.74.2.15.8.3.1.7
This variable specifies the Committed Information Rate (CIR) for data transmitted on this PVC from the remote device, through the network, to the local device via this Frame Relay interface. The maximum value for the CIR is limited to the line speed of this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrRemoteCommittedBurst 1.3.6.1.4.1.74.2.15.8.3.1.8
This variable specifies the Committed Burst (Bc) for data transmitted on this PVC from the remote device, through the network, to the local device via this Frame Relay interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrRemoteExcessBurst 1.3.6.1.4.1.74.2.15.8.3.1.9
This variable specifies the Excess Burst (Be) for data transmitted on this PVC from the remote device, through the network, to the local device via this Frame Relay interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrMulticastGroup1 1.3.6.1.4.1.74.2.15.8.3.1.10
A multicast (group) DLCI that includes this DLCI as one of its members. Any messages addressed to this multicast DLCI will be sent to this PVC and to other PVCs that belong in this group. A unicast DLCI can be a member of at most 4 groups. This variable identifies the first multicast DLCI that includes this DLCI as its member.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrMulticastGroup2 1.3.6.1.4.1.74.2.15.8.3.1.11
A multicast (group) DLCI that includes this DLCI as one of its members. Any messages addressed to this multicast DLCI will be sent to this PVC and to other PVCs that belong in this group. A unicast DLCI can be a member of at most 4 groups. This variable identifies the second multicast DLCI that includes this DLCI as its member.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrMulticastGroup3 1.3.6.1.4.1.74.2.15.8.3.1.12
A multicast (group) DLCI that includes this DLCI as one of its members. Any messages addressed to this multicast DLCI will be sent to this PVC and to other PVCs that belong in this group. A unicast DLCI can be a member of at most 4 groups. This variable identifies the third multicast DLCI that includes this DLCI as its member.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrMulticastGroup4 1.3.6.1.4.1.74.2.15.8.3.1.13
A multicast (group) DLCI that includes this DLCI as one of its members. Any messages addressed to this multicast DLCI will be sent to this PVC and to other PVCs that belong in this group. A unicast DLCI can be a member of at most 4 groups. This variable identifies the fourth multicast DLCI that includes this DLCI as its member.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrPVCMeasMaxIntervals 1.3.6.1.4.1.74.2.15.8.3.1.14
This variable identifies the maximum number of measurement intervals supported for the measurements maintained by this Frame Relay interface in the attCNMefrPVCMeasTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrPVCMeasIntervalLen 1.3.6.1.4.1.74.2.15.8.3.1.15
This variable identifies the number of seconds that make up one complete measurement interval for for the measurements maintained by this Frame Relay interface in the attCNMefrPVCMeasTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrPVCMeasTable 1.3.6.1.4.1.74.2.15.8.4
A list of entries containing PVC-level measurement counts, maintained during the specified measurement interval, for all the Frame Relay interfaces managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AttCNMefrPVCMeasEntry

attCNMefrPVCMeasEntry 1.3.6.1.4.1.74.2.15.8.4.1
An entry containing measurement counts, maintained during the specified measurement interval, for a particular PVC on a specific Frame Relay interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AttCNMefrPVCMeasEntry  

attCNMefrPVCMeasIfIndex 1.3.6.1.4.1.74.2.15.8.4.1.1
A unique value for each Frame Relay interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an attCNMifConfigIndex object instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrPVCMeasIndex 1.3.6.1.4.1.74.2.15.8.4.1.2
The DLCI number on a Frame Relay interface that identifies a unique Data Link Connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrPVCMeasInterval 1.3.6.1.4.1.74.2.15.8.4.1.3
This variable identifies the measurement interval number for which measurement is provided. It is a number between 1 and XX, where 1 identifies the most recently completed measurement interval and XX is the least recently completed measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrPVCMeasTimeStamp 1.3.6.1.4.1.74.2.15.8.4.1.4
The time stamp corresponding to the end of the specified measurement interval, as measured in seconds from 00:00:00 UTC (Coordinated Universal Time) January 1, 1970. Any fraction is rounded up.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrPVCMeasLocalTime 1.3.6.1.4.1.74.2.15.8.4.1.5
The time stamp corresponding to the end of the specified measurement interval. Any fraction is rounded up. It is given as a printable ASCII string showing the local time at the end of the interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

attCNMefrPVCReceivedFrames 1.3.6.1.4.1.74.2.15.8.4.1.6
The counter associated with the number of frames received by this Frame Relay PVC during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrPVCSentFrames 1.3.6.1.4.1.74.2.15.8.4.1.7
The counter associated with the number of frames sent by this Frame Relay PVC during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrDiscardEligibilityFrames 1.3.6.1.4.1.74.2.15.8.4.1.8
The counter associated with the number of ingress frames received by this PVC that exceed the Committed Burst Size but don't exceed the maximum throughput configured for the PVC (the Committed Burst Size plus the Excess Burst Size). In addition, all ingress frames with the Discard Eligible (DE) Indicator bit set are included in this count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrBurstSizeExceeded 1.3.6.1.4.1.74.2.15.8.4.1.9
The counter associated with the number of frames that were discarded due to exceeding the maximum throughput configured for the PVC (the Committed Burst Size plus the Excess Burst Size). If the Committed Information Rate (CIR) has not been configured for the PVC, then this field is not applicable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrCongestionAtIngress 1.3.6.1.4.1.74.2.15.8.4.1.10
The counter associated with the number of times frames received by this PVC had to be discarded because buffers were unavailable or congestion control was being enforced during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrCongestionAtEgress 1.3.6.1.4.1.74.2.15.8.4.1.11
The counter associated with the number of times frames sent by this PVC had to be discarded because buffers were unavailable or congestion control was being enforced during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMefrPVCStatusTable 1.3.6.1.4.1.74.2.15.8.5
A list of entries containing status information about Data Link Connections on Frame Relay interfaces managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AttCNMefrPVCStatusEntry

attCNMefrPVCStatusEntry 1.3.6.1.4.1.74.2.15.8.5.1
An entry containing status information about a particular Data Link Connection on a specific Frame Relay interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AttCNMefrPVCStatusEntry  

attCNMefrPVCStatusIfIndex 1.3.6.1.4.1.74.2.15.8.5.1.1
A unique value for each Frame Relay interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an attCNMifConfigIndex object instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrPVCStatusIndex 1.3.6.1.4.1.74.2.15.8.5.1.2
The DLCI number on a Frame Relay interface that identifies a unique Data Link Connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMefrPVCAdminStatus 1.3.6.1.4.1.74.2.15.8.5.1.3
The desired state of this Data Link Connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3), unknown(4)  

attCNMefrPVCOperStatus 1.3.6.1.4.1.74.2.15.8.5.1.4
The current operational state of this Data Link Connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3), unknown(4)