RFCsonet-MIB DEFINITIONS ::= BEGIN IMPORTS experimental, Gauge FROM RFC1155-SMI DisplayString FROM RFC1213-MIB OBJECT-TYPE FROM RFC-1212; -- This MIB module uses the extended OBJECT-TYPE macro -- as defined in RFC-1212. -- This is the MIB module for the SONET objects sonet OBJECT IDENTIFIER ::= { experimental 32 } -- groups in the SONET MIB module sonetGeneral OBJECT IDENTIFIER ::= { sonet 1 } sonetPhotonic OBJECT IDENTIFIER ::= { sonet 2 } sonetSection OBJECT IDENTIFIER ::= { sonet 3 } sonetLine OBJECT IDENTIFIER ::= { sonet 4 } sonetPath OBJECT IDENTIFIER ::= { sonet 5 } sonetVT OBJECT IDENTIFIER ::= { sonet 6 } sonetFarEndLine OBJECT IDENTIFIER ::= { sonet 7 } sonetFarEndPath OBJECT IDENTIFIER ::= { sonet 8 } sonetFarEndVT OBJECT IDENTIFIER ::= { sonet 9 } -- All SONET systems are required to support -- the sonetGeneral, sonetPhotonic and sonetSection groups. -- Systems terminating SONET lines are required -- to support the sonetGeneral, sonetPhotonic, -- sonetSection, and sonetLine groups and may -- optionally support the sonetFarEndLine group. -- Systems terminating SONET paths are required -- to support the sonetGeneral, sonetPhotonic, sonetSection, -- sonetLine, and sonetPath groups and may -- optionally support the sonetFarEndLine and sonetFarEndPath -- groups. -- Systems terminating SONET floating virtual tributaries are -- required to support the sonetGeneral, sonetPhotonic, sonetSection, -- sonetLine, sonetPath, and sonetVT groups and may -- optionally support the sonetFarEndLine, sonetFarEndPath and -- sonetFarEndVT groups. -- the SONET General group -- Implementation of this group is mandatory for all -- SONET systems. sonetGeneralTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetGeneralEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET General table." ::= { sonetGeneral 1 } sonetGeneralEntry OBJECT-TYPE SYNTAX SonetGeneralEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET table." INDEX { sonetGeneralIndex } ::= { sonetGeneralTable 1 } SonetGeneralEntry ::= SEQUENCE { sonetGeneralIndex INTEGER, sonetGeneralTimeElapsed INTEGER, sonetGeneralValidIntervals INTEGER } sonetGeneralIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an ifIndex object instance." ::= { sonetGeneralEntry 1 } sonetGeneralTimeElapsed OBJECT-TYPE SYNTAX INTEGER (1..900) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds, including partial seconds, that have elapsed since the beginning of the current error-measurement period." ::= { sonetGeneralEntry 2 } sonetGeneralValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "The number of previous intervals for which valid data was collected. The value will be 96 unless the device was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute intervals the device has been online." ::= { sonetGeneralEntry 3 } -- the SONET Photonic group -- Implementation of this group is mandatory for all -- SONET systems. -- SONET interfaces for some applications may be electrical -- interfaces and not optical interfaces. This group handles -- the configuration information for both optical SONET interfaces -- and electrical SONET interfaces. sonetPhotonicConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetPhotonicConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Photonic Configuration table." ::= { sonetPhotonic 1 } sonetPhotonicConfigEntry OBJECT-TYPE SYNTAX SonetPhotonicConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Configuration table." INDEX { sonetPhotonicIndex } ::= { sonetPhotonicConfigTable 1 } SonetPhotonicConfigEntry ::= SEQUENCE { sonetPhotonicIndex INTEGER, sonetPhotonicLineCoding INTEGER, sonetPhotonicLineType INTEGER, sonetPhotonicCircuitIdentifier DisplayString } sonetPhotonicIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an ifIndex object instance." ::= { sonetPhotonicConfigEntry 1 } sonetPhotonicLineCoding OBJECT-TYPE SYNTAX INTEGER { sonetPhotonicOther(1), sonetPhotonicB3ZS(2), sonetPhotonicCMI(3), sonetPhotonicNRZ(4), sonetPhotonicRZ(5) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable describes the line coding for this interface. The B3ZS and CMI are used for electrical SONET signals (STS-1 and STS-3). The Non-Return to Zero (NRZ) and the Return to Zero are used for optical SONET signals." ::= { sonetPhotonicConfigEntry 2 } sonetPhotonicLineType OBJECT-TYPE SYNTAX INTEGER { sonetSingleMode(1), sonetMultiMode(2), sonetCoax(3) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable describes the line type for this interface. The line types are Single Mode fiber or Multi-Mode fiber interfaces and coax for electrical interfaces." ::= { sonetPhotonicConfigEntry 3 } sonetPhotonicCircuitIdentifier OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "This variable contains the transmission vendor's circuit identifier, for the purpose of facilitating troubleshooting." ::= { sonetPhotonicConfigEntry 4 } -- the SONET Section group -- Implementation of this group is mandatory for all -- SONET systems. -- this group consists of 4 tables: -- - the SONET Section Configuration -- - the SONET Section Interval -- - the SONET Section Current -- - the SONET Section Total -- the SONET Section Configuration -- Although the objects in this table are read-only, at -- the agent's discretion they may be made read-write -- so that the management station, when appropriately -- authorized can reconfigure the SONET Sections. sonetSectionConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetSectionConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Section Configuration table." ::= { sonetSection 1 } sonetSectionConfigEntry OBJECT-TYPE SYNTAX SonetSectionConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Section Configuration table." INDEX { sonetSectionIndex } ::= { sonetSectionConfigTable 1 } SonetSectionConfigEntry ::= SEQUENCE { sonetSectionIndex INTEGER, sonetSectionStatus INTEGER } sonetSectionIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an ifIndex object instance." ::= { sonetSectionConfigEntry 1 } sonetSectionStatus OBJECT-TYPE SYNTAX INTEGER (1..7) ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates the status of the interface. The sonetSectionStatus is a bit map represented as a sum, therefore, it can represent multiple defects simultaneously. The sonetSectionNoDefect should be set if and only if no other flag is set. The various bit positions are: 1 sonetSectionNoDefect 2 sonetSectionLOS 4 sonetSectionLOF" ::= { sonetSectionConfigEntry 2 } -- the SONET Section Interval -- The SONET Section Interval Table contains various statistics -- collected by each system over the previous 24 hours of -- operation. The past 24 hours are broken into 96 -- completed 15 minute intervals. sonetSectionIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetSectionIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Section Interval table." ::= { sonetSection 2 } sonetSectionIntervalEntry OBJECT-TYPE SYNTAX SonetSectionIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Section Interval table." INDEX { sonetSectionIntervalIndex, sonetSectionIntervalNumber } ::= { sonetSectionIntervalTable 1 } SonetSectionIntervalEntry ::= SEQUENCE { sonetSectionIntervalIndex INTEGER, sonetSectionIntervalNumber INTEGER, sonetSectionIntervalESs Gauge, sonetSectionIntervalSESs Gauge, sonetSectionIntervalSEFSs Gauge, sonetSectionIntervalCVs Gauge } sonetSectionIntervalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Section to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetSectionIndex object instance." ::= { sonetSectionIntervalEntry 1 } sonetSectionIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid)." ::= { sonetSectionIntervalEntry 2 } sonetSectionIntervalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds encountered by a SONET Section in one of the previous 96, individual 15 minute, intervals." ::= { sonetSectionIntervalEntry 3 } sonetSectionIntervalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered by a SONET Section in one of the previous 96, individual 15 minute, intervals." ::= { sonetSectionIntervalEntry 4 } sonetSectionIntervalSEFSs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Framing Seconds encountered by a SONET Section in one of the previous 96, individual 15 minute, intervals." ::= { sonetSectionIntervalEntry 5 } sonetSectionIntervalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Coding Violations encountered by a SONET Section in one of the previous 96, individual 15-minute, intervals." ::= { sonetSectionIntervalEntry 6 } -- the SONET Section Current -- The SONET current table contains various statistics being -- collected for the current 15 minute interval. sonetSectionCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetSectionCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Section Current table." ::= { sonetSection 3 } sonetSectionCurrentEntry OBJECT-TYPE SYNTAX SonetSectionCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Section Current table." INDEX { sonetSectionCurrentIndex } ::= { sonetSectionCurrentTable 1 } SonetSectionCurrentEntry ::= SEQUENCE { sonetSectionCurrentIndex INTEGER, sonetSectionCurrentESs Gauge, sonetSectionCurrentSESs Gauge, sonetSectionCurrentSEFSs Gauge, sonetSectionCurrentCVs Gauge } sonetSectionCurrentIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Section to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetSectionIndex object instance." ::= { sonetSectionCurrentEntry 1 } sonetSectionCurrentESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds encountered by a SONET Section in the current 15 minute interval." ::= { sonetSectionCurrentEntry 2 } sonetSectionCurrentSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered by a SONET Section in the current 15 minute interval." ::= { sonetSectionCurrentEntry 3 } sonetSectionCurrentSEFSs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Framing Seconds encountered by a SONET Section in the current 15 minute interval." ::= { sonetSectionCurrentEntry 4 } sonetSectionCurrentCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Coding Violations encountered by a SONET Section in the current 15 minute interval." ::= { sonetSectionCurrentEntry 5 } -- the SONET Section Total -- The SONET Section Total Table contains the cumulative sum of -- the various statistics for the 24 hour interval preceding the -- first valid interval in the SonetSectionCurrentTable. sonetSectionTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetSectionTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Section Total Table." ::= { sonetSection 4 } sonetSectionTotalEntry OBJECT-TYPE SYNTAX SonetSectionTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Section Total table." INDEX { sonetSectionTotalIndex } ::= { sonetSectionTotalTable 1 } SonetSectionTotalEntry ::= SEQUENCE { sonetSectionTotalIndex INTEGER, sonetSectionTotalESs Gauge, sonetSectionTotalSESs Gauge, sonetSectionTotalSEFSs Gauge, sonetSectionTotalCVs Gauge } sonetSectionTotalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Section to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetSectionIndex object instance." ::= { sonetSectionTotalEntry 1 } sonetSectionTotalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds encountered by a SONET Section in the previous 24 hour interval." ::= { sonetSectionTotalEntry 2 } sonetSectionTotalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered by a SONET Section in the previous 24 hour interval." ::= { sonetSectionTotalEntry 3 } sonetSectionTotalSEFSs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Framing Seconds encountered by a SONET Section in the previous 24 hour interval." ::= { sonetSectionTotalEntry 4 } sonetSectionTotalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Coding Violations encountered by a SONET Section in the previous 24 hour interval." ::= { sonetSectionTotalEntry 5} -- the SONET Line group -- Implementation of this group is mandatory for all -- SONET systems that terminate SONET Lines, -- Paths or Virtual Tributaries. -- this group consists of 4 tables: -- - the SONET Line Configuration -- - the SONET Line Interval -- - the SONET Line Current -- - the SONET Line Total -- the SONET Line Configuration -- Although the objects in this table are read-only, at -- the agent's discretion they may be made read-write -- so that the management station, when appropriately -- authorized can reconfigure the SONET Lines. sonetLineConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetLineConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Line Configuration table." ::= { sonetLine 1 } sonetLineConfigEntry OBJECT-TYPE SYNTAX SonetLineConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Line Configuration table." INDEX { sonetLineIndex } ::= { sonetLineConfigTable 1 } SonetLineConfigEntry ::= SEQUENCE { sonetLineIndex INTEGER, sonetLineStatus INTEGER } sonetLineIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an ifIndex object instance." ::= { sonetLineConfigEntry 1 } sonetLineStatus OBJECT-TYPE SYNTAX INTEGER (1..7) ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates the status of the interface. The sonetLineStatus is a bit map represented as a sum, therefore, it can represent multiple defects simultaneously. The sonetLineNoDefect should be set if and only if no other flag is set. The various bit positions are: 1 sonetLineNoDefect 2 sonetLineAIS 4 sonetLineRDI" ::= { sonetLineConfigEntry 2 } -- the SONET Line Interval -- The SONET Line Interval Table contains various statistics -- collected by each system over the previous 24 hours of -- operation. The past 24 hours are broken into 96 -- completed 15 minute intervals. sonetLineIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetLineIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Line Interval table." ::= { sonetLine 2 } sonetLineIntervalEntry OBJECT-TYPE SYNTAX SonetLineIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Line Interval table." INDEX { sonetLineIntervalIndex, sonetLineIntervalNumber } ::= { sonetLineIntervalTable 1 } SonetLineIntervalEntry ::= SEQUENCE { sonetLineIntervalIndex INTEGER, sonetLineIntervalNumber INTEGER, sonetLineIntervalESs Gauge, sonetLineIntervalSESs Gauge, sonetLineIntervalCVs Gauge, sonetLineIntervalUASs Gauge } sonetLineIntervalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Line to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetLineIndex object instance." ::= { sonetLineIntervalEntry 1 } sonetLineIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid)." ::= { sonetLineIntervalEntry 2 } sonetLineIntervalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds encountered by a SONET Line in one of the previous 96, individual 15 minute, intervals." ::= { sonetLineIntervalEntry 3 } sonetLineIntervalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered by a SONET Line in one of the previous 96, individual 15 minute, intervals." ::= { sonetLineIntervalEntry 4 } sonetLineIntervalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Coding Violations encountered by a SONET Line in one of the previous 96, individual 15 minute, intervals." ::= { sonetLineIntervalEntry 5 } sonetLineIntervalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds encountered by a SONET Line in one of the previous 96, individual 15 minute, intervals." ::= { sonetLineIntervalEntry 6} -- the SONET Line Current -- The SONET current table contains various statistics being -- collected for the current 15 minute interval. sonetLineCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetLineCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Line Current table." ::= { sonetLine 3 } sonetLineCurrentEntry OBJECT-TYPE SYNTAX SonetLineCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Line Current table." INDEX { sonetLineCurrentIndex } ::= { sonetLineCurrentTable 1 } SonetLineCurrentEntry ::= SEQUENCE { sonetLineCurrentIndex INTEGER, sonetLineCurrentESs Gauge, sonetLineCurrentSESs Gauge, sonetLineCurrentCVs Gauge, sonetLineCurrentUASs Gauge } sonetLineCurrentIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Line to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetLineIndex object instance." ::= { sonetLineCurrentEntry 1 } sonetLineCurrentESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds encountered by a SONET Line in the current 15 minute interval." ::= { sonetLineCurrentEntry 2 } sonetLineCurrentSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered by a SONET Line in the current 15 minute interval." ::= { sonetLineCurrentEntry 3 } sonetLineCurrentCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Coding Violations encountered by a SONET Line in the current 15 minute interval." ::= { sonetLineCurrentEntry 4 } sonetLineCurrentUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds encountered by a SONET Line in the current 15 minute interval." ::= { sonetLineCurrentEntry 6} -- the SONET Line Total -- The SONET Line Total Table contains the cumulative sum of -- the various statistics for the 24 hour interval preceding -- the first valid interval in the SonetLineCurrentTable. sonetLineTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetLineTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Line Total Table." ::= { sonetLine 4 } sonetLineTotalEntry OBJECT-TYPE SYNTAX SonetLineTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Line Total table." INDEX { sonetLineTotalIndex } ::= { sonetLineTotalTable 1 } SonetLineTotalEntry ::= SEQUENCE { sonetLineTotalIndex INTEGER, sonetLineTotalESs Gauge, sonetLineTotalSESs Gauge, sonetLineTotalCVs Gauge, sonetLineTotalUASs Gauge } sonetLineTotalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Line to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetLineIndex object instance." ::= { sonetLineTotalEntry 1 } sonetLineTotalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds encountered by a SONET Line in the previous 24 hour interval." ::= { sonetLineTotalEntry 2 } sonetLineTotalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered by a SONET Line in the previous 24 hour interval." ::= { sonetLineTotalEntry 3 } sonetLineTotalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Coding Violations encountered by a SONET Line in the previous 24 hour interval." ::= { sonetLineTotalEntry 4} sonetLineTotalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds encountered by a SONET Line in the previous 24 hour interval." ::= { sonetLineTotalEntry 6} -- the SONET Path group -- Implementation of this group is mandatory for all -- SONET systems that terminate SONET Paths -- or Virtual Tributaries. -- this group consists of 4 tables: -- - the SONET Path Configuration -- - the SONET Path Interval -- - the SONET Path Current -- - the SONET Path Total -- the SONET Path Configuration -- Although the objects in this table are read-only, at -- the agent's discretion they may be made read-write -- so that the management station, when appropriately -- authorized can reconfigure the SONET Paths. sonetPathConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetPathConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Path Configuration table." ::= { sonetPath 1 } sonetPathConfigEntry OBJECT-TYPE SYNTAX SonetPathConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Path Configuration table." INDEX { sonetPathIfIndex, sonetPathIndex } ::= { sonetPathConfigTable 1 } SonetPathConfigEntry ::= SEQUENCE { sonetPathIfIndex INTEGER, sonetPathIndex INTEGER, sonetPathWidth INTEGER, sonetPathStatus INTEGER } sonetPathIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an ifIndex object instance." ::= { sonetPathConfigEntry 1 } sonetPathIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Path on a SONET Interface. For example, a STS-3 has 3 SONET Paths, and a STS-3c has 1 SONET Path. Another example could be a STS-12 having 4 SONET STS-3c Paths." ::= { sonetPathConfigEntry 2 } sonetPathWidth OBJECT-TYPE SYNTAX INTEGER { sts1(1), sts3c(2), sts9c(3), sts12c(4), sts24c(5), sts48c(6) } ACCESS read-only STATUS mandatory DESCRIPTION "An value that indicates the type of the SONET Path. Assigned types are the STS-Nc SPEs where N = 1, 3, 9, 12, 24, and 48. STS-1 is equal to 51.84 Mbps." ::= { sonetPathConfigEntry 3 } sonetPathStatus OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates the status of the interface. The sonetPathStatus is a bit map represented as a sum, therefore, it can represent multiple defects simultaneously. The sonetPathNoDefect should be set if and only if no other flag is set. The various bit positions are: 1 sonetPathNoDefect 2 sonetPathSTSLOP 4 sonetPathSTSAIS 8 sonetPathSTSRDI" ::= { sonetPathConfigEntry 4 } -- the SONET Path Interval -- The SONET Path Interval Table contains various statistics -- collected by each system over the previous 24 hours of -- operation. The past 24 hours are broken into 96 -- completed 15 minute intervals. sonetPathIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetPathIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Path Interval table." ::= { sonetPath 2 } sonetPathIntervalEntry OBJECT-TYPE SYNTAX SonetPathIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Path Interval table." INDEX { sonetPathIntervalIfIndex, sonetPathIntervalIndex, sonetPathIntervalNumber } ::= { sonetPathIntervalTable 1 } SonetPathIntervalEntry ::= SEQUENCE { sonetPathIntervalIfIndex INTEGER, sonetPathIntervalIndex INTEGER, sonetPathIntervalNumber INTEGER, sonetPathIntervalESs Gauge, sonetPathIntervalSESs Gauge, sonetPathIntervalCVs Gauge, sonetPathIntervalUASs Gauge } sonetPathIntervalIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetPathIfIndex object instance." ::= { sonetPathIntervalEntry 1 } sonetPathIntervalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetPathIndex object instance." ::= { sonetPathIntervalEntry 2 } sonetPathIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid)." ::= { sonetPathIntervalEntry 3 } sonetPathIntervalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds encountered by a SONET Path in one of the previous 96, individual 15 minute, intervals." ::= { sonetPathIntervalEntry 4 } sonetPathIntervalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered by a SONET Path in one of the previous 96, individual 15 minute, intervals." ::= { sonetPathIntervalEntry 5 } sonetPathIntervalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Coding Violations encountered by a SONET Path in one of the previous 96, individual 15 minute, intervals." ::= { sonetPathIntervalEntry 6 } sonetPathIntervalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds encountered by a Path in one of the previous 96, individual 15 minute, intervals." ::= { sonetPathIntervalEntry 7 } -- the SONET Path Current -- The SONET current table contains various statistics being -- collected for the current 15 minute interval. sonetPathCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetPathCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Path Current table." ::= { sonetPath 3 } sonetPathCurrentEntry OBJECT-TYPE SYNTAX SonetPathCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Path Current table." INDEX { sonetPathCurrentIfIndex, sonetPathCurrentIndex } ::= { sonetPathCurrentTable 1 } SonetPathCurrentEntry ::= SEQUENCE { sonetPathCurrentIfIndex INTEGER, sonetPathCurrentIndex INTEGER, sonetPathCurrentESs Gauge, sonetPathCurrentSESs Gauge, sonetPathCurrentCVs Gauge, sonetPathCurrentUASs Gauge } sonetPathCurrentIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetPathIfIndex object instance." ::= { sonetPathCurrentEntry 1 } sonetPathCurrentIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetPathIndex object instance." ::= { sonetPathCurrentEntry 2 } sonetPathCurrentESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds encountered by a SONET Path in the current 15 minute interval." ::= { sonetPathCurrentEntry 3} sonetPathCurrentSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered by a SONET Path in the current 15 minute interval." ::= { sonetPathCurrentEntry 4 } sonetPathCurrentCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Coding Violations encountered by a SONET Path in the current 15 minute interval." ::= { sonetPathCurrentEntry 5 } sonetPathCurrentUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds encountered by a Path in the current 15 minute, interval." ::= { sonetPathCurrentEntry 6 } -- the SONET Path Total -- The SONET Path Total Table contains the cumulative sum of -- the various statistics for the 24 hour interval preceding -- the first valid interval in the SonetPathCurrentTable. sonetPathTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetPathTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Path Total Table." ::= { sonetPath 4 } sonetPathTotalEntry OBJECT-TYPE SYNTAX SonetPathTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Path Total table." INDEX { sonetPathTotalIfIndex, sonetPathTotalIndex } ::= { sonetPathTotalTable 1 } SonetPathTotalEntry ::= SEQUENCE { sonetPathTotalIfIndex INTEGER, sonetPathTotalIndex INTEGER, sonetPathTotalESs Gauge, sonetPathTotalSESs Gauge, sonetPathTotalCVs Gauge, sonetPathTotalUASs Gauge } sonetPathTotalIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetPathIfIndex object instance." ::= { sonetPathTotalEntry 1 } sonetPathTotalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetPathIndex object instance." ::= { sonetPathTotalEntry 2 } sonetPathTotalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds encountered by a SONET Path in the previous 24 hour interval." ::= { sonetPathTotalEntry 3} sonetPathTotalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered by a SONET Path in the previous 24 hour interval." ::= { sonetPathTotalEntry 4 } sonetPathTotalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Coding Violations encountered by a SONET Path in the previous 24 hour interval." ::= { sonetPathTotalEntry 5 } sonetPathTotalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds encountered by a SONET Path in the previous 24 hour interval." ::= { sonetPathTotalEntry 6 } -- the SONET Virtual Tributary group -- Implementation of this group is mandatory for all -- SONET systems that terminate SONET -- Floating Virtual Tributaries (VT). -- this group consists of 4 tables: -- - the SONET VT Configuration -- - the SONET VT Interval -- - the SONET VT Current -- - the SONET VT Total -- the SONET VT Configuration -- Although the objects in this table are read-only, at -- the agent's discretion they may be made read-write -- so that the management station, when appropriately -- authorized can reconfigure the SONET VTs. sonetVTConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetVTConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET VT Configuration table." ::= { sonetVT 1 } sonetVTConfigEntry OBJECT-TYPE SYNTAX SonetVTConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET VT Configuration table." INDEX { sonetVTIfIndex, sonetVTPathIndex, sonetVTIndex } ::= { sonetVTConfigTable 1 } SonetVTConfigEntry ::= SEQUENCE { sonetVTIfIndex INTEGER, sonetVTPathIndex INTEGER, sonetVTIndex INTEGER, sonetVTWidth INTEGER, sonetVTStatus INTEGER } sonetVTIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an ifIndex object instance." ::= { sonetVTConfigEntry 1 } sonetVTPathIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetPathIndex object instance." ::= { sonetVTConfigEntry 2 } sonetVTIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET VT on a SONET Path. A SONET SPE can carry many VTs, for example, one SONET SPE can carry 28 VT1.5s." ::= { sonetVTConfigEntry 3 } sonetVTWidth OBJECT-TYPE SYNTAX INTEGER { vtWidth15(1), vtWidth2(2), vtWidth3(3), vtWidth6(4), vtWidth6c(5) } ACCESS read-only STATUS mandatory DESCRIPTION "An value that indicates the type of the SONET VT. Assigned widths are VT1.5, VT2, VT3, VT6, and VT6c." ::= { sonetVTConfigEntry 4 } sonetVTStatus OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates the status of the interface. The sonetVTStatus is a bit map represented as a sum, therefore, it can represent multiple defects and failures simultaneously. The sonetVTNoDefect should be set if and only if no other flag is set. The various bit positions are: 1 sonetVTNoDefect 2 sonetVTLOP 4 sonetVTPathAIS 8 sonetVTPathRDI 16 sonetVTPathRFI" ::= { sonetVTConfigEntry 5 } -- the SONET VT Interval -- The SONET VT Interval Table contains various statistics -- collected by each system over the previous 24 hours of -- operation. The past 24 hours are broken into 96 -- completed 15 minute intervals. sonetVTIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetVTIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET VT Interval table." ::= { sonetVT 2 } sonetVTIntervalEntry OBJECT-TYPE SYNTAX SonetVTIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET VT Interval table." INDEX { sonetVTIntervalIfIndex, sonetVTIntervalPathIndex, sonetVTIntervalIndex, sonetVTIntervalNumber } ::= { sonetVTIntervalTable 1 } SonetVTIntervalEntry ::= SEQUENCE { sonetVTIntervalIfIndex INTEGER, sonetVTIntervalPathIndex INTEGER, sonetVTIntervalIndex INTEGER, sonetVTIntervalNumber INTEGER, sonetVTIntervalESs Gauge, sonetVTIntervalSESs Gauge, sonetVTIntervalCVs Gauge, sonetVTIntervalUASs Gauge } sonetVTIntervalIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetVTIfIndex object instance." ::= { sonetVTIntervalEntry 1 } sonetVTIntervalPathIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetVTPathIndex object instance." ::= { sonetVTIntervalEntry 2 } sonetVTIntervalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the VT to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetVTIndex object instance." ::= { sonetVTIntervalEntry 3 } sonetVTIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid)." ::= { sonetVTIntervalEntry 4 } sonetVTIntervalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds encountered by a SONET VT in one of the previous 96, individual 15 minute, intervals." ::= { sonetVTIntervalEntry 5 } sonetVTIntervalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered by a SONET VT in one of the previous 96, individual 15 minute, intervals." ::= { sonetVTIntervalEntry 6 } sonetVTIntervalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Coding Violations encountered by a SONET VT in one of the previous 96, individual 15 minute, intervals." ::= { sonetVTIntervalEntry 7 } sonetVTIntervalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds encountered by a VT in one of the previous 96, individual 15 minute, intervals." ::= { sonetVTIntervalEntry 8 } -- the SONET VT Current -- The SONET current table contains various statistics being -- collected for the current 15 minute interval. sonetVTCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetVTCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET VT Current table." ::= { sonetVT 3 } sonetVTCurrentEntry OBJECT-TYPE SYNTAX SonetVTCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET VT Current table." INDEX { sonetVTCurrentIfIndex, sonetVTCurrentPathIndex, sonetVTCurrentIndex } ::= { sonetVTCurrentTable 1 } SonetVTCurrentEntry ::= SEQUENCE { sonetVTCurrentIfIndex INTEGER, sonetVTCurrentPathIndex INTEGER, sonetVTCurrentIndex INTEGER, sonetVTCurrentESs Gauge, sonetVTCurrentSESs Gauge, sonetVTCurrentCVs Gauge, sonetVTCurrentUASs Gauge } sonetVTCurrentIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetVTifIndex object instance." ::= { sonetVTCurrentEntry 1 } sonetVTCurrentPathIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetVTPathIndex object instance." ::= { sonetVTCurrentEntry 2 } sonetVTCurrentIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the VT to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetVTIndex object instance." ::= { sonetVTCurrentEntry 3 } sonetVTCurrentESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds encountered by a SONET VT in the current 15 minute interval." ::= { sonetVTCurrentEntry 4 } sonetVTCurrentSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered by a SONET VT in the current 15 minute interval." ::= { sonetVTCurrentEntry 5 } sonetVTCurrentCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Coding Violations encountered by a SONET VT in the current 15 minute interval." ::= { sonetVTCurrentEntry 6 } sonetVTCurrentUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds encountered by a VT in the current 15 minute, interval." ::= { sonetVTCurrentEntry 7 } -- the SONET VT Total -- The SONET VT Total Table contains the cumulative sum of the -- various statistics for the 24 hour interval preceding the -- first valid interval in the SonetVTCurrentTable. sonetVTTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetVTTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET VT Total Table." ::= { sonetVT 4 } sonetVTTotalEntry OBJECT-TYPE SYNTAX SonetVTTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET VT Total table." INDEX { sonetVTTotalIfIndex, sonetVTTotalPathIndex, sonetVTTotalIndex } ::= { sonetVTTotalTable 1 } SonetVTTotalEntry ::= SEQUENCE { sonetVTTotalIfIndex INTEGER, sonetVTTotalPathIndex INTEGER, sonetVTTotalIndex INTEGER, sonetVTTotalESs Gauge, sonetVTTotalSESs Gauge, sonetVTTotalCVs Gauge, sonetVTTotalUASs Gauge } sonetVTTotalIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An index value that uniquely identifies a SONET Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetVTIfIndex object instance." ::= { sonetVTTotalEntry 1 } sonetVTTotalPathIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetVTPathIndex object instance." ::= { sonetVTTotalEntry 2 } sonetVTTotalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the VT to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of an sonetVTIndex object instance." ::= { sonetVTTotalEntry 3 } sonetVTTotalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds encountered by a SONET VT in the previous 24 hour interval." ::= { sonetVTTotalEntry 4 } sonetVTTotalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered by a SONET VT in the previous 24 hour interval." ::= { sonetVTTotalEntry 5 } sonetVTTotalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Coding Violations encountered by a SONET VT in the previous 24 hour interval." ::= { sonetVTTotalEntry 6 } sonetVTTotalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds encountered by a SONET VT in the previous 24 hour interval." ::= { sonetVTTotalEntry 7 } -- The SONET Far End Line group is optional. -- This group may only be implemented by SONET (LTEs) -- systems that provide for a far end block error (FEBE) -- information at the SONET Line Layer. -- This group consists of three tables: -- SONET Far End Line Current -- SONET Far End Line Interval -- SONET Far End Line Total -- The SONET Far End Line Current -- The SONET Far End Line Current table contains various statistics being -- collected for the current 15 minute interval. -- The statistics are collected from the far end block error code (FEBE) -- within the third Z2 byte of the Line Overhead in Broadband -- ISDN applications. -- The definitions are the same as described for -- the near-end information. sonetFarEndLineCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetFarEndLineCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Far End Line Current table." ::= { sonetFarEndLine 1 } sonetFarEndLineCurrentEntry OBJECT-TYPE SYNTAX SonetFarEndLineCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Far End Line Current table." INDEX { sonetFarEndLineCurrentIndex } ::= { sonetFarEndLineCurrentTable 1 } SonetFarEndLineCurrentEntry ::= SEQUENCE { sonetFarEndLineCurrentIndex INTEGER, sonetFarEndLineCurrentESs Gauge, sonetFarEndLineCurrentSESs Gauge, sonetFarEndLineCurrentCVs Gauge, sonetFarEndLineCurrentUASs Gauge } sonetFarEndLineCurrentIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the SONET interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETLineIndex object instance." ::= { sonetFarEndLineCurrentEntry 1 } sonetFarEndLineCurrentESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far Far End Errored Seconds encountered by a SONET interface in the current 15 minute interval." ::= { sonetFarEndLineCurrentEntry 2 } sonetFarEndLineCurrentSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET interface in the current 15 minute interval." ::= { sonetFarEndLineCurrentEntry 3 } sonetFarEndLineCurrentCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Coding Violations reported via the far end block error count encountered by a SONET interface in the current 15 minute interval." ::= { sonetFarEndLineCurrentEntry 4 } sonetFarEndLineCurrentUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Unavailable Seconds encountered by a SONET interface in the current 15 minute interval." ::= { sonetFarEndLineCurrentEntry 5 } -- The SONET Far End Line Interval -- The SONET Far End Line Interval Table contains various statistics -- collected by each SONET interface over the previous 24 hours of -- operation. The past 24 hours are broken into 96 -- completed 15 minute intervals. sonetFarEndLineIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetFarEndLineIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Far End Line Interval table." ::= { sonetFarEndLine 2 } sonetFarEndLineIntervalEntry OBJECT-TYPE SYNTAX SonetFarEndLineIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Far End Line Interval table." INDEX { sonetFarEndLineIntervalIndex, sonetFarEndLineIntervalNumber } ::= { sonetFarEndLineIntervalTable 1 } SonetFarEndLineIntervalEntry ::= SEQUENCE { sonetFarEndLineIntervalIndex INTEGER, sonetFarEndLineIntervalNumber INTEGER, sonetFarEndLineIntervalESs Gauge, sonetFarEndLineIntervalSESs Gauge, sonetFarEndLineIntervalCVs Gauge, sonetFarEndLineIntervalUASs Gauge } sonetFarEndLineIntervalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the SONET interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETLineIndex object instance." ::= { sonetFarEndLineIntervalEntry 1 } sonetFarEndLineIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid)." ::= { sonetFarEndLineIntervalEntry 2 } sonetFarEndLineIntervalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Errored Seconds encountered by a SONET interface in one of the previous 96, individual 15 minute, intervals." ::= { sonetFarEndLineIntervalEntry 3 } sonetFarEndLineIntervalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET interface in one of the previous 96, individual 15 minute, intervals." ::= { sonetFarEndLineIntervalEntry 4 } sonetFarEndLineIntervalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Coding Violations reported via the far end block error count encountered by a SONET interface in one of the previous 96, individual 15 minute, intervals." ::= { sonetFarEndLineIntervalEntry 5 } sonetFarEndLineIntervalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Unavailable Seconds encountered by a SONET interface in one of the previous 96, individual 15 minute, intervals." ::= { sonetFarEndLineIntervalEntry 6 } -- The SONET Far End Line Total -- The SONET Far End Line Total Table contains the cumulative sum -- of the various statistics for the 24 hour interval preceding the -- first valid interval in the SonetFarEndCurrentTable. sonetFarEndLineTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetFarEndLineTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Far End Line Total table. 24 hour interval." ::= { sonetFarEndLine 3 } sonetFarEndLineTotalEntry OBJECT-TYPE SYNTAX SonetFarEndLineTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Far End Line Total table." INDEX { sonetFarEndLineTotalIndex } ::= { sonetFarEndLineTotalTable 1 } SonetFarEndLineTotalEntry ::= SEQUENCE { sonetFarEndLineTotalIndex INTEGER, sonetFarEndLineTotalESs Gauge, sonetFarEndLineTotalSESs Gauge, sonetFarEndLineTotalCVs Gauge, sonetFarEndLineTotalUASs Gauge } sonetFarEndLineTotalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the SONET interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETLineIndex object instance." ::= { sonetFarEndLineTotalEntry 1 } sonetFarEndLineTotalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Errored Seconds encountered by a SONET interface in the previous 24 hour interval." ::= { sonetFarEndLineTotalEntry 2 } sonetFarEndLineTotalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET interface in the previous 24 hour interval." ::= { sonetFarEndLineTotalEntry 3 } sonetFarEndLineTotalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Coding Violations reported via the far end block error count encountered by a SONET interface in the previous 24 hour interval." ::= { sonetFarEndLineTotalEntry 4 } sonetFarEndLineTotalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Unavailable Seconds encountered by a SONET interface in the previous 24 hour interval." ::= { sonetFarEndLineTotalEntry 5 } -- The SONET Far End Path group is optional. -- This group may only be implemented by SONET -- systems that terminate the SONET Path layer. -- This group consists of three tables: -- SONET Far End Path Current -- SONET Far End Path Interval -- SONET Far End Path Total -- The SONET Far End Path Current -- The SONET Far End Path Current table contains various statistics -- being collected for the current 15 minute interval. -- The statistics are collected from the far end block error code -- (FEBE) within the G1 byte of the Path Overhead. -- The definitions are the same as described for -- the near-end information. sonetFarEndPathCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetFarEndPathCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Far End Path Current table." ::= { sonetFarEndPath 1 } sonetFarEndPathCurrentEntry OBJECT-TYPE SYNTAX SonetFarEndPathCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Far End Path Current table." INDEX { sonetFarEndPathCurrentIfIndex, sonetFarEndPathCurrentIndex } ::= { sonetFarEndPathCurrentTable 1 } SonetFarEndPathCurrentEntry ::= SEQUENCE { sonetFarEndPathCurrentIfIndex INTEGER, sonetFarEndPathCurrentIndex INTEGER, sonetFarEndPathCurrentESs Gauge, sonetFarEndPathCurrentSESs Gauge, sonetFarEndPathCurrentCVs Gauge, sonetFarEndPathCurrentUASs Gauge } sonetFarEndPathCurrentIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the SONET interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETPathIfIndex object instance." ::= { sonetFarEndPathCurrentEntry 1 } sonetFarEndPathCurrentIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETPathIndex object instance." ::= { sonetFarEndPathCurrentEntry 2 } sonetFarEndPathCurrentESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far Far End Errored Seconds encountered by a SONET interface in the current 15 minute interval." ::= { sonetFarEndPathCurrentEntry 3 } sonetFarEndPathCurrentSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET interface in the current 15 minute interval." ::= { sonetFarEndPathCurrentEntry 4 } sonetFarEndPathCurrentCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Coding Violations reported via the far end block error count encountered by a SONET interface in the current 15 minute interval." ::= { sonetFarEndPathCurrentEntry 5 } sonetFarEndPathCurrentUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Unavailable Seconds encountered by a SONET interface in the current 15 minute interval." ::= { sonetFarEndPathCurrentEntry 6 } -- The SONET Far End Path Interval -- The SONET Far End Path Interval Table contains various statistics -- collected by each SONET interface over the previous 24 hours of -- operation. The past 24 hours are broken into 96 -- completed 15 minute intervals. sonetFarEndPathIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetFarEndPathIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Far End Path Interval table." ::= { sonetFarEndPath 2 } sonetFarEndPathIntervalEntry OBJECT-TYPE SYNTAX SonetFarEndPathIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Far End Path Interval table." INDEX { sonetFarEndPathIntervalIfIndex, sonetFarEndPathIntervalIndex, sonetFarEndPathIntervalNumber } ::= { sonetFarEndPathIntervalTable 1 } SonetFarEndPathIntervalEntry ::= SEQUENCE { sonetFarEndPathIntervalIfIndex INTEGER, sonetFarEndPathIntervalIndex INTEGER, sonetFarEndPathIntervalNumber INTEGER, sonetFarEndPathIntervalESs Gauge, sonetFarEndPathIntervalSESs Gauge, sonetFarEndPathIntervalCVs Gauge, sonetFarEndPathIntervalUASs Gauge } sonetFarEndPathIntervalIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the SONET interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETPathIfIndex object instance." ::= { sonetFarEndPathIntervalEntry 1 } sonetFarEndPathIntervalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETPathIndex object instance." ::= { sonetFarEndPathIntervalEntry 2 } sonetFarEndPathIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid)." ::= { sonetFarEndPathIntervalEntry 3 } sonetFarEndPathIntervalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Errored Seconds encountered by a SONET interface in one of the previous 96, individual 15 minute, intervals." ::= { sonetFarEndPathIntervalEntry 4 } sonetFarEndPathIntervalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET interface in one of the previous 96, individual 15 minute, intervals." ::= { sonetFarEndPathIntervalEntry 5 } sonetFarEndPathIntervalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Coding Violations reported via the far end block error count encountered by a SONET interface in one of the previous 96, individual 15 minute, intervals." ::= { sonetFarEndPathIntervalEntry 6 } sonetFarEndPathIntervalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Unavailable Seconds encountered by a SONET interface in one of the previous 96, individual 15 minute, intervals." ::= { sonetFarEndPathIntervalEntry 7 } -- The SONET Far End Path Total -- The SONET Far End Path Total Table contains the cumulative sum -- of the various statistics for the 24 hour interval preceding the -- first valid interval in the SonetFarEndCurrentTable. sonetFarEndPathTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetFarEndPathTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Far End Path Total table. 24 hour interval." ::= { sonetFarEndPath 3 } sonetFarEndPathTotalEntry OBJECT-TYPE SYNTAX SonetFarEndPathTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Far End Path Total table." INDEX { sonetFarEndPathTotalIfIndex, sonetFarEndPathTotalIndex } ::= { sonetFarEndPathTotalTable 1 } SonetFarEndPathTotalEntry ::= SEQUENCE { sonetFarEndPathTotalIfIndex INTEGER, sonetFarEndPathTotalIndex INTEGER, sonetFarEndPathTotalESs Gauge, sonetFarEndPathTotalSESs Gauge, sonetFarEndPathTotalCVs Gauge, sonetFarEndPathTotalUASs Gauge } sonetFarEndPathTotalIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the SONET interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETPathIfIndex object instance." ::= { sonetFarEndPathTotalEntry 1 } sonetFarEndPathTotalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETPathIndex object instance." ::= { sonetFarEndPathTotalEntry 2 } sonetFarEndPathTotalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Errored Seconds encountered by a SONET interface in the previous 24 hour interval." ::= { sonetFarEndPathTotalEntry 3 } sonetFarEndPathTotalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET interface in the previous 24 hour interval." ::= { sonetFarEndPathTotalEntry 4 } sonetFarEndPathTotalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Coding Violations reported via the far end block error count encountered by a SONET interface in the previous 24 hour interval." ::= { sonetFarEndPathTotalEntry 5 } sonetFarEndPathTotalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Unavailable Seconds encountered by a SONET interface in the previous 24 hour interval." ::= { sonetFarEndPathTotalEntry 6 } -- The SONET Far End VT group is optional. -- This group may only be implemented by SONET -- systems that terminate the SONET floating VT layer. -- This group consists of three tables: -- SONET Far End VT Current -- SONET Far End VT Interval -- SONET Far End VT Total -- The SONET Far End VT Current -- The SONET Far End VT Current table contains various statistics -- being collected for the current 15 minute interval. -- The statistics are collected from the far end block error code -- (FEBE) within the G1 byte of the VT Overhead. -- The definitions are the same as described for -- the near-end information. sonetFarEndVTCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetFarEndVTCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Far End VT Current table." ::= { sonetFarEndVT 1 } sonetFarEndVTCurrentEntry OBJECT-TYPE SYNTAX SonetFarEndVTCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Far End VT Current table." INDEX { sonetFarEndVTCurrentIfIndex, sonetFarEndVTCurrentPathIndex, sonetFarEndVTCurrentIndex } ::= { sonetFarEndVTCurrentTable 1 } SonetFarEndVTCurrentEntry ::= SEQUENCE { sonetFarEndVTCurrentIfIndex INTEGER, sonetFarEndVTCurrentPathIndex INTEGER, sonetFarEndVTCurrentIndex INTEGER, sonetFarEndVTCurrentESs Gauge, sonetFarEndVTCurrentSESs Gauge, sonetFarEndVTCurrentCVs Gauge, sonetFarEndVTCurrentUASs Gauge } sonetFarEndVTCurrentIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the SONET interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETVTIfIndex object instance." ::= { sonetFarEndVTCurrentEntry 1 } sonetFarEndVTCurrentPathIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETVTPathIndex object instance." ::= { sonetFarEndVTCurrentEntry 2 } sonetFarEndVTCurrentIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the VT to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETVTIndex object instance." ::= { sonetFarEndVTCurrentEntry 3 } sonetFarEndVTCurrentESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far Far End Errored Seconds encountered by a SONET interface in the current 15 minute interval." ::= { sonetFarEndVTCurrentEntry 4 } sonetFarEndVTCurrentSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET interface in the current 15 minute interval." ::= { sonetFarEndVTCurrentEntry 5 } sonetFarEndVTCurrentCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Coding Violations reported via the far end block error count encountered by a SONET interface in the current 15 minute interval." ::= { sonetFarEndVTCurrentEntry 6 } sonetFarEndVTCurrentUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Unavailable Seconds encountered by a SONET interface in the current 15 minute interval." ::= { sonetFarEndVTCurrentEntry 7 } -- The SONET Far End VT Interval -- The SONET Far End VT Interval Table contains various statistics -- collected by each SONET interface over the previous 24 hours of -- operation. The past 24 hours are broken into 96 -- completed 15 minute intervals. sonetFarEndVTIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetFarEndVTIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Far End VT Interval table." ::= { sonetFarEndVT 2 } sonetFarEndVTIntervalEntry OBJECT-TYPE SYNTAX SonetFarEndVTIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Far End VT Interval table." INDEX { sonetFarEndVTIntervalIfIndex, sonetFarEndVTIntervalPathIndex, sonetFarEndVTIntervalIndex, sonetFarEndVTIntervalNumber } ::= { sonetFarEndVTIntervalTable 1 } SonetFarEndVTIntervalEntry ::= SEQUENCE { sonetFarEndVTIntervalIfIndex INTEGER, sonetFarEndVTIntervalPathIndex INTEGER, sonetFarEndVTIntervalIndex INTEGER, sonetFarEndVTIntervalNumber INTEGER, sonetFarEndVTIntervalESs Gauge, sonetFarEndVTIntervalSESs Gauge, sonetFarEndVTIntervalCVs Gauge, sonetFarEndVTIntervalUASs Gauge } sonetFarEndVTIntervalIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the SONET interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETVTIfIndex object instance." ::= { sonetFarEndVTIntervalEntry 1 } sonetFarEndVTIntervalPathIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETVTPathIndex object instance." ::= { sonetFarEndVTIntervalEntry 2 } sonetFarEndVTIntervalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the VT to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETVTIndex object instance." ::= { sonetFarEndVTIntervalEntry 3 } sonetFarEndVTIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid)." ::= { sonetFarEndVTIntervalEntry 4 } sonetFarEndVTIntervalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Errored Seconds encountered by a SONET interface in one of the previous 96, individual 15 minute, intervals." ::= { sonetFarEndVTIntervalEntry 5 } sonetFarEndVTIntervalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET interface in one of the previous 96, individual 15 minute, intervals." ::= { sonetFarEndVTIntervalEntry 6 } sonetFarEndVTIntervalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Coding Violations reported via the far end block error count encountered by a SONET interface in one of the previous 96, individual 15 minute, intervals." ::= { sonetFarEndVTIntervalEntry 7 } sonetFarEndVTIntervalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Unavailable Seconds encountered by a SONET interface in one of the previous 96, individual 15 minute, intervals." ::= { sonetFarEndVTIntervalEntry 8 } -- The SONET Far End VT Total -- The SONET Far End VT Total Table contains the cumulative sum -- of the various statistics for the 24 hour interval preceding the -- first valid interval in the SonetFarEndCurrentTable. sonetFarEndVTTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF SonetFarEndVTTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SONET Far End VT Total table. 24 hour interval." ::= { sonetFarEndVT 3 } sonetFarEndVTTotalEntry OBJECT-TYPE SYNTAX SonetFarEndVTTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SONET Far End VT Total table." INDEX { sonetFarEndVTTotalIfIndex, sonetFarEndVTTotalPathIndex, sonetFarEndVTTotalIndex } ::= { sonetFarEndVTTotalTable 1 } SonetFarEndVTTotalEntry ::= SEQUENCE { sonetFarEndVTTotalIfIndex INTEGER, sonetFarEndVTTotalPathIndex INTEGER, sonetFarEndVTTotalIndex INTEGER, sonetFarEndVTTotalESs Gauge, sonetFarEndVTTotalSESs Gauge, sonetFarEndVTTotalCVs Gauge, sonetFarEndVTTotalUASs Gauge } sonetFarEndVTTotalIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the SONET interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETVTIfIndex object instance." ::= { sonetFarEndVTTotalEntry 1 } sonetFarEndVTTotalPathIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the Path to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETVTPathIndex object instance." ::= { sonetFarEndVTTotalEntry 2 } sonetFarEndVTTotalIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the VT to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value an SONETVTIndex object instance." ::= { sonetFarEndVTTotalEntry 3 } sonetFarEndVTTotalESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Errored Seconds encountered by a SONET interface in the previous 24 hour interval." ::= { sonetFarEndVTTotalEntry 4 } sonetFarEndVTTotalSESs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Severely Errored Seconds encountered by a SONET interface in the previous 24 hour interval." ::= { sonetFarEndVTTotalEntry 5 } sonetFarEndVTTotalCVs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Coding Violations reported via the far end block error count encountered by a SONET interface in the previous 24 hour interval." ::= { sonetFarEndVTTotalEntry 6 } sonetFarEndVTTotalUASs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Far End Unavailable Seconds encountered by a SONET interface in the previous 24 hour interval." ::= { sonetFarEndVTTotalEntry 7 } END