ATT-CNM-SIP-MIB

File: ATT-CNM-SIP-MIB.mib (13796 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises Gauge DisplayString
OBJECT-TYPE

Defined Types

SMDSAddress  
OCTET STRING Size(8)    

AttCNMsipConfigEntry  
SEQUENCE    
  attCNMsipConfigIndex INTEGER
  attCNMsipMeasMaxIntervals INTEGER
  attCNMsipMeasIntervalLen INTEGER

AttCNMsipMeasEntry  
SEQUENCE    
  attCNMsipMeasIndex INTEGER
  attCNMsipMeasInterval INTEGER
  attCNMsipMeasTimeStamp INTEGER
  attCNMsipMeasLocalTime DisplayString
  attCNMsipReceivedL3PDUs Gauge
  attCNMsipSentL3PDUs Gauge
  attCNMsipReceivedGroupL3PDUs Gauge
  attCNMsipSentGroupL3PDUs Gauge
  attCNMsipReceivedL2PDUs Gauge
  attCNMsipSentL2PDUs Gauge

AttCNMsipL3ErrorLogEntry  
SEQUENCE    
  attCNMsipL3ErrorLogIndex INTEGER
  attCNMsipL3ErrorLogType INTEGER
  attCNMsipL3ErrorLogSA SMDSAddress
  attCNMsipL3ErrorLogDA SMDSAddress
  attCNMsipL3ErrorLogTimeStamp INTEGER
  attCNMsipL3ErrorLogLocalTime DisplayString

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-sip 1.3.6.1.4.1.74.2.15.5
OBJECT IDENTIFIER    

attCNMsipConfigTable 1.3.6.1.4.1.74.2.15.5.1
A list of entries containing configuration information for all SIP interfaces managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AttCNMsipConfigEntry

attCNMsipConfigEntry 1.3.6.1.4.1.74.2.15.5.1.1
An entry containing configuration information for a particular SIP interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AttCNMsipConfigEntry  

attCNMsipConfigIndex 1.3.6.1.4.1.74.2.15.5.1.1.1
A unique value for each SIP 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  

attCNMsipMeasMaxIntervals 1.3.6.1.4.1.74.2.15.5.1.1.2
This variable identifies the maximum number of measurement intervals supported for the measurements maintained by this SIP interface in the attCNMsipMeasTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMsipMeasIntervalLen 1.3.6.1.4.1.74.2.15.5.1.1.3
This variable identifies the number of seconds that make up one complete measurement interval for the measurements maintained by this SIP interface in the attCNMsipMeasTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMsipMeasTable 1.3.6.1.4.1.74.2.15.5.2
A list of entries containing traffic measurements, maintained during the specified measurement interval, for all SIP interfaces managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AttCNMsipMeasEntry

attCNMsipMeasEntry 1.3.6.1.4.1.74.2.15.5.2.1
An entry containing traffic measurements, maintained during the specified measurement interval, for a particular SIP interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AttCNMsipMeasEntry  

attCNMsipMeasIndex 1.3.6.1.4.1.74.2.15.5.2.1.1
A unique value for each SIP 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  

attCNMsipMeasInterval 1.3.6.1.4.1.74.2.15.5.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 attCNMsipMeasMaxIntervals object given in the attCNMsipConfigTable. The maximum length of each measurement interval is specified by the attCNMsipMeasIntervalLen object given in the attCNMsipConfigTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

attCNMsipMeasTimeStamp 1.3.6.1.4.1.74.2.15.5.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  

attCNMsipMeasLocalTime 1.3.6.1.4.1.74.2.15.5.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)  

attCNMsipReceivedL3PDUs 1.3.6.1.4.1.74.2.15.5.2.1.5
The counter associated with the number of individual-addressed and group-addressed L3 PDUs received by a SIP interface during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMsipSentL3PDUs 1.3.6.1.4.1.74.2.15.5.2.1.6
The counter associated with the number of individual-addressed and group-addressed L3 PDUs sent by a SIP interface during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMsipReceivedGroupL3PDUs 1.3.6.1.4.1.74.2.15.5.2.1.7
The counter associated with the number of group-addressed L3 PDUs received by a SIP interface during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMsipSentGroupL3PDUs 1.3.6.1.4.1.74.2.15.5.2.1.8
The counter associated with the number of group-addressed L3 PDUs sent by a SIP interface during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMsipReceivedL2PDUs 1.3.6.1.4.1.74.2.15.5.2.1.9
The counter associated with the number of L2 PDUs received by a SIP interface during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMsipSentL2PDUs 1.3.6.1.4.1.74.2.15.5.2.1.10
The counter associated with the number of L2 PDUs sent by a SIP interface during the specified measurement interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

attCNMsipL3ErrorLogTable 1.3.6.1.4.1.74.2.15.5.3
A list of entries identifying the latest occurrence of protocol errors encountered at the Level 3 layer of all SIP interfaces managed by this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AttCNMsipL3ErrorLogEntry

attCNMsipL3ErrorLogEntry 1.3.6.1.4.1.74.2.15.5.3.1
An entry identifying the latest occurrence of a specific protocol error encountered at the Level 3 layer of a particular SIP interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AttCNMsipL3ErrorLogEntry  

attCNMsipL3ErrorLogIndex 1.3.6.1.4.1.74.2.15.5.3.1.1
A unique value for each SIP 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  

attCNMsipL3ErrorLogType 1.3.6.1.4.1.74.2.15.5.3.1.2
The type of error. It could be one of: - Destination Address Field Format Error, - Source Address Field Format Error, - Invalid BAsize Field Value, - Invalid Header Extension Length, - Invalid Header Extension: Element Length, - Invalid Header Extension: Carrier Selection Element Format, - Invalid Header Extension: Carrier Selection Element Length, - Invalid Header Extension: Version Element Position, Length or Value, - BEtag Mismatch, - BAsize Field Not Equal To Length Field, - Incorrect Length, - MSS Receive Interval Timeout.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER daFieldFormatError(1), saFieldFormatError(2), baSizeFieldValueInvalid(3), heLengthInvalid(4), heElementLengthInvalid(5), heVersionElementInvalid(6), heCarrierSelectionElementInvalid(7), hePADInvalid(8), beTagMismatch(9), baSizeFieldNotEqualLengthField(10), incorrectLength(11), mriTimeout(12)  

attCNMsipL3ErrorLogSA 1.3.6.1.4.1.74.2.15.5.3.1.3
The SMDS source address in the rejected L3 PDU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SMDSAddress  

attCNMsipL3ErrorLogDA 1.3.6.1.4.1.74.2.15.5.3.1.4
The SMDS destination address in the rejected L3 PDU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SMDSAddress  

attCNMsipL3ErrorLogTimeStamp 1.3.6.1.4.1.74.2.15.5.3.1.5
The time stamp for the latest occurrence of the specified error, 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  

attCNMsipL3ErrorLogLocalTime 1.3.6.1.4.1.74.2.15.5.3.1.6
The time stamp for the latest occurrence of the specified error. It is given as a printable ASCII string showing the local time at the latest occurrence of this type of error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)