Nortel-MsCarrier-MscPassport-DataCollectionMIB

File: Nortel-MsCarrier-MscPassport-DataCollectionMIB.mib (41296 bytes)

Imported modules

RFC-1212 Nortel-MsCarrier-MscPassport-UsefulDefinitionsMIB Nortel-MsCarrier-MscPassport-StandardTextualConventionsMIB
Nortel-MsCarrier-MscPassport-TextualConventionsMIB

Imported symbols

OBJECT-TYPE mscPassportMIBs mscComponents
Counter32 DisplayString StorageType
RowStatus Gauge32 Integer32
Unsigned32 AsciiString NonReplicated
EnterpriseDateAndTime

Defined Types

MscColRowStatusEntry  
SEQUENCE    
  mscColRowStatus RowStatus
  mscColComponentName DisplayString
  mscColStorageType StorageType
  mscColIndex INTEGER

MscColProvEntry  
SEQUENCE    
  mscColAgentQueueSize Unsigned32

MscColStatsEntry  
SEQUENCE    
  mscColCurrentQueueSize Gauge32
  mscColRecordsRx Counter32
  mscColRecordsDiscarded Counter32

MscColTimesEntry  
SEQUENCE    
  mscColTimesValue EnterpriseDateAndTime
  mscColTimesRowStatus RowStatus

MscColLastEntry  
SEQUENCE    
  mscColLastValue EnterpriseDateAndTime

MscColPeakEntry  
SEQUENCE    
  mscColPeakValue Integer32
  mscColPeakRowStatus RowStatus

MscColSpRowStatusEntry  
SEQUENCE    
  mscColSpRowStatus RowStatus
  mscColSpComponentName DisplayString
  mscColSpStorageType StorageType
  mscColSpIndex NonReplicated

MscColSpProvEntry  
SEQUENCE    
  mscColSpSpooling INTEGER
  mscColSpMaximumNumberOfFiles Unsigned32

MscColSpStateEntry  
SEQUENCE    
  mscColSpAdminState INTEGER
  mscColSpOperationalState INTEGER
  mscColSpUsageState INTEGER
  mscColSpAvailabilityStatus OCTET STRING
  mscColSpProceduralStatus OCTET STRING
  mscColSpControlStatus OCTET STRING
  mscColSpAlarmStatus OCTET STRING
  mscColSpStandbyStatus INTEGER
  mscColSpUnknownStatus INTEGER

MscColSpOperEntry  
SEQUENCE    
  mscColSpSpoolingFileName AsciiString

MscColSpStatsEntry  
SEQUENCE    
  mscColSpCurrentQueueSize Gauge32
  mscColSpRecordsRx Counter32
  mscColSpRecordsDiscarded Counter32

MscColAgRowStatusEntry  
SEQUENCE    
  mscColAgRowStatus RowStatus
  mscColAgComponentName DisplayString
  mscColAgStorageType StorageType
  mscColAgIndex Integer32

MscColAgStatsEntry  
SEQUENCE    
  mscColAgCurrentQueueSize Gauge32
  mscColAgRecordsRx Counter32
  mscColAgRecordsDiscarded Counter32

MscColAgAgentStatsEntry  
SEQUENCE    
  mscColAgRecordsNotGenerated Counter32

Defined Values

dataCollectionMIB 1.3.6.1.4.1.562.36.2.2.14
OBJECT IDENTIFIER    

mscCol 1.3.6.1.4.1.562.36.2.1.21
OBJECT IDENTIFIER    

mscColRowStatusTable 1.3.6.1.4.1.562.36.2.1.21.1
This entry controls the addition and deletion of mscCol components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColRowStatusEntry

mscColRowStatusEntry 1.3.6.1.4.1.562.36.2.1.21.1.1
A single entry in the table represents a single mscCol component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColRowStatusEntry  

mscColRowStatus 1.3.6.1.4.1.562.36.2.1.21.1.1.1
This variable is used as the basis for SNMP naming of mscCol components. These components can be added.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

mscColComponentName 1.3.6.1.4.1.562.36.2.1.21.1.1.2
This variable provides the component's string name for use with the ASCII Console Interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mscColStorageType 1.3.6.1.4.1.562.36.2.1.21.1.1.4
This variable represents the storage type value for the mscCol tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

mscColIndex 1.3.6.1.4.1.562.36.2.1.21.1.1.10
This variable represents the index for the mscCol tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER accounting(0), alarm(1), log(2), debug(3), scn(4), trap(5), stats(6)  

mscColProvTable 1.3.6.1.4.1.562.36.2.1.21.10
This group specifies all of the provisioning data for a DCS Collector.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColProvEntry

mscColProvEntry 1.3.6.1.4.1.562.36.2.1.21.10.1
An entry in the mscColProvTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColProvEntry  

mscColAgentQueueSize 1.3.6.1.4.1.562.36.2.1.21.10.1.1
This attribute has been replaced with the agentQueueSize attribute in the Lp Engineering DataStream Ov component. Upon migration, if the existing provisioned value of this attribute is the same as the system default for this type of data, no new components are added because the default is what the DataStream component already would be using. Otherwise, if the value is not the same as the system default, then for each Lp which is provisioned at the time of the migration, a DataStream is provisioned and the Ov's agentQueueSize is set to the non-default value.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Unsigned32 0 | 20..10000  

mscColStatsTable 1.3.6.1.4.1.562.36.2.1.21.11
This group specifies the statistics operational attributes of the DCS Collector, Agent and Spooler components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColStatsEntry

mscColStatsEntry 1.3.6.1.4.1.562.36.2.1.21.11.1
An entry in the mscColStatsTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColStatsEntry  

mscColCurrentQueueSize 1.3.6.1.4.1.562.36.2.1.21.11.1.1
This gauge contains the current number of records held by this DCS component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

mscColRecordsRx 1.3.6.1.4.1.562.36.2.1.21.11.1.2
This counter contains the cumulative number of records received by a DCS component, from applications which send data to it, since the processor last restarted. This counter wraps to 0 when the maximum value is exceeded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

mscColRecordsDiscarded 1.3.6.1.4.1.562.36.2.1.21.11.1.3
This is the cumulative number of records discarded by this DCS component since the processor last restarted. This counter wraps to 0 when the maximum value is exceeded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

mscColTimesTable 1.3.6.1.4.1.562.36.2.1.21.266
This attribute specifies the scheduled times at which data should be collected. Only accounting applications need the capability to generate data in this way. Setting this attribute for other streams has no effect. The user can enter the times in any order and duplicates are prevented at data entry. There is a limit of 24 entries, which is imposed at semantic check time. The collection times are triggered in chronological order. A semantic check error is issued if any 2 entries are less than 1 hour apart or if any 2 entries are more than 12 hours apart (which implies that if any entries are provided, there must be at least 2 entries). Note that by default (that is, in the absence of a provisioned schedule), a Virtual Circuit (VC) starts its own 12-hour accounting timer. If any collection times are provisioned here, then the Time- Of-Day-Accounting (TODA) method is used in place of 12-hour accounting. This is applicable to both Switched VCs and Permanent VCs.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColTimesEntry

mscColTimesEntry 1.3.6.1.4.1.562.36.2.1.21.266.1
An entry in the mscColTimesTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColTimesEntry  

mscColTimesValue 1.3.6.1.4.1.562.36.2.1.21.266.1.1
This variable represents both the value and the index for the mscColTimesTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EnterpriseDateAndTime Size(5)  

mscColTimesRowStatus 1.3.6.1.4.1.562.36.2.1.21.266.1.2
This variable is used to control the addition and deletion of individual values of the mscColTimesTable.
Status: mandatory Access: write-only
OBJECT-TYPE    
  RowStatus  

mscColLastTable 1.3.6.1.4.1.562.36.2.1.21.275
Note: This was made obsolete in R4.1 (BD0108A). This attribute is used for Collector/stats and Collector/account. For statistics, when collection is turned off, or prior to the very first probe, the value is the empty list. Otherwise, this is the network time at which the last probe was sent out (that is, the last time that statistics were collected from, or at least reset by, the applications providing them). For accounting, when no entries exist in collectionTimes, or prior to the very first collection time, the value is the empty list. Otherwise, this is the network time at which the last time-of-day changeover occurred.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColLastEntry

mscColLastEntry 1.3.6.1.4.1.562.36.2.1.21.275.1
An entry in the mscColLastTable.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  MscColLastEntry  

mscColLastValue 1.3.6.1.4.1.562.36.2.1.21.275.1.1
This variable represents both the value and the index for the mscColLastTable.
Status: obsolete Access: read-only
OBJECT-TYPE    
  EnterpriseDateAndTime Size(19)  

mscColPeakTable 1.3.6.1.4.1.562.36.2.1.21.279
This attribute specifies the length of the accounting peak water mark interval. It is at least one minute and at most 15 minutes long. An accounting peak water mark within a given accounting interval is the accounting count which occured during a peak water mark interval with the highest traffic. Peak water marks are used to determine traffic bursts. If no value is provisioned for this attribute value of 5 minutes is assumed. Peak water mark is only measured if attribute collectionTimes in Collector/account is provisioned.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColPeakEntry

mscColPeakEntry 1.3.6.1.4.1.562.36.2.1.21.279.1
An entry in the mscColPeakTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColPeakEntry  

mscColPeakValue 1.3.6.1.4.1.562.36.2.1.21.279.1.1
This variable represents both the value and the index for the mscColPeakTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Integer32 1..15  

mscColPeakRowStatus 1.3.6.1.4.1.562.36.2.1.21.279.1.2
This variable is used to control the addition and deletion of individual values of the mscColPeakTable.
Status: mandatory Access: write-only
OBJECT-TYPE    
  RowStatus  

mscColSp 1.3.6.1.4.1.562.36.2.1.21.2
OBJECT IDENTIFIER    

mscColSpRowStatusTable 1.3.6.1.4.1.562.36.2.1.21.2.1
This entry controls the addition and deletion of mscColSp components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColSpRowStatusEntry

mscColSpRowStatusEntry 1.3.6.1.4.1.562.36.2.1.21.2.1.1
A single entry in the table represents a single mscColSp component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColSpRowStatusEntry  

mscColSpRowStatus 1.3.6.1.4.1.562.36.2.1.21.2.1.1.1
This variable is used as the basis for SNMP naming of mscColSp components. These components cannot be added nor deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowStatus  

mscColSpComponentName 1.3.6.1.4.1.562.36.2.1.21.2.1.1.2
This variable provides the component's string name for use with the ASCII Console Interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mscColSpStorageType 1.3.6.1.4.1.562.36.2.1.21.2.1.1.4
This variable represents the storage type value for the mscColSp tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

mscColSpIndex 1.3.6.1.4.1.562.36.2.1.21.2.1.1.10
This variable represents the index for the mscColSp tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NonReplicated  

mscColSpProvTable 1.3.6.1.4.1.562.36.2.1.21.2.10
This group specifies all of the provisioning data for a DCS Spooler.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColSpProvEntry

mscColSpProvEntry 1.3.6.1.4.1.562.36.2.1.21.2.10.1
An entry in the mscColSpProvTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColSpProvEntry  

mscColSpSpooling 1.3.6.1.4.1.562.36.2.1.21.2.10.1.1
This attribute specifies whether or not this type of data is spooled to the disk. If set to off, it is roughly equivalent to Locking the Spooler (except this will survive processor restarts). The following defaults are used: - alarm: on - accounting: on - log: on - debug: off - scn: on - trap: off (see Note below) - stats: on Note that SNMP Traps cannot be spooled. A semantic check prevents the user from setting the value to on for the trap stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(0), on(1)  

mscColSpMaximumNumberOfFiles 1.3.6.1.4.1.562.36.2.1.21.2.10.1.2
This attribute specifies the maximum number of files that should be kept on the disk in the directory containing the closed files of this type. The value 0 is defined to mean 'unlimited'. A different default for each type of Spooler is defined as follows: - alarm: 30 - accounting: 200 - debug: 2 - log: 10 - scn: 10 - trap: 2 (this value is meaningless and is ignored) - stats: 200
Status: mandatory Access: read-write
OBJECT-TYPE    
  Unsigned32 0..200  

mscColSpStateTable 1.3.6.1.4.1.562.36.2.1.21.2.11
This group contains the three OSI State attributes and the six OSI Status attributes. The descriptions generically indicate what each attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241- 7001-150, Passport Operations and Maintenance Guide.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColSpStateEntry

mscColSpStateEntry 1.3.6.1.4.1.562.36.2.1.21.2.11.1
An entry in the mscColSpStateTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColSpStateEntry  

mscColSpAdminState 1.3.6.1.4.1.562.36.2.1.21.2.11.1.1
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component. The OSI Status attributes, if supported by the component, may provide more details, qualifying the state of the component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER locked(0), unlocked(1), shuttingDown(2)  

mscColSpOperationalState 1.3.6.1.4.1.562.36.2.1.21.2.11.1.2
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle. The OSI Status attributes, if supported by the component, may provide more details, qualifying the state of the component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

mscColSpUsageState 1.3.6.1.4.1.562.36.2.1.21.2.11.1.3
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time. The OSI Status attributes, if supported by the component, may provide more details, qualifying the state of the component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), active(1), busy(2)  

mscColSpAvailabilityStatus 1.3.6.1.4.1.562.36.2.1.21.2.11.1.4
If supported by the component, this attribute indicates the OSI Availability status of the component. Note that, even though it is defined as a multi-valued set, at most one value is shown to the user. When no values are in the set, this indicates that either the attribute is not supported or that none of the status conditions described below are present. The value inTest indicates that the resource is undergoing a test procedure. If adminState is locked or shuttingDown, the normal users are precluded from using the resource and controlStatus is reservedForTest. Tests that do not exclude additional users can be present in any operational or administrative state but the reservedForTest condition should not be present. The value failed indicates that the component has an internal fault that prevents it from operating. The operationalState is disabled. The value dependency indicates that the component cannot operate because some other resource on which it depends is unavailable. The operationalState is disabled. The value powerOff indicates the resource requires power to be applied and it is not powered on. The operationalState is disabled. The value offLine indicates the resource requires a routine operation (either manual, automatic, or both) to be performed to place it on-line and make it available for use. The operationalState is disabled. The value offDuty indicates the resource is inactive in accordance with a predetermined time schedule. In the absence of other disabling conditions, the operationalState is enabled or disabled. The value degraded indicates the service provided by the component is degraded in some way, such as in speed or operating capacity. However, the resource remains available for service. The operationalState is enabled. The value notInstalled indicates the resource is not present. The operationalState is disabled. The value logFull is not used. Description of bits: inTest(0) failed(1) powerOff(2) offLine(3) offDuty(4) dependency(5) degraded(6) notInstalled(7) logFull(8)
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

mscColSpProceduralStatus 1.3.6.1.4.1.562.36.2.1.21.2.11.1.5
If supported by the component, this attribute indicates the OSI Procedural status of the component. Note that, even though it is defined as a multi-valued set, at most one value is shown to the user. When no values are in the set, this indicates that either the attribute is not supported or that none of the status conditions described below are present. The value initializationRequired indicates (for a resource which doesn't initialize autonomously) that initialization is required before it can perform its normal functions, and this procedure has not been initiated. The operationalState is disabled. The value notInitialized indicates (for a resource which does initialize autonomously) that initialization is required before it can perform its normal functions, and this procedure has not been initiated. The operationalState may be enabled or disabled. The value initializing indicates that initialization has been initiated but is not yet complete. The operationalState may be enabled or disabled. The value reporting indicates the resource has completed some processing operation and is notifying the results. The operationalState is enabled. The value terminating indicates the component is in a termination phase. If the resource doesn't reinitialize autonomously, operationalState is disabled; otherwise it is enabled or disabled. Description of bits: initializationRequired(0) notInitialized(1) initializing(2) reporting(3) terminating(4)
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

mscColSpControlStatus 1.3.6.1.4.1.562.36.2.1.21.2.11.1.6
If supported by the component, this attribute indicates the OSI Control status of the component. Note that, even though it is defined as a multi-valued set, at most one value is shown to the user. When no values are in the set, this indicates that either the attribute is not supported or that none of the status conditions described below are present. The value subjectToTest indicates the resource is available but tests may be conducted simultaneously at unpredictable times, which may cause it to exhibit unusual characteristics. The value partOfServicesLocked indicates that part of the service is restricted from users of a resource. The adminState is unlocked. The value reservedForTest indicates that the component is administratively unavailable because it is undergoing a test procedure. The adminState is locked. The value suspended indicates that the service has been administratively suspended. Description of bits: subjectToTest(0) partOfServicesLocked(1) reservedForTest(2) suspended(3)
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

mscColSpAlarmStatus 1.3.6.1.4.1.562.36.2.1.21.2.11.1.7
If supported by the component, this attribute indicates the OSI Alarm status of the component. Note that, even though it is defined as a multi-valued set, at most one value is shown to the user. When no values are in the set, this indicates that either the attribute is not supported or that none of the status conditions described below are present. The value underRepair indicates the component is currently being repaired. The operationalState is enabled or disabled. The value critical indicates one or more critical alarms are outstanding against the component. Other, less severe, alarms may also be outstanding. The operationalState is enabled or disabled. The value major indicates one or more major alarms are outstanding against the component. Other, less severe, alarms may also be outstanding. The operationalState is enabled or disabled. The value minor indicates one or more minor alarms are outstanding against the component. Other, less severe, alarms may also be outstanding. The operationalState is enabled or disabled. The value alarmOutstanding generically indicates that an alarm of some severity is outstanding against the component. Description of bits: underRepair(0) critical(1) major(2) minor(3) alarmOutstanding(4)
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

mscColSpStandbyStatus 1.3.6.1.4.1.562.36.2.1.21.2.11.1.8
If supported by the component, this attribute indicates the OSI Standby status of the component. The value notSet indicates that either the attribute is not supported or that none of the status conditions described below are present. Note that this is a non-standard value, used because the original specification indicated this attribute was set-valued and thus, did not provide a value to indicate that none of the other three are applicable. The value hotStandby indicates that the resource is not providing service but will be immediately able to take over the role of the resource to be backed up, without initialization activity, and containing the same information as the resource to be backed up. The value coldStandby indicates the resource is a backup for another resource but will not be immediately able to take over the role of the backed up resource and will require some initialization activity. The value providingService indicates that this component, as a backup resource, is currently backing up another resource.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hotStandby(0), coldStandby(1), providingService(2), notSet(15)  

mscColSpUnknownStatus 1.3.6.1.4.1.562.36.2.1.21.2.11.1.9
This attribute indicates the OSI Unknown status of the component. The value false indicates that all of the other OSI State and Status attribute values can be considered accurate. The value true indicates that the actual state of the component is not known for sure.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

mscColSpOperTable 1.3.6.1.4.1.562.36.2.1.21.2.12
This group contains the operational attributes specific to a DCS Spooler.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColSpOperEntry

mscColSpOperEntry 1.3.6.1.4.1.562.36.2.1.21.2.12.1
An entry in the mscColSpOperTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColSpOperEntry  

mscColSpSpoolingFileName 1.3.6.1.4.1.562.36.2.1.21.2.12.1.1
When spooling is on, this attribute contains the name of the open file into which data is currently being spooled. When spooling is off, the value of this attribute is the empty string.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(0..128)  

mscColSpStatsTable 1.3.6.1.4.1.562.36.2.1.21.2.13
This group specifies the statistics operational attributes of the DCS Collector, Agent and Spooler components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColSpStatsEntry

mscColSpStatsEntry 1.3.6.1.4.1.562.36.2.1.21.2.13.1
An entry in the mscColSpStatsTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColSpStatsEntry  

mscColSpCurrentQueueSize 1.3.6.1.4.1.562.36.2.1.21.2.13.1.1
This gauge contains the current number of records held by this DCS component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

mscColSpRecordsRx 1.3.6.1.4.1.562.36.2.1.21.2.13.1.2
This counter contains the cumulative number of records received by a DCS component, from applications which send data to it, since the processor last restarted. This counter wraps to 0 when the maximum value is exceeded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

mscColSpRecordsDiscarded 1.3.6.1.4.1.562.36.2.1.21.2.13.1.3
This is the cumulative number of records discarded by this DCS component since the processor last restarted. This counter wraps to 0 when the maximum value is exceeded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

mscColAg 1.3.6.1.4.1.562.36.2.1.21.3
OBJECT IDENTIFIER    

mscColAgRowStatusTable 1.3.6.1.4.1.562.36.2.1.21.3.1
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This entry controls the addition and deletion of mscColAg components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColAgRowStatusEntry

mscColAgRowStatusEntry 1.3.6.1.4.1.562.36.2.1.21.3.1.1
A single entry in the table represents a single mscColAg component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColAgRowStatusEntry  

mscColAgRowStatus 1.3.6.1.4.1.562.36.2.1.21.3.1.1.1
This variable is used as the basis for SNMP naming of mscColAg components. These components cannot be added nor deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowStatus  

mscColAgComponentName 1.3.6.1.4.1.562.36.2.1.21.3.1.1.2
This variable provides the component's string name for use with the ASCII Console Interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mscColAgStorageType 1.3.6.1.4.1.562.36.2.1.21.3.1.1.4
This variable represents the storage type value for the mscColAg tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

mscColAgIndex 1.3.6.1.4.1.562.36.2.1.21.3.1.1.10
This variable represents the index for the mscColAg tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Integer32 0..15  

mscColAgStatsTable 1.3.6.1.4.1.562.36.2.1.21.3.10
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group specifies the statistics operational attributes of the DCS Collector, Agent and Spooler components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColAgStatsEntry

mscColAgStatsEntry 1.3.6.1.4.1.562.36.2.1.21.3.10.1
An entry in the mscColAgStatsTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColAgStatsEntry  

mscColAgCurrentQueueSize 1.3.6.1.4.1.562.36.2.1.21.3.10.1.1
This gauge contains the current number of records held by this DCS component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32 0..4294967295  

mscColAgRecordsRx 1.3.6.1.4.1.562.36.2.1.21.3.10.1.2
This counter contains the cumulative number of records received by a DCS component, from applications which send data to it, since the processor last restarted. This counter wraps to 0 when the maximum value is exceeded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

mscColAgRecordsDiscarded 1.3.6.1.4.1.562.36.2.1.21.3.10.1.3
This is the cumulative number of records discarded by this DCS component since the processor last restarted. This counter wraps to 0 when the maximum value is exceeded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

mscColAgAgentStatsTable 1.3.6.1.4.1.562.36.2.1.21.3.11
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the statistical attributes specific to the DCS Agent components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscColAgAgentStatsEntry

mscColAgAgentStatsEntry 1.3.6.1.4.1.562.36.2.1.21.3.11.1
An entry in the mscColAgAgentStatsTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscColAgAgentStatsEntry  

mscColAgRecordsNotGenerated 1.3.6.1.4.1.562.36.2.1.21.3.11.1.1
This attribute counts the records of a particular event type on this Card which could not be generated by some application due to some problem such as insufficient resources. One cannot tell exactly which event could not be generated, nor which application instance tried to generate it, but when this count increases, it is an indicator that some re-engineering may be required and will provide some idea as to why a record is missing. This counter wraps to 0 when the maximum value is exceeded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

dataCollectionGroup 1.3.6.1.4.1.562.36.2.2.14.1
OBJECT IDENTIFIER    

dataCollectionGroupCA 1.3.6.1.4.1.562.36.2.2.14.1.1
OBJECT IDENTIFIER    

dataCollectionGroupCA02 1.3.6.1.4.1.562.36.2.2.14.1.1.3
OBJECT IDENTIFIER    

dataCollectionGroupCA02A 1.3.6.1.4.1.562.36.2.2.14.1.1.3.2
OBJECT IDENTIFIER    

dataCollectionCapabilities 1.3.6.1.4.1.562.36.2.2.14.3
OBJECT IDENTIFIER    

dataCollectionCapabilitiesCA 1.3.6.1.4.1.562.36.2.2.14.3.1
OBJECT IDENTIFIER    

dataCollectionCapabilitiesCA02 1.3.6.1.4.1.562.36.2.2.14.3.1.3
OBJECT IDENTIFIER    

dataCollectionCapabilitiesCA02A 1.3.6.1.4.1.562.36.2.2.14.3.1.3.2
OBJECT IDENTIFIER