CENTILLION-ATMMON-MIB

File: CENTILLION-ATMMON-MIB.mib (15793 bytes)

Imported modules

RFC-1212 RFC1213-MIB RFC1155-SMI
CENTILLION-ROOT-MIB

Imported symbols

OBJECT-TYPE ifIndex Counter
IpAddress MacAddress atmMonitor
CardId PortId

Defined Types

AtmPortStatEntry  
SEQUENCE    
  atmStatCardId CardId
  atmStatPortId PortId
  atmSigDetected INTEGER
  atmRxBadHecCell Counter
  atmRxDmaDropCell Counter
  atmRxGoodCell Counter
  atmTxDmaDropCell Counter
  atmTxGoodCell Counter
  atmSuniFifoOverrun Counter

AtmElanPvcStatisticEntry  
SEQUENCE    
  atmElanId INTEGER
  atmElanPvcInUcastPkt INTEGER
  atmElanPvcInMcastPkt INTEGER
  atmElanPvcOutUcastPkt INTEGER
  atmElanPvcOutMcastPkt INTEGER

AtmPvcStatusEntry  
SEQUENCE    
  atmPvcCktId INTEGER
  atmPvcElanId INTEGER
  atmPvcRemoteSwitchInfoValid INTEGER
  atmPvcRemoteSwitchMacAddress MacAddress
  atmPvcRemoteSwitchPvcStatus INTEGER
  atmPvcSTPState INTEGER
  atmPvcRemoteElanId INTEGER
  atmPvcRemoteMcpIpAddress IpAddress

CnCurPortConnsEntry  
SEQUENCE    
  cnCurPortConnsPtptConns INTEGER
  cnCurPortConnsPtmptConns INTEGER
  cnCurPortConnsActiveConns INTEGER

AtmCardOperEntry  
SEQUENCE    
  atmCardOperCardId CardId
  atmCardOperExtClockSource INTEGER

Defined Values

atmPortMonitor 1.3.6.1.4.1.930.2.2.2.1
OBJECT IDENTIFIER    

atmElanMonitor 1.3.6.1.4.1.930.2.2.2.2
OBJECT IDENTIFIER    

atmPvcStatusMonitor 1.3.6.1.4.1.930.2.2.2.3
OBJECT IDENTIFIER    

atmSigMonitor 1.3.6.1.4.1.930.2.2.2.4
OBJECT IDENTIFIER    

atmCardMonitor 1.3.6.1.4.1.930.2.2.2.5
OBJECT IDENTIFIER    

atmStatusEnqMonitor 1.3.6.1.4.1.930.2.2.2.6
OBJECT IDENTIFIER    

atmPortStatTable 1.3.6.1.4.1.930.2.2.2.1.1
ATM Port Statistics
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmPortStatEntry

atmPortStatEntry 1.3.6.1.4.1.930.2.2.2.1.1.1
ATM Port Statistics. Each entry is indexed by two fields: The card number and the port number.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmPortStatEntry  

atmStatCardId 1.3.6.1.4.1.930.2.2.2.1.1.1.1
This field is the card index
Status: mandatory Access: read-only
OBJECT-TYPE    
  CardId  

atmStatPortId 1.3.6.1.4.1.930.2.2.2.1.1.1.2
This field is the port index
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortId  

atmSigDetected 1.3.6.1.4.1.930.2.2.2.1.1.1.3
This bit field indicates if the port receives signal from the remote ATM port. 1= signal present, 2= no signal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER signalpresent(1), nosignal(2)  

atmRxBadHecCell 1.3.6.1.4.1.930.2.2.2.1.1.1.4
The number of cells received that has a bad ATM cell header (HEC). The error is usually due to a physical layer problem. For example, when the fiber is first connected to the system or a clock mismatch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmRxDmaDropCell 1.3.6.1.4.1.930.2.2.2.1.1.1.5
The number of cells received but is discarded by the ATM header validation checking. The error is usually due to a incorrectly configured VPI/VCI or other configuration error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmRxGoodCell 1.3.6.1.4.1.930.2.2.2.1.1.1.6
The number of cells received that is valid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmTxDmaDropCell 1.3.6.1.4.1.930.2.2.2.1.1.1.7
The number of outgoing cells dropped due to congestions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmTxGoodCell 1.3.6.1.4.1.930.2.2.2.1.1.1.8
The number of cells transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmSuniFifoOverrun 1.3.6.1.4.1.930.2.2.2.1.1.1.9
The number of times that the SUNI FIFO overrun status bit has been read in the true state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atmElanPvcStatisticTable 1.3.6.1.4.1.930.2.2.2.2.1
Tmp ATM Elan PVC statistics
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmElanPvcStatisticEntry

atmElanPvcStatisticEntry 1.3.6.1.4.1.930.2.2.2.2.1.1
ATM Elan PVC statistics. The Elan ID is used as the index of the object.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmElanPvcStatisticEntry  

atmElanId 1.3.6.1.4.1.930.2.2.2.2.1.1.1
The Elan index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

atmElanPvcInUcastPkt 1.3.6.1.4.1.930.2.2.2.2.1.1.2
The number of unicast packet that is received from this Elan PVC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmElanPvcInMcastPkt 1.3.6.1.4.1.930.2.2.2.2.1.1.3
The number of multicast packet that is received from this Elan PVC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmElanPvcOutUcastPkt 1.3.6.1.4.1.930.2.2.2.2.1.1.4
The number of unicast packet that is transmitted from this Elan PVC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmElanPvcOutMcastPkt 1.3.6.1.4.1.930.2.2.2.2.1.1.5
The number of unicast packet that is transmitted from this Elan PVC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmPvcStatusTable 1.3.6.1.4.1.930.2.2.2.3.1
Tmp ATM InterSwitch PVC status
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmPvcStatusEntry

atmPvcStatusEntry 1.3.6.1.4.1.930.2.2.2.3.1.1
ATM PVC status. The PVC circuit ID is used as the index of the object.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmPvcStatusEntry  

atmPvcCktId 1.3.6.1.4.1.930.2.2.2.3.1.1.1
This field is the index of the circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

atmPvcElanId 1.3.6.1.4.1.930.2.2.2.3.1.1.2
This field is the index of the elan this circuit belongs to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

atmPvcRemoteSwitchInfoValid 1.3.6.1.4.1.930.2.2.2.3.1.1.3
This field is based on the aging timer of a remote switch. If the local switch has not received any packets from the remote switch for a period of time, then it is declared as non-valid. 1 = non-valid 2 = valid (normal state of operation).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

atmPvcRemoteSwitchMacAddress 1.3.6.1.4.1.930.2.2.2.3.1.1.4
This field lists the remote switch's MAC address. If the atmInterSwitchPvcRemoteSwitchInfoValid object is 1, then this field contains the valid info. Otherwise, this field contains the last learned info.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

atmPvcRemoteSwitchPvcStatus 1.3.6.1.4.1.930.2.2.2.3.1.1.5
This field is set if the remote switch receives packets from this switch. If atmInterSwitchPvcRemoteSwitchInfoValid objeect is 1, then this field contains the valid info. Otherwise, this field contains the last learned info.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

atmPvcSTPState 1.3.6.1.4.1.930.2.2.2.3.1.1.6
This field indicates the STP port state of the circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), blocking(2), listening(3), learning(4), forwarding(5)  

atmPvcRemoteElanId 1.3.6.1.4.1.930.2.2.2.3.1.1.7
This field indicates the elan ID of the circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmPvcRemoteMcpIpAddress 1.3.6.1.4.1.930.2.2.2.3.1.1.8
This is the remote mcp ip address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

cnCurPtptConns 1.3.6.1.4.1.930.2.2.2.4.1
This counter counts the number of current point-to-point calls of the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnCurPtmptConns 1.3.6.1.4.1.930.2.2.2.4.2
This counter counts the number of current point-to-multipoint calls of the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnCurActiveConns 1.3.6.1.4.1.930.2.2.2.4.3
This counter counts the number of current active calls of the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnCurPortConnsTable 1.3.6.1.4.1.930.2.2.2.4.4
This table contains the point-to-point, point-to-multipoint and active calls per port for all the atm ports in the switch.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CnCurPortConnsEntry

cnCurPortConnsEntry 1.3.6.1.4.1.930.2.2.2.4.4.1
This entry contains the point-to-point, point-to-multipoint and active calls per port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CnCurPortConnsEntry  

cnCurPortConnsPtptConns 1.3.6.1.4.1.930.2.2.2.4.4.1.1
This entry counts the number of current point-to-point calls per port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnCurPortConnsPtmptConns 1.3.6.1.4.1.930.2.2.2.4.4.1.2
This entry counts the number of current point-to-multipoint calls per port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnCurPortConnsActiveConns 1.3.6.1.4.1.930.2.2.2.4.4.1.3
This entry counts the number of current active calls per port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atmCardOperTable 1.3.6.1.4.1.930.2.2.2.5.1
ATM Card Operational values
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmCardOperEntry

atmCardOperEntry 1.3.6.1.4.1.930.2.2.2.5.1.1
ATM Card Operational values. Each entry is indexed by card number
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmCardOperEntry  

atmCardOperCardId 1.3.6.1.4.1.930.2.2.2.5.1.1.1
This field is the card index
Status: mandatory Access: read-only
OBJECT-TYPE    
  CardId  

atmCardOperExtClockSource 1.3.6.1.4.1.930.2.2.2.5.1.1.2
This field indicates the operational external clock source. The following value is read-only: 0 = Local Oscillator, 1..N = ATM port id for external clock source. This object only applies to ATM MDA modules with SM, MM, or UTP media types.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnStsEnqPTPCalls 1.3.6.1.4.1.930.2.2.2.6.1
The number of current point-to-point calls in the status enquiry queue of the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnStsEnqActiveParties 1.3.6.1.4.1.930.2.2.2.6.2
The number of current active parties in the status enquiry queue of the switch. (This includes point- to-multi-point calls).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnStsEnqSent 1.3.6.1.4.1.930.2.2.2.6.3
The total number of status enquiry requests sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnStsEnqCfmsRecvd 1.3.6.1.4.1.930.2.2.2.6.4
The number of current status messages (in response to status enquiry) received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnStsEnqRetried 1.3.6.1.4.1.930.2.2.2.6.5
The total number of status enquiry commands retried.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnStsEnqTimeOuts 1.3.6.1.4.1.930.2.2.2.6.6
The total number of status enquiry commands timed out i.e The number of calls for which status (in response to status enquiry) was not received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnStsEnqQueueSize 1.3.6.1.4.1.930.2.2.2.6.7
The size of the status enquiry queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cnStsEnqCallsCleared 1.3.6.1.4.1.930.2.2.2.6.8
The number of calls cleared by status enquiry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER