-- extracted from draft-danenberg-pw-cem-mib-01.txt -- at Wed Nov 28 06:07:23 2001 PW-CEP-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, experimental, Integer32, Counter32, Unsigned32, Counter64 FROM SNMPv2-SMI MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF TEXTUAL-CONVENTION, TruthValue, RowStatus, StorageType, TimeStamp FROM SNMPv2-TC InterfaceIndex, InterfaceIndexOrZero FROM IF-MIB PwVcIndex FROM PW-TC-MIB PerfCurrentCount, PerfIntervalCount FROM PerfHist-TC-MIB pwVcIndex, pwVcOperStatus FROM PW-MIB SnmpAdminString FROM SNMP-FRAMEWORK-MIB; -- The CEP MIB pwVcCepMIB MODULE-IDENTITY LAST-UPDATED "200111161200Z" -- 16 November 2001 12:00:00 EST ORGANIZATION "Pseudo-Wire Emulation Edge-to-Edge (PWE3) Working Group" CONTACT-INFO " Dave Danenberg Postal: Litchfield Communications, Inc. 76 Westbury Park Rd Princeton Building East Watertown, CT 06795 Tel: +1-860-945-1573 x3180 Email: dave_danenberg@litchfieldcomm.com Thomas D. Nadeau Postal: Cisco Systems, Inc. 250 Apollo Drive Chelmsford, MA 01824 Tel: +1-978-244-3051 Email: tnadeau@cisco.com Danenberg et al Expires January 2002 8 Internet Draft PW CEM MIB November 2001 David Zelig Postal: Corrigent Systems LTD. 126, Yigal Alon St. Tel Aviv, ISRAEL Phone: +972-3-6945273 E-mail: davidz@corrigent.com Sharon Mantin Postal: Corrigent Systems 126, Yigal Alon st. Tel Aviv, ISRAEL Phone: +972-3-6948608 Email: sharonm@corrigent.com Scott Park Postal: Litchfield Communications, Inc. 76 Westbury Park Rd Princeton Building East Watertown, CT 06795 Tel: +1-860-945-1573 x3185 Email: scott_park@litchfieldcomm.com Andrew G. Malis Postal: Vivace Networks, Inc. 2730 Orchard Parkway San Jose, CA 95134 Email: Andy.Malis@vivacenetworks.com Or the PWE3 Working Group (pwe3@ietf.org) " DESCRIPTION "This MIB contains managed object definitions for Circuit Emulation over Packet (CEP) as in: Malis, A., Vogelsang, S., Johnson, T., and Martini, L. 'SONET/SDH Circuit Emulation Over Packet (CEP) encapsulation', Internet Draft , September 2001. This MIB reports to the PW-MIB. The PW-MIB contains structures and MIB associations generic to Pseudo-Wire Virtual Circuit (VC) emulation. VC-specific MIBs (such as this) contain config and stats for specific VC types." -- Revision history. REVISION "200111161200Z" -- 16 November 2001 12:00:00 EST DESCRIPTION "- Changed CEM to CEP. - Removed: 'unstructured' CEP type, ECC references, and signaling (CEP options) references, multiple VC instances references, and APS references. - Improved descriptions and some improved object names. Danenberg et al Expires January 2002 9 Internet Draft PW CEM MIB November 2001 - New conformance section. New ConformanceCfg table. - PktResequence is now read-only. - ConfMaxPktLength is now ConfNormalPktLength. - Replaced User Error Action with PlayOutValue. - New cfg object : consecutive non-SESs to exit UAS. - New cfg objects : elapsed time for stats intervals. - New stats object: summary packet error. - New object : added ConfigError to SonetExt table. - NOTE: Many objects added, deleted, or moved - so many OIDs have been re-ordered." REVISION "200109071200Z" -- 07 September 2001 12:00:00 EST DESCRIPTION "- Separated Top level Cfg objects from Total CEM stats. - Removed references to VC instances." REVISION "200107191200Z" -- 19 July 2001 12:00:00 EST DESCRIPTION "Based on the PWE3 Requirements/Framework, the original CEM MIB (draft-danenberg-sonet-ces-mpls-mib-00.txt) has Been split into 3 drafts: - PW-MIB (Zelig, et al). Service-independent MIB. - PW-TC-MIB (Nadeau, et al). Textual Conventions. - PW-CEM-MIB (Danenberg, et al). Service-specific MIB. Aside from the split, then PW-CEM-MIB has undergone other changes: - Ability to define LOPS (loss of packet sync), SES and UAS. - Support for 'unstructured' operation. - Support for CEM-RDI. - Many more minor changes and clarifications." ::= { experimental XXX } -- To be assigned by IANA -- Local Textual conventions PwVcCepCfgIndex ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Index into the pwVcCepCfgTable. Removed trap OID declarations" SYNTAX Unsigned32 -- Top level components of this MIB. -- Traps pwVcCepNotifications OBJECT IDENTIFIER ::= { pwVcCepMIB 0 } Danenberg et al Expires January 2002 10 Internet Draft PW CEM MIB November 2001 pwVcCepNotifyPrefix OBJECT IDENTIFIER ::= { pwVcCepNotifications 0 } -- Tables, Scalars pwVcCepObjects OBJECT IDENTIFIER ::= { pwVcCepMIB 1 } -- Conformance pwVcCepConformance OBJECT IDENTIFIER ::= { pwVcCepMIB 2 } -- CEP VC table pwVcCepTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcCepEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains the index to the entry SONET path table for this CEP VC, and the index to the CEP config table." ::= { pwVcCepObjects 1 } pwVcCepEntry OBJECT-TYPE SYNTAX PwVcCepEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This MIB reports to the PW-MIB. This table is indexed by the same index that was created for the associated entry in the PW VC Table (in the PW-MIB). - The PwVcIndex. An entry is created in this table by the agent for every entry in the pwVc table with a VcType of 'cep'." INDEX { pwVcIndex } ::= { pwVcCepTable 1 } PwVcCepEntry ::= SEQUENCE { pwVcCepType INTEGER, pwVcCepSonetIfIndex InterfaceIndexOrZero, pwVcCepCfgIndex PwVcCepCfgIndex } pwVcCepType OBJECT-TYPE SYNTAX INTEGER { structured (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies the type of CEP VC. Currently only Danenberg et al Expires January 2002 11 Internet Draft PW CEM MIB November 2001 structured types are supported. Other CEP Types may be defined in the future. Note: This object MUST be changed to 'read-write' if other CEP types are added." DEFVAL { structured } ::= { pwVcCepEntry 1 } pwVcCepSonetIfIndex OBJECT-TYPE SYNTAX InterfaceIndexOrZero MAX-ACCESS read-write STATUS current DESCRIPTION "This is a unique index within the ifTable. It represents the interface index for the SONET path. A value of zero indicates an interface index that has yet to be determined. Once set, if the SONET ifIndex is (for some reason) later removed, the agent MAY delete the associated PW VC rows (e.g., this pwVcCep table entry). If the agent does not delete the rows, it is recommended that the agent set this object to zero." ::= { pwVcCepEntry 2 } pwVcCepCfgIndex OBJECT-TYPE SYNTAX PwVcCepCfgIndex MAX-ACCESS read-write STATUS current DESCRIPTION "Index to CEP configuration table below. It is likely that multiple CEP VCs will share 1 CEP Cfg table entry." ::= { pwVcCepEntry 3 } -- End of PW CEP VC table -- Obtain index for PW CEP Configuration table entries pwVcCepCfgIndexNext OBJECT-TYPE SYNTAX PwVcCepCfgIndex MAX-ACCESS read-only STATUS current DESCRIPTION "This object contains an appropriate value to be used for pwVcCepCfgIndex when creating entries in the pwVcCepCfgTable. The value 0 indicates that no unassigned entries are available. To obtain the value of pwVcCepCfgIndex for a new entry in the pwVcCepCfgTable, the manager issues a management protocol retrieval operation to obtain the current value of pwVcCepCfgIndex. After each retrieval operation, the agent should modify the value to reflect the next unassigned index. After a manager retrieves a value the agent will determine through its local policy when this index value will be made available for reuse." ::= { pwVcCepObjects 2 } Danenberg et al Expires January 2002 12 Internet Draft PW CEM MIB November 2001 -- PW CEP VC Configuration Table pwVcCepCfgTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcCepCfgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains a set of parameters that may be referenced by 1 or more CEP VCs by pwVcCepTable." ::= { pwVcCepObjects 3 } pwVcCepCfgEntry OBJECT-TYPE SYNTAX PwVcCepCfgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "These parameters define the characteristics of a CEP VC. They are grouped here to ease NMS burden. Once an entry is created here it may be re-used by many VCs." INDEX { pwVcCepCfgTableIndex } ::= { pwVcCepCfgTable 1 } PwVcCepCfgEntry ::= SEQUENCE { pwVcCepCfgTableIndex PwVcCepCfgIndex, pwVcCepConfigError BITS, pwVcCepCfgNormalPktLength Unsigned32, pwVcCepCfgMinPktLength Unsigned32, pwVcCepCfgPktResequence TruthValue, pwVcCepCfgEnableDBA BITS, pwVcCepCfgJtrBfrDepth Unsigned32, pwVcCepCfgConsecPktsInsync Unsigned32, pwVcCepCfgConsecMissingOutSync Unsigned32, pwVcCepCfgPktErrorPlayOutValue Unsigned32, pwVcCepCfgMissingPktsToSes Unsigned32, pwVcCepCfgSesToUas Unsigned32, pwVcCepCfgSecsToExitUas Unsigned32, pwVcCepCfgRowStatus RowStatus, pwVcCepCfgStorageType StorageType } pwVcCepCfgTableIndex OBJECT-TYPE SYNTAX PwVcCepCfgIndex MAX-ACCESS not-accessible STATUS current Danenberg et al Expires January 2002 13 Internet Draft PW CEM MIB November 2001 DESCRIPTION "Primary index to this table" ::= { pwVcCepCfgEntry 1 } pwVcCepConfigError OBJECT-TYPE SYNTAX BITS { dba ( 0), lopsPktCount ( 1), pktLength ( 2), jtrBfrDepth ( 3), other ( 4) } MAX-ACCESS read-only STATUS current DESCRIPTION "Various configurations errors. Illegal settings within the pwVcCepCfg or pwVcCepSonetExt tables." ::= { pwVcCepCfgEntry 2 } pwVcCepCfgNormalPktLength OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "This is the CEP packet length in number of bytes (including CEP header and payload) used when the packet is NOT a DBA packet. This length applies to inbound and outbound packets carrying user payload. Although there is no control over inbound packets, those of illegal length are discarded and accounted for (see pwVcCepPerf...PktsBadLength.) Note: DBA packets have their own (shorter) length and are not effected by this setting. If CEP payload compression were supported (future), compressed packets would have their own (shorter) length and also not effected by this setting. " REFERENCE "See FEC element format and Interfaces Parameters format in Martini. L, et al, . For use of payload bytes see Malis, A., et al, ." ::= { pwVcCepCfgEntry 3 } pwVcCepCfgMinPktLength OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "This is the minimum CEP packet length in number of bytes (including CEP header and payload). It applies to CEP's bandwidth-savings packets. Currently DBA is the only bandwidth-savings packet type (in the future, CEP may support compression). Minimum packet length is Danenberg et al Expires January 2002 14 Internet Draft PW CEM MIB November 2001 necessary in some systems or networks. Setting Zero here indicates that there is no minimum packet restriction." REFERENCE "See FEC element format and Interfaces Parameters format in Martini. L, et al, . For use of payload bytes see Malis, A., et al, ." DEFVAL { 0 } ::= { pwVcCepCfgEntry 4 } pwVcCepCfgPktResequence OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If set True: as inbound packets are queued in the jitter buffer, out of order packets are re-sequenced. The maximum sequence number differential (i.e., the range in which resequencing can occur) is dependant on the depth of the jitter buffer. See pwVcCepCfgJtrBfrDepth. NOTE: Some implementations may not support this feature. The agent is then required to set this False. " ::= { pwVcCepCfgEntry 5 } pwVcCepCfgEnableDBA OBJECT-TYPE SYNTAX BITS { allOnesOnAis(0), allZerosOnUnequipped(1) } MAX-ACCESS read-create STATUS current DESCRIPTION "Any bits set here MUST enable the DBA (dynamic bandwidth allocation) feature for the specified condition. Setting allOnesOnAis will cause CEP packet payload suppression when AIS is detected on the associated SONET path. Similarly, allZerosOnUnequipped will cause payload suppression when the SONET path is un-equipped. During these conditions, CEP packets will continue to be sent, but with indicators set in the CEP header instructing the remote to play all ones or zeros onto its SONET path. NOTE: some implementations may not support this feature. If set, then the 'dba' error code is set in pwVcCepCfgigError." REFERENCE Danenberg et al Expires January 2002 15 Internet Draft PW CEM MIB November 2001 "See Malis, A., et al, ." DEFVAL { { allOnesOnAis } } ::= { pwVcCepCfgEntry 6 } pwVcCepCfgJtrBfrDepth OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "This setting configures the number of packet buffers reserved for this CEP VC. This object essentially sets the maximum amount of time allowed between CEP packets before the jitter buffer empties. This variable should be set based on the SONET path width (speed) and the amount of delay variation expected to be introduced by the network. Like bandwidth, jitter buffers are likely to be a limited resource to be managed." ::= { pwVcCepCfgEntry 7 } -- -- The following counters work together to integrate (filter) -- errors and the lack of errors on the CEP VC. An error is -- caused by a missing packet. Missing packet can be a result -- of: packet loss in the network, (uncorrectable) packet out -- of sequence, packet length error, jitter buffer overflow, -- and jitter buffer underflow. The result is declaring whether -- or not the CEP VC is in Loss of Packet Sync (LOPS) state. -- pwVcCepCfgConsecPktsInsync OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "Consecutive pkts with sequential sequence numbers required to exit the LOPS state." REFERENCE "See Malis, A., et al, ." DEFVAL { 2 } ::= { pwVcCepCfgEntry 8 } pwVcCepCfgConsecMissingOutSync OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "Consecutive missing pkts required to enter the LOPS state." REFERENCE "See Malis, A., et al, ." DEFVAL { 10 } ::= { pwVcCepCfgEntry 9 } pwVcCepCfgPktErrorPlayOutValue OBJECT-TYPE SYNTAX Unsigned32 (0..255) MAX-ACCESS read-create STATUS current Danenberg et al Expires January 2002 16 Internet Draft PW CEM MIB November 2001 DESCRIPTION "This is the value played when inbound packets have over/underflowed the jitter buffer, or are missing for any reason. This byte pattern is sent (played) on the SONET path." DEFVAL { 255 } -- Play all ones ::= { pwVcCepCfgEntry 10 } pwVcCepCfgMissingPktsToSes OBJECT-TYPE SYNTAX Unsigned32 UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "Number of missing packets detected (consecutive or not) within a 1 second window to cause a Severely Errored Second (SES) to be counted." DEFVAL { 3 } ::= { pwVcCepCfgEntry 11 } pwVcCepCfgSesToUas OBJECT-TYPE SYNTAX Unsigned32 UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "Number of consecutive SESs before declaring VC in UAS state (and at which point pwVcCepPerfUASs starts counting). The SesToUas default value is 10 seconds. NOTE: Similar to RFC 2558, If the agent chooses to update the various performance statistics in real time then it must be prepared to retroactively reduce the ES, SES, counts by this value and increase the UAS count by this value when it determines that UAS state has been entered. NOTE: See pwVcCepPerfSESs and pwVcCepPerfUASs." DEFVAL { 10 } ::= { pwVcCepCfgEntry 12 } pwVcCepCfgSecsToExitUas OBJECT-TYPE SYNTAX Unsigned32 UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "Number of consecutive nonSESs before declaring VC is NOT in UAS state (and at which point pwVcCepPerfUASs stops counting)." DEFVAL { 10 } ::= { pwVcCepCfgEntry 13 } pwVcCepCfgRowStatus OBJECT-TYPE SYNTAX RowStatus Danenberg et al Expires January 2002 17 Internet Draft PW CEM MIB November 2001 MAX-ACCESS read-create STATUS current DESCRIPTION "For creating, modifying, and deleting this row." ::= { pwVcCepCfgEntry 14 } pwVcCepCfgStorageType OBJECT-TYPE SYNTAX StorageType MAX-ACCESS read-create STATUS current DESCRIPTION "This variable indicates the storage type for this object." ::= { pwVcCepCfgEntry 15 } -- End of PW CEP VC Configuration Parameter Table -- CEP VC Performance Current Interval Table. pwVcCepPerfCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcCepPerfCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "CEP bridges the SONET and packet worlds. In the packet world, counts typically start from the time of service creation - and don't stop. In the SONET world, counts are kept in 15 minute intervals. The CEP-MIB supports both methods. The current 15 minute interval counts are in this table. The interval and total stats are in tables following this. This table provides per CEP VC performance information. HC (high capacity) counters are required for some counts due to the high speeds expected with CEP services. A SONET path of width 48 (STS-48c) can rollover non-HC counters in a few minutes." ::= { pwVcCepObjects 4 } pwVcCepPerfCurrentEntry OBJECT-TYPE SYNTAX PwVcCepPerfCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in this table is created by the agent for every pwVcCep entry. After 15 minutes, the contents of this table entry are copied to a new entry in the pwVcCepPerfInterval table and the counts in this entry are reset to zero." INDEX { pwVcIndex } ::= { pwVcCepPerfCurrentTable 1 } Danenberg et al Expires January 2002 18 Internet Draft PW CEM MIB November 2001 PwVcCepPerfCurrentEntry ::= SEQUENCE { pwVcCepPerfCurrentTimeElapsed Integer32, pwVcCepPerfCurrentDbaInPacketsHC Counter64, pwVcCepPerfCurrentDbaOutPacketsHC Counter64, pwVcCepPerfCurrentDbaInPackets Counter32, pwVcCepPerfCurrentDbaOutPackets Counter32, pwVcCepPerfCurrentInNegPtrAdjust Counter32, pwVcCepPerfCurrentInPosPtrAdjust Counter32, pwVcCepPerfCurrentInPtrAdjustSecs Counter32, pwVcCepPerfCurrentOutNegPtrAdjust Counter32, pwVcCepPerfCurrentOutPosPtrAdjust Counter32, pwVcCepPerfCurrentOutPtrAdjustSecs Counter32, pwVcCepPerfCurrentAbsPtrAdjust Integer32, pwVcCepPerfCurrentMissingPkts Counter32, pwVcCepPerfCurrentPktsOoseq Counter32, pwVcCepPerfCurrentPktsOoseqDropped Counter32, pwVcCepPerfCurrentJtrBfrUnderruns Counter32, pwVcCepPerfCurrentJtrBfrOverruns Counter32, pwVcCepPerfCurrentPktsBadLength Counter32, pwVcCepPerfCurrentSummaryErrors Counter32, pwVcCepPerfCurrentESs PerfCurrentCount, pwVcCepPerfCurrentSESs PerfCurrentCount, pwVcCepPerfCurrentUASs PerfCurrentCount } pwVcCepPerfCurrentTimeElapsed OBJECT-TYPE SYNTAX Integer32 (1..900) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of seconds (partial seconds rounded up), that have elapsed since the beginning of the current measurement period." ::= { pwVcCepPerfCurrentEntry 1 } pwVcCepPerfCurrentDbaInPacketsHC OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of DBA packets received." ::= { pwVcCepPerfCurrentEntry 2 } pwVcCepPerfCurrentDbaOutPacketsHC OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of DBA packets sent." ::= { pwVcCepPerfCurrentEntry 3 } Danenberg et al Expires January 2002 19 Internet Draft PW CEM MIB November 2001 pwVcCepPerfCurrentDbaInPackets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of DBA packets received." ::= { pwVcCepPerfCurrentEntry 4 } pwVcCepPerfCurrentDbaOutPackets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of DBA packets sent." ::= { pwVcCepPerfCurrentEntry 5 } -- Pointer adjustment stats pwVcCepPerfCurrentInNegPtrAdjust OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of negative pointer adjustments sent on the SONET path based on CEP pointer adjustments received." ::= { pwVcCepPerfCurrentEntry 6 } pwVcCepPerfCurrentInPosPtrAdjust OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of postive pointer adjustments sent on the SONET path based on CEP pointer adjustments received." ::= { pwVcCepPerfCurrentEntry 7 } pwVcCepPerfCurrentInPtrAdjustSecs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of seconds in which a pos or neg pointer adjustment was sent on the SONET path." ::= { pwVcCepPerfCurrentEntry 8 } pwVcCepPerfCurrentOutNegPtrAdjust OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of negative pointer adjustments seen on the SONET path and encoded onto sent CEP packets." ::= { pwVcCepPerfCurrentEntry 9 } Danenberg et al Expires January 2002 20 Internet Draft PW CEM MIB November 2001 pwVcCepPerfCurrentOutPosPtrAdjust OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of positive pointer adjustments seen on the SONET path and encoded onto sent CEP packets." ::= { pwVcCepPerfCurrentEntry 10 } pwVcCepPerfCurrentOutPtrAdjustSecs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of seconds in which a pos or neg pointer adjustment was seen on the SONET path." ::= { pwVcCepPerfCurrentEntry 11 } pwVcCepPerfCurrentAbsPtrAdjust OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Absolute Pointer adjustments is relative adjustment drifts between inbound and outbound streams. It is calculated as absolute value of : ( InPosPtrAdjust - InNegPtrAdjust) - (OutPosPtrAdjust - OutNegPtrAdjust) " ::= { pwVcCepPerfCurrentEntry 12 } pwVcCepPerfCurrentMissingPkts OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of missing packets (as detected via CEP header sequence number gaps)." ::= { pwVcCepPerfCurrentEntry 13 } pwVcCepPerfCurrentPktsOoseq OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of packets detected out of sequence (via CEP header sequence numbers), but were able to be re-sequenced. Note: some implementations may not support this feature (see pwVcCepCfgPktResequence)." ::= { pwVcCepPerfCurrentEntry 14 } pwVcCepPerfCurrentPktsOoseqDropped OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current Danenberg et al Expires January 2002 21 Internet Draft PW CEM MIB November 2001 DESCRIPTION "Number of packets detected out of sequence (via CEP header sequence numbers), but were unable to be re- sequenced." ::= { pwVcCepPerfCurrentEntry 15 } pwVcCepPerfCurrentJtrBfrUnderruns OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of times the jitter buffer transitioned to empty." ::= { pwVcCepPerfCurrentEntry 16 } pwVcCepPerfCurrentJtrBfrOverruns OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of packets received while jitter buffer is full." ::= { pwVcCepPerfCurrentEntry 17 } pwVcCepPerfCurrentPktsBadLength OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of normal (non-bandwidth-saving packets received) larger or smaller than pwVcCepCfgNormalPktLength." ::= { pwVcCepPerfCurrentEntry 18 } pwVcCepPerfCurrentSummaryErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "A summary of all the packet error types above (from missing packets to bad length packets)." ::= { pwVcCepPerfCurrentEntry 19 } pwVcCepPerfCurrentESs OBJECT-TYPE SYNTAX PerfCurrentCount MAX-ACCESS read-only STATUS current DESCRIPTION "The counter associated with the number of Errored Seconds encountered." ::= { pwVcCepPerfCurrentEntry 20 } pwVcCepPerfCurrentSESs OBJECT-TYPE SYNTAX PerfCurrentCount MAX-ACCESS read-only STATUS current DESCRIPTION Danenberg et al Expires January 2002 22 Internet Draft PW CEM MIB November 2001 "The counter associated with the number of Severely Errored Seconds encountered." ::= { pwVcCepPerfCurrentEntry 21 } pwVcCepPerfCurrentUASs OBJECT-TYPE SYNTAX PerfCurrentCount MAX-ACCESS read-only STATUS current DESCRIPTION "The counter associated with the number of Unavailable Seconds encountered." ::= { pwVcCepPerfCurrentEntry 22 } -- End PW CEP VC Performance Current Interval Table -- PW CEP VC Performance Interval Table. pwVcCepPerfIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcCepPerfIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides per CEP VC performance information much like the pwVcCepPerfCurrentTable above. However, these counts represent historical 15 minute intervals. Typically, this table will have a maximum of 96 entries for a 24 hour period, but is not limited to this. NOTE: Counter64 objects are used here, Counter32 is too small for OC-768 CEP VCs." ::= { pwVcCepObjects 5 } pwVcCepPerfIntervalEntry OBJECT-TYPE SYNTAX PwVcCepPerfIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in this table is created by the agent for every pwVcCepPerfCurrentEntry that is 15 minutes old. The contents of the Current entry are copied to the new entry here. The Current entry, then resets its counts to zero for the next current 15 minute interval. pwVcCepIndex is found in the pwVcCepCfg table." INDEX { pwVcIndex, pwVcCepPerfIntervalNumber } ::= { pwVcCepPerfIntervalTable 1 } PwVcCepPerfIntervalEntry ::= SEQUENCE { pwVcCepPerfIntervalNumber Unsigned32, pwVcCepPerfIntervalValidData TruthValue, pwVcCepPerfIntervalReset INTEGER, pwVcCepPerfIntervalTimeElapsed Integer32, Danenberg et al Expires January 2002 23 Internet Draft PW CEM MIB November 2001 pwVcCepPerfIntervalDbaInPacketsHC Counter64, pwVcCepPerfIntervalDbaOutPacketsHC Counter64, pwVcCepPerfIntervalDbaInPackets Counter32, pwVcCepPerfIntervalDbaOutPackets Counter32, pwVcCepPerfIntervalInNegPtrAdjust Counter32, pwVcCepPerfIntervalInPosPtrAdjust Counter32, pwVcCepPerfIntervalInPtrAdjustSecs Counter32, pwVcCepPerfIntervalOutNegPtrAdjust Counter32, pwVcCepPerfIntervalOutPosPtrAdjust Counter32, pwVcCepPerfIntervalOutPtrAdjustSecs Counter32, pwVcCepPerfIntervalAbsPtrAdjust Integer32, pwVcCepPerfIntervalMissingPkts Counter32, pwVcCepPerfIntervalPktsOoseq Counter32, pwVcCepPerfIntervalPktsOoseqDropped Counter32, pwVcCepPerfIntervalJtrBfrUnderruns Counter32, pwVcCepPerfIntervalJtrBfrOverruns Counter32, pwVcCepPerfIntervalPktsBadLength Counter32, pwVcCepPerfIntervalSummaryErrors Counter32, pwVcCepPerfIntervalESs PerfIntervalCount, pwVcCepPerfIntervalSESs PerfIntervalCount, pwVcCepPerfIntervalUASs PerfIntervalCount } pwVcCepPerfIntervalNumber OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "A number (normally between 1 and 96 to cover a 24 hour period) which identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1. The minimum range of N is 1 through 4. The default range is 1 through 32. The maximum value of N is 1 through 96." ::= { pwVcCepPerfIntervalEntry 1 } pwVcCepPerfIntervalValidData OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "This variable indicates if the data for this interval is valid." ::= { pwVcCepPerfIntervalEntry 2 } pwVcCepPerfIntervalReset OBJECT-TYPE SYNTAX INTEGER { reset (1), normal(2) Danenberg et al Expires January 2002 24 Internet Draft PW CEM MIB November 2001 } MAX-ACCESS read-create STATUS current DESCRIPTION "Used in cases where the user knows that the errors within this interval should not be counted. Writing 'reset' sets all error counts to zero." ::= { pwVcCepPerfIntervalEntry 3 } pwVcCepPerfIntervalTimeElapsed OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The duration of a particular interval in seconds, Adjustments in the system's time-of-day clock, may cause the interval to be greater or less than, the normal value. Therefore this actual interval value is provided." ::= { pwVcCepPerfIntervalEntry 4 } pwVcCepPerfIntervalDbaInPacketsHC OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of DBA packets received." ::= { pwVcCepPerfIntervalEntry 5 } pwVcCepPerfIntervalDbaOutPacketsHC OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of DBA packets sent." ::= { pwVcCepPerfIntervalEntry 6 } pwVcCepPerfIntervalDbaInPackets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of DBA packets received." ::= { pwVcCepPerfIntervalEntry 7 } pwVcCepPerfIntervalDbaOutPackets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of DBA packets sent." ::= { pwVcCepPerfIntervalEntry 8 } -- Pointer adjustment stats Danenberg et al Expires January 2002 25 Internet Draft PW CEM MIB November 2001 pwVcCepPerfIntervalInNegPtrAdjust OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of negative pointer adjustments sent on the SONET path based on CEP pointer adjustments received." ::= { pwVcCepPerfIntervalEntry 9 } pwVcCepPerfIntervalInPosPtrAdjust OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of postive pointer adjustments sent on the SONET path based on CEP pointer adjustments received." ::= { pwVcCepPerfIntervalEntry 10 } pwVcCepPerfIntervalInPtrAdjustSecs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of seconds in which a pos or neg pointer adjustment was sent on the SONET path." ::= { pwVcCepPerfIntervalEntry 11 } pwVcCepPerfIntervalOutNegPtrAdjust OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of negative pointer adjustments seen on the SONET path and encoded onto sent CEP packets." ::= { pwVcCepPerfIntervalEntry 12 } pwVcCepPerfIntervalOutPosPtrAdjust OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of positive pointer adjustments seen on the SONET path and encoded onto sent CEP packets." ::= { pwVcCepPerfIntervalEntry 13 } pwVcCepPerfIntervalOutPtrAdjustSecs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of seconds in which a pos or neg pointer adjustment was seen on the SONET path." ::= { pwVcCepPerfIntervalEntry 14 } Danenberg et al Expires January 2002 26 Internet Draft PW CEM MIB November 2001 pwVcCepPerfIntervalAbsPtrAdjust OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Absolute Pointer adjustments is relative adjustment drifts between inbound and outbound streams. It is calculated as absolute value of : ( InPosPtrAdjust - InNegPtrAdjust) - (OutPosPtrAdjust - OutNegPtrAdjust) " ::= { pwVcCepPerfIntervalEntry 15 } pwVcCepPerfIntervalMissingPkts OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of missing packets (as detected via CEP header sequence number gaps)." ::= { pwVcCepPerfIntervalEntry 16 } pwVcCepPerfIntervalPktsOoseq OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of packets detected out of sequence (via CEP header sequence numbers), but were able to be re-sequenced. Note: some implementations mat not support this feature (see pwVcCepCfgPktResequence)." ::= { pwVcCepPerfIntervalEntry 17 } pwVcCepPerfIntervalPktsOoseqDropped OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of packets detected out of sequence (via CEP header sequence numbers), but were unable to be re- sequenced." ::= { pwVcCepPerfIntervalEntry 18 } pwVcCepPerfIntervalJtrBfrUnderruns OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of times the jitter buffer transitioned to empty." ::= { pwVcCepPerfIntervalEntry 19 } pwVcCepPerfIntervalJtrBfrOverruns OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current Danenberg et al Expires January 2002 27 Internet Draft PW CEM MIB November 2001 DESCRIPTION "Number of packets received while jitter buffer is full." ::= { pwVcCepPerfIntervalEntry 20 } pwVcCepPerfIntervalPktsBadLength OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of packets received larger or smaller than pwVcCepCfgNormalPktLength." ::= { pwVcCepPerfIntervalEntry 21 } pwVcCepPerfIntervalSummaryErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "A summary of all the packet error types above (from missing packets to bad length packets)." ::= { pwVcCepPerfIntervalEntry 22 } pwVcCepPerfIntervalESs OBJECT-TYPE SYNTAX PerfIntervalCount MAX-ACCESS read-only STATUS current DESCRIPTION "The counter associated with the number of Errored Seconds encountered." ::= { pwVcCepPerfIntervalEntry 23 } pwVcCepPerfIntervalSESs OBJECT-TYPE SYNTAX PerfIntervalCount MAX-ACCESS read-only STATUS current DESCRIPTION "The counter associated with the number of Severely Errored Seconds encountered." ::= { pwVcCepPerfIntervalEntry 24 } pwVcCepPerfIntervalUASs OBJECT-TYPE SYNTAX PerfIntervalCount MAX-ACCESS read-only STATUS current DESCRIPTION "The counter associated with the number of Unavailable Seconds encountered." ::= { pwVcCepPerfIntervalEntry 25 } -- End PW CEP VC Performance Interval Table -- PW CEP VC Total Performance Table Danenberg et al Expires January 2002 28 Internet Draft PW CEM MIB November 2001 pwVcCepPerfTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcCepPerfTotalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides per CEP VC performance information much like the pwVcCepPerfIntervalTable above. However, these counts represent complete historical information. NOTE: Counter64 objects are used here, Counter32 is too small for OC-768 CEP VCs." ::= { pwVcCepObjects 6 } pwVcCepPerfTotalEntry OBJECT-TYPE SYNTAX PwVcCepPerfTotalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry is created in this table by the agent for every entry in the pwVcCep table." INDEX { pwVcIndex } ::= { pwVcCepPerfTotalTable 1 } PwVcCepPerfTotalEntry ::= SEQUENCE { pwVcCepPerfTotalDbaInPacketsHC Counter64, pwVcCepPerfTotalDbaOutPacketsHC Counter64, pwVcCepPerfTotalDbaInPackets Counter32, pwVcCepPerfTotalDbaOutPackets Counter32, pwVcCepPerfTotalInNegPtrAdjust Counter32, pwVcCepPerfTotalInPosPtrAdjust Counter32, pwVcCepPerfTotalInPtrAdjustSecs Counter32, pwVcCepPerfTotalOutNegPtrAdjust Counter32, pwVcCepPerfTotalOutPosPtrAdjust Counter32, pwVcCepPerfTotalOutPtrAdjustSecs Counter32, pwVcCepPerfTotalAbsPtrAdjust Integer32, pwVcCepPerfTotalMissingPkts Counter32, pwVcCepPerfTotalPktsOoseq Counter32, pwVcCepPerfTotalPktsOoseqDropped Counter32, pwVcCepPerfTotalJtrBfrUnderruns Counter32, pwVcCepPerfTotalJtrBfrOverruns Counter32, pwVcCepPerfTotalPktsBadLength Counter32, pwVcCepPerfTotalSummaryErrors Counter32, pwVcCepPerfTotalESs Counter32, pwVcCepPerfTotalSESs Counter32, pwVcCepPerfTotalUASs Counter32, pwVcCepPerfTotalLastDefectsAtEs BITS, pwVcCepPerfTotalLastEsTimeStamp TimeStamp, pwVcCepPerfTotalDiscontinuityTime TimeStamp Danenberg et al Expires January 2002 29 Internet Draft PW CEM MIB November 2001 } pwVcCepPerfTotalDbaInPacketsHC OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of DBA packets received." ::= { pwVcCepPerfTotalEntry 1 } pwVcCepPerfTotalDbaOutPacketsHC OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of DBA packets sent." ::= { pwVcCepPerfTotalEntry 2 } pwVcCepPerfTotalDbaInPackets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of DBA packets received." ::= { pwVcCepPerfTotalEntry 3 } pwVcCepPerfTotalDbaOutPackets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of DBA packets sent." ::= { pwVcCepPerfTotalEntry 4 } -- Pointer adjustment stats pwVcCepPerfTotalInNegPtrAdjust OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of negative pointer adjustments sent on the SONET path based on CEP pointer adjustments received." ::= { pwVcCepPerfTotalEntry 5 } pwVcCepPerfTotalInPosPtrAdjust OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of postive pointer adjustments sent on the SONET path based on CEP pointer adjustments received." ::= { pwVcCepPerfTotalEntry 6 } pwVcCepPerfTotalInPtrAdjustSecs OBJECT-TYPE Danenberg et al Expires January 2002 30 Internet Draft PW CEM MIB November 2001 SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of seconds in which a pos or neg pointer adjustment was sent on the SONET path." ::= { pwVcCepPerfTotalEntry 7 } pwVcCepPerfTotalOutNegPtrAdjust OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of negative pointer adjustments seen on the SONET path and encoded onto sent CEP packets." ::= { pwVcCepPerfTotalEntry 8 } pwVcCepPerfTotalOutPosPtrAdjust OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of positive pointer adjustments seen on the SONET path and encoded onto sent CEP packets." ::= { pwVcCepPerfTotalEntry 9 } pwVcCepPerfTotalOutPtrAdjustSecs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of seconds in which a pos or neg pointer adjustment was seen on the SONET path." ::= { pwVcCepPerfTotalEntry 10 } pwVcCepPerfTotalAbsPtrAdjust OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Absolute Pointer adjustments is relative adjustment drifts between inbound and outbound streams. It is calculated as absolute value of : ( InPosPtrAdjust - InNegPtrAdjust) - (OutPosPtrAdjust - OutNegPtrAdjust) " ::= { pwVcCepPerfTotalEntry 11 } pwVcCepPerfTotalMissingPkts OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of missing packets (as detected via CEP header sequence number gaps)." Danenberg et al Expires January 2002 31 Internet Draft PW CEM MIB November 2001 ::= { pwVcCepPerfTotalEntry 12 } pwVcCepPerfTotalPktsOoseq OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of packets detected out of sequence (via CEP header sequence numbers), but were able to be re-sequenced. Note: some implementations may not support this feature (see pwVcCepCfgPktResequence)." ::= { pwVcCepPerfTotalEntry 13 } pwVcCepPerfTotalPktsOoseqDropped OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of packets detected out of sequence (via CEP header sequence numbers), but were unable to be re- sequenced." ::= { pwVcCepPerfTotalEntry 14 } pwVcCepPerfTotalJtrBfrUnderruns OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of times the jitter buffer transitioned to empty." ::= { pwVcCepPerfTotalEntry 15 } pwVcCepPerfTotalJtrBfrOverruns OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of packets received while jitter buffer is full." ::= { pwVcCepPerfTotalEntry 16 } pwVcCepPerfTotalPktsBadLength OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of packets received larger or smaller than pwVcCepCfgNormalPktLength." ::= { pwVcCepPerfTotalEntry 17 } pwVcCepPerfTotalSummaryErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "A summary of all the packet error types above (from Danenberg et al Expires January 2002 32 Internet Draft PW CEM MIB November 2001 missing packets to bad length packets)." ::= { pwVcCepPerfTotalEntry 18 } pwVcCepPerfTotalESs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter associated with the number of Errored Seconds encountered. See future versions of draft-malis-pwe3-sonet-00.txt for definition of ES." ::= { pwVcCepPerfTotalEntry 19 } pwVcCepPerfTotalSESs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter associated with the number of Severely Errored Seconds. See pwVcCepCfgMissingPktsToSes. Also see future versions of draft-malis-pwe3-sonet for definition." ::= { pwVcCepPerfTotalEntry 20 } pwVcCepPerfTotalUASs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter associated with the number of UnAvailable Seconds. See pwVcCepCfgSesToUAS. NOTE: When first entering the UAS state, the number of SesToUas is added to this object, then as each additional UAS occurs, this object increments by one. NOTE: Similar to RFC 2558, If the agent chooses to update the various performance statistics in real time then it must be prepared to retroactively reduce the ES, SES, counts (by the value of pwVcCepCfgSesToUas) and increase the UAS count (by that same value) when it determines that UAS state has been entered." ::= { pwVcCepPerfTotalEntry 21 } pwVcCepPerfTotalLastDefectsAtEs OBJECT-TYPE SYNTAX BITS { missingPkt ( 0), ooSeqDropped( 1), jtrBfrUnder ( 2), jtrBfrOver ( 3), pktBadLength( 4), lops ( 5), rdi ( 6) } Danenberg et al Expires January 2002 33 Internet Draft PW CEM MIB November 2001 MAX-ACCESS read-only STATUS current DESCRIPTION "The state of defects when the CEP VC last declared an ES (errored second) condition. Since more than one defect can cause ES, all are shown here. Note: currently there is no hierarchy of CEP defects. Note: the algorithm used to capture these defects when entering ES is implementation specific." ::= { pwVcCepPerfTotalEntry 22 } pwVcCepPerfTotalLastEsTimeStamp OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime on the most recent occasion at which the CEP enterd the ES state." ::= { pwVcCepPerfTotalEntry 23 } pwVcCepPerfTotalDiscontinuityTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime on the most recent occasion at which any one or more of this segment's Counter32 or Counter64 suffered a discontinuity. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value." ::= { pwVcCepPerfTotalEntry 24 } -- End of PW CEP Total Performance table -- PW CEP SONET Path or Section/Line Extension Table. pwVcCepSonetExtTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcCepSonetExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table associates a SONET path with a CEP VC and provides the starting time-slot of the SONET path. It as assumed that the transmit and receive sides of the SONET path have the same starting time-slots and sonetPathCurrentWidth. NOTE: It is assumed that a SONET path has standard time-slot distribution. For example, an OC-12 SONET line containing a path of width 3 (STS-3c) and Danenberg et al Expires January 2002 34 Internet Draft PW CEM MIB November 2001 starting at time-slot 1, will consume time-slots 1, 5, and 9." ::= { pwVcCepObjects 7 } pwVcCepSonetExtEntry OBJECT-TYPE SYNTAX PwVcCepSonetExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table is indexed by the SONET ifIndex. An entry to this table is created by the agent when an entry (intended for CEP) is created in either the sonetPathCurrentTable or sonetLineCurrentTable. Alternatively, an agent may create an entry in this table at the point where a valid ifIndex is written to pwVcCepSonetIfIndex in the pwVcCep table. The pwVcCepSonetExt table binds a SONET path (or section/line) to a PW CEP VC. A VC index of 0 indicates that the binding has not yet been set." INDEX { pwVcCepSonetExtIfIndex } ::= { pwVcCepSonetExtTable 1 } PwVcCepSonetExtEntry ::= SEQUENCE { pwVcCepSonetExtIfIndex InterfaceIndex, pwVcCepSonetExtVcIndex PwVcIndex, pwVcCepSonetExtTimeSlot Unsigned32, pwVcCepSonetExtConfigError BITS, pwVcCepSonetExtStorageType StorageType } pwVcCepSonetExtIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "Index for a row in the sonetPathCurrentTable or sonetLineCurrentTable." REFERENCE "See 'Definitions of Managed Objects for the SONET/SDH Interface Type'. Tesink, K., RFC 2558." ::= { pwVcCepSonetExtEntry 1 } pwVcCepSonetExtVcIndex OBJECT-TYPE SYNTAX PwVcIndex MAX-ACCESS read-write STATUS current DESCRIPTION "Index for the conceptual row identifying a VC (or set of VCs) within the generic PW VC table (in PW-MIB) or the local pwVcCepTable." ::= { pwVcCepSonetExtEntry 2 } Danenberg et al Expires January 2002 35 Internet Draft PW CEM MIB November 2001 pwVcCepSonetExtTimeSlot OBJECT-TYPE SYNTAX Unsigned32 (1..192) MAX-ACCESS read-write STATUS current DESCRIPTION "In structured CEP, this object indicates the starting time-slot for this SONET path within the SONET line and section. For OC-48, this value could range from 1 to 48. The SONET path width must be taken into consideration here. For example, in an OC-48, an STS-3c could not start at time-slot 47." REFERENCE "RFC 2558, sonetPathCurrentWidth." ::= { pwVcCepSonetExtEntry 3 } pwVcCepSonetExtConfigError OBJECT-TYPE SYNTAX BITS { timeslotInUse ( 0), timeslotMisuse( 1), other ( 2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Various configurations errors. timeslotInUse means a SONET ifIndex from another CEP VC has already reserved a timeslot(s) that this CEP VC is attempting to reserved. timeslotMisuse is set, for example, if specifying a starting timeslot of 45 for a SONET path of an STS-12c width." ::= { pwVcCepSonetExtEntry 4 } pwVcCepSonetExtStorageType OBJECT-TYPE SYNTAX StorageType MAX-ACCESS read-write STATUS current DESCRIPTION "This variable indicates the storage type for this object." ::= { pwVcCepSonetExtEntry 5 } -- End of CEP SONET Path or Section/Line Extension Table. -- Notifications - CEP VC pwVcCepGlobalNotifyEnable OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "If this object is true, then it enables the generation of pwVcCepUp and pwVcCepDown notifications, otherwise these notifications are Danenberg et al Expires January 2002 36 Internet Draft PW CEM MIB November 2001 not emitted. Note: enabling/disabling notifications for individual CEP VCs is for further study." DEFVAL { false } ::= { pwVcCepObjects 8 } pwVcCepUp NOTIFICATION-TYPE OBJECTS { pwVcOperStatus } STATUS current DESCRIPTION "This notification is generated when a CEP VC has exited the 'failure' state." ::= { pwVcCepNotifyPrefix 1 } pwVcCepDown NOTIFICATION-TYPE OBJECTS { pwVcCepPerfTotalLastDefectsAtEs } STATUS current DESCRIPTION "This notification is generated when a CEP VC has entered the 'failure' state. See description of pwVcCepPerfLastDefectsAtFailure object." ::= { pwVcCepNotifyPrefix 2 } -- End of notifications. -- Conformance Configuration table pwVcCepConformanceCfgTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcCepConformanceCfgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides the means for the agent to declare whether certain CEP VC statistics objects are supported (conformed to) or not. If not supported, then the object MUST be return 0." ::= { pwVcCepObjects 9 } pwVcCepConformanceCfgEntry OBJECT-TYPE SYNTAX PwVcCepConformanceCfgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The agent MUST create a single entry in this table." INDEX { pwVcCepConformanceCfgIndex } ::= { pwVcCepConformanceCfgTable 1 } PwVcCepConformanceCfgEntry ::= SEQUENCE { pwVcCepConformanceCfgIndex INTEGER, pwVcCepPerfDbaInPacketsHCTruth TruthValue, Danenberg et al Expires January 2002 37 Internet Draft PW CEM MIB November 2001 pwVcCepPerfDbaInPacketsHCDesc SnmpAdminString, pwVcCepPerfDbaOutPacketsHCTruth TruthValue, pwVcCepPerfDbaOutPacketsHCDesc SnmpAdminString, pwVcCepPerfDbaInPacketsTruth TruthValue, pwVcCepPerfDbaInPacketsDesc SnmpAdminString, pwVcCepPerfDbaOutPacketsTruth TruthValue, pwVcCepPerfDbaOutPacketsDesc SnmpAdminString, pwVcCepPerfPktsOoseqTruth TruthValue, pwVcCepPerfPktsOoseqDesc SnmpAdminString, pwVcCepPerfPktsOoseqDroppedTruth TruthValue, pwVcCepPerfPktsOoseqDroppedDesc SnmpAdminString, pwVcCepPerfSummaryErrorsTruth TruthValue, pwVcCepPerfSummaryErrorsDesc SnmpAdminString, pwVcCepPerfLastDefectsAtEsTruth TruthValue, pwVcCepPerfLastDefectsAtEsDesc SnmpAdminString } pwVcCepConformanceCfgIndex OBJECT-TYPE SYNTAX INTEGER (0..128) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Any arbitrary number" ::= { pwVcCepConformanceCfgEntry 1 } pwVcCepPerfDbaInPacketsHCTruth OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Tells whether the pwVcCepPerf...DbaInPacketsHC in the pwVcCepPerf...Table is supported." ::= { pwVcCepConformanceCfgEntry 2 } pwVcCepPerfDbaInPacketsHCDesc OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "Explanation for pwVcCepPerf...DbaInPacketsHC support in the pwVcCepPerf...Table." ::= { pwVcCepConformanceCfgEntry 3 } pwVcCepPerfDbaOutPacketsHCTruth OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current Danenberg et al Expires January 2002 38 Internet Draft PW CEM MIB November 2001 DESCRIPTION "Tells whether the pwVcCepPerf...DbaOutPacketsHC in the pwVcCepPerf...Table is supported." ::= { pwVcCepConformanceCfgEntry 4 } pwVcCepPerfDbaOutPacketsHCDesc OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "Explanation for pwVcCepPerf...DbaOutPacketsHC support in the pwVcCepPerf...Table." ::= { pwVcCepConformanceCfgEntry 5 } pwVcCepPerfDbaInPacketsTruth OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Tells whether the pwVcCepPerf...DbaInPackets in the pwVcCepPerf...Table is supported." ::= { pwVcCepConformanceCfgEntry 6 } pwVcCepPerfDbaInPacketsDesc OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "Explanation for pwVcCepPerf...DbaInPackets support in the pwVcCepPerf...Table." ::= { pwVcCepConformanceCfgEntry 7 } pwVcCepPerfDbaOutPacketsTruth OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Tells whether the pwVcCepPerf...DbaOutPackets in the pwVcCepPerf...Table is supported." ::= { pwVcCepConformanceCfgEntry 8 } pwVcCepPerfDbaOutPacketsDesc OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "Explanation for pwVcCepPerf...DbaOutPackets support in the pwVcCepPerf...Table." ::= { pwVcCepConformanceCfgEntry 9 } pwVcCepPerfPktsOoseqTruth OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current Danenberg et al Expires January 2002 39 Internet Draft PW CEM MIB November 2001 DESCRIPTION "Tells whether the pwVcCepPerf...PktsOoseq in the pwVcCepPerf...Table is supported." ::= { pwVcCepConformanceCfgEntry 10 } pwVcCepPerfPktsOoseqDesc OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "Explanation for pwVcCepPerf...PktsOoseq support in the pwVcCepPerf...Table." ::= { pwVcCepConformanceCfgEntry 11 } pwVcCepPerfPktsOoseqDroppedTruth OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Tells whether the pwVcCepPerf...PktsOoseqDropped in the pwVcCepPerf...Table is supported." ::= { pwVcCepConformanceCfgEntry 12 } pwVcCepPerfPktsOoseqDroppedDesc OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "Explanation for pwVcCepPerf...PktsOoseqDropped support in the pwVcCepPerf...Table." ::= { pwVcCepConformanceCfgEntry 13 } pwVcCepPerfSummaryErrorsTruth OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Tells whether the pwVcCepPerf...SummaryError in the pwVcCepPerf...Table is supported." ::= { pwVcCepConformanceCfgEntry 14 } pwVcCepPerfSummaryErrorsDesc OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "Explanation for pwVcCepPerf...SummaryError support in the pwVcCepPerf...Table." ::= { pwVcCepConformanceCfgEntry 15 } pwVcCepPerfLastDefectsAtEsTruth OBJECT-TYPE SYNTAX TruthValue Danenberg et al Expires January 2002 40 Internet Draft PW CEM MIB November 2001 MAX-ACCESS read-only STATUS current DESCRIPTION "Tells whether the pwVcCepPerfTotalLastDefectsAtEs in the pwVcCepPerfTotalTable is supported." ::= { pwVcCepConformanceCfgEntry 16 } pwVcCepPerfLastDefectsAtEsDesc OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "Explanation for pwVcCepPerfTotalLastDefectsAtFailure support in the pwVcCepPerfTotalTable." ::= { pwVcCepConformanceCfgEntry 17 } -- End of CEP VC Conformance Configuration table -- Conformance Information -- Note: Conformance at the object access and values level is -- still FFS, therefore current conformance is defined at the -- object existence level only. pwVcCepGroups OBJECT IDENTIFIER ::= { pwVcCepConformance 1 } pwVcCepCompliances OBJECT IDENTIFIER ::= { pwVcCepConformance 2 } pwCepModuleCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for agent that support PW over CEP PSN operation." MODULE -- this module MANDATORY-GROUPS { pwVcCepGroup, pwVcCepCfgGroup, pwVcCepPerfCurrentGroup, pwVcCepPerfIntervalGroup, pwVcCepPerfTotalGroup, pwVcCepSonetExtGroup, pwVcCepEventGroup, pwVcCepConformanceCfgGroup } ::= { pwVcCepCompliances 1 } -- Units of conformance. pwVcCepGroup OBJECT-GROUP OBJECTS { pwVcCepType, pwVcCepSonetIfIndex, Danenberg et al Expires January 2002 41 Internet Draft PW CEM MIB November 2001 pwVcCepCfgIndex } STATUS current DESCRIPTION "Collection of objects for basic CEP VC config." ::= { pwVcCepGroups 1 } pwVcCepCfgGroup OBJECT-GROUP OBJECTS { pwVcCepCfgIndexNext, pwVcCepConfigError, pwVcCepCfgNormalPktLength, pwVcCepCfgMinPktLength, pwVcCepCfgPktResequence, pwVcCepCfgEnableDBA, pwVcCepCfgJtrBfrDepth, pwVcCepCfgConsecPktsInsync, pwVcCepCfgConsecMissingOutSync, pwVcCepCfgPktErrorPlayOutValue, pwVcCepCfgMissingPktsToSes, pwVcCepCfgSesToUas, pwVcCepCfgSecsToExitUas, pwVcCepCfgRowStatus, pwVcCepCfgStorageType } STATUS current DESCRIPTION "Collection of detailed objects needed to configure CEP VCs." ::= { pwVcCepGroups 2 } pwVcCepPerfCurrentGroup OBJECT-GROUP OBJECTS { pwVcCepPerfCurrentTimeElapsed, pwVcCepPerfCurrentDbaInPacketsHC, pwVcCepPerfCurrentDbaOutPacketsHC, pwVcCepPerfCurrentDbaInPackets, pwVcCepPerfCurrentDbaOutPackets, pwVcCepPerfCurrentInNegPtrAdjust, pwVcCepPerfCurrentInPosPtrAdjust, pwVcCepPerfCurrentInPtrAdjustSecs, pwVcCepPerfCurrentOutNegPtrAdjust, pwVcCepPerfCurrentOutPosPtrAdjust, Danenberg et al Expires January 2002 42 Internet Draft PW CEM MIB November 2001 pwVcCepPerfCurrentOutPtrAdjustSecs, pwVcCepPerfCurrentAbsPtrAdjust, pwVcCepPerfCurrentMissingPkts, pwVcCepPerfCurrentPktsOoseq, pwVcCepPerfCurrentPktsOoseqDropped, pwVcCepPerfCurrentJtrBfrUnderruns, pwVcCepPerfCurrentJtrBfrOverruns, pwVcCepPerfCurrentPktsBadLength, pwVcCepPerfCurrentSummaryErrors, pwVcCepPerfCurrentESs, pwVcCepPerfCurrentSESs, pwVcCepPerfCurrentUASs } STATUS current DESCRIPTION "Collection of statistics objects for CEP VCs." ::= { pwVcCepGroups 3 } pwVcCepPerfIntervalGroup OBJECT-GROUP OBJECTS { pwVcCepPerfIntervalValidData, pwVcCepPerfIntervalReset, pwVcCepPerfIntervalTimeElapsed, pwVcCepPerfIntervalDbaInPacketsHC, pwVcCepPerfIntervalDbaOutPacketsHC, pwVcCepPerfIntervalDbaInPackets, pwVcCepPerfIntervalDbaOutPackets, pwVcCepPerfIntervalInNegPtrAdjust, pwVcCepPerfIntervalInPosPtrAdjust, pwVcCepPerfIntervalInPtrAdjustSecs, pwVcCepPerfIntervalOutNegPtrAdjust, pwVcCepPerfIntervalOutPosPtrAdjust, pwVcCepPerfIntervalOutPtrAdjustSecs, pwVcCepPerfIntervalAbsPtrAdjust, pwVcCepPerfIntervalMissingPkts, pwVcCepPerfIntervalPktsOoseq, pwVcCepPerfIntervalPktsOoseqDropped, pwVcCepPerfIntervalJtrBfrUnderruns, pwVcCepPerfIntervalJtrBfrOverruns, pwVcCepPerfIntervalPktsBadLength, pwVcCepPerfIntervalSummaryErrors, pwVcCepPerfIntervalESs, pwVcCepPerfIntervalSESs, pwVcCepPerfIntervalUASs, pwVcCepGlobalNotifyEnable } Danenberg et al Expires January 2002 43 Internet Draft PW CEM MIB November 2001 STATUS current DESCRIPTION "Collection of statistics objects for CEP VCs." ::= { pwVcCepGroups 4 } pwVcCepPerfTotalGroup OBJECT-GROUP OBJECTS { pwVcCepPerfTotalDbaInPacketsHC, pwVcCepPerfTotalDbaOutPacketsHC, pwVcCepPerfTotalDbaInPackets, pwVcCepPerfTotalDbaOutPackets, pwVcCepPerfTotalInNegPtrAdjust, pwVcCepPerfTotalInPosPtrAdjust, pwVcCepPerfTotalInPtrAdjustSecs, pwVcCepPerfTotalOutNegPtrAdjust, pwVcCepPerfTotalOutPosPtrAdjust, pwVcCepPerfTotalOutPtrAdjustSecs, pwVcCepPerfTotalAbsPtrAdjust, pwVcCepPerfTotalMissingPkts, pwVcCepPerfTotalPktsOoseq, pwVcCepPerfTotalPktsOoseqDropped, pwVcCepPerfTotalJtrBfrUnderruns, pwVcCepPerfTotalJtrBfrOverruns, pwVcCepPerfTotalPktsBadLength, pwVcCepPerfTotalSummaryErrors, pwVcCepPerfTotalESs, pwVcCepPerfTotalSESs, pwVcCepPerfTotalUASs, pwVcCepPerfTotalLastDefectsAtEs, pwVcCepPerfTotalLastEsTimeStamp, pwVcCepPerfTotalDiscontinuityTime } STATUS current DESCRIPTION "Collection of statistics objects for CEP VCs." ::= { pwVcCepGroups 5 } pwVcCepSonetExtGroup OBJECT-GROUP OBJECTS { pwVcCepSonetExtVcIndex, pwVcCepSonetExtTimeSlot, pwVcCepSonetExtConfigError, pwVcCepSonetExtStorageType } STATUS current DESCRIPTION "Collection of objects needed for CEP VC config." ::= { pwVcCepGroups 6 } Danenberg et al Expires January 2002 44 Internet Draft PW CEM MIB November 2001 pwVcCepEventGroup NOTIFICATION-GROUP NOTIFICATIONS { pwVcCepUp, pwVcCepDown } STATUS current DESCRIPTION "Collection of event objects for CEP VCs." ::= { pwVcCepGroups 7 } pwVcCepConformanceCfgGroup OBJECT-GROUP OBJECTS { pwVcCepPerfDbaInPacketsHCTruth, pwVcCepPerfDbaInPacketsHCDesc, pwVcCepPerfDbaOutPacketsHCTruth, pwVcCepPerfDbaOutPacketsHCDesc, pwVcCepPerfDbaInPacketsTruth, pwVcCepPerfDbaInPacketsDesc, pwVcCepPerfDbaOutPacketsTruth, pwVcCepPerfDbaOutPacketsDesc, pwVcCepPerfPktsOoseqTruth, pwVcCepPerfPktsOoseqDesc, pwVcCepPerfPktsOoseqDroppedTruth, pwVcCepPerfPktsOoseqDroppedDesc, pwVcCepPerfSummaryErrorsTruth, pwVcCepPerfSummaryErrorsDesc, pwVcCepPerfLastDefectsAtEsTruth, pwVcCepPerfLastDefectsAtEsDesc } STATUS current DESCRIPTION "Collection of objects declaring conformance to other objects." ::= { pwVcCepGroups 8 } END -- -- "Copyright (C) The Internet Society (2001). All Rights Reserved. This -- document and translations of it may be copied and furnished to -- others, and derivative works that comment on or otherwise explain it -- or assist in its implementation may be prepared, copied, published -- and distributed, in whole or in part, without restriction of any -- kind, provided that the above copyright notice and this paragraph are -- included on all such copies and derivative works. However, this -- document itself may not be modified in any way, such as by removing -- the copyright notice or references to the Internet Society or other -- Internet organizations, except as needed for the purpose of -- developing Internet standards in which case the procedures for -- copyrights defined in the Internet Standards process must be -- followed, or as required to translate it into languages other than -- English. -- -- The limited permissions granted above are perpetual and will not be -- revoked by the Internet Society or its successors or assigns. -- -- This document and the information contained herein is provided on an -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. --