Netcool/Proviso Document Revision R2E2 Cisco CMTS 2.2.1.0 Technology Pack Reference Note: Before using this information and the product it supports, read the information in Notices on page 57. © Copyright IBM Corp. 2010 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Statistics ............................................................................................................................................................. 1 Inventory Formulas ........................................................................................................................................... 2 Collection Formulas .......................................................................................................................................... 7 Reports............................................................................................................................................................. 23 Subelement Groups ......................................................................................................................................... 51 Properties ......................................................................................................................................................... 54 Thresholds ....................................................................................................................................................... 55 Resources......................................................................................................................................................... 56 Notices............................................................................................................................................................. 57 Additional Copyright Information .................................................................................................................. 59 © Copyright IBM Corp. 2010 iii iv IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Statistics Objects Type Inventory Formulas Collection Formulas CME Formulas Reports Stylesheets Chart Styles Properties Thresholds Cnt 3 71 0 39 12 9 22 2 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 1 Inventory Formulas Alias Instance and Label Inventory AP Cisco Cisco_CMTS_Device Cisco_CMTS_Flap_Export Cisco_CMTS_Ports ~Alias Instance and Label Inventory~AP~Cisco~Cisco_CMTS_Device Description: Flapping Modem discovery formula Filter: Label: sysName Formula: Dim I1 As Integer Default *; Def UseQuotedStrings no; V1=OIDVAL(sysName.0,once); V2=OIDVAL(ccsFlapUpstreamIfIndex.%I1.%I2.%I3.%I4.%I5.%I6) ; V3=OIDVAL(ccsFlapListMaxSize.0); %V2 index "<NULL>||%V1||DOCSISVersion<1.1>isCMTS<true>TotalFlapping Modems<%V2>||"; Properties: Name DOCSISVersion isCMTS TotalFlappingModems 2 Value 1.1 true ccsFlapUpstreamIfIndex IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ~Alias Instance and Label Inventory~AP~Cisco~Cisco_CMTS_Flap_Export Description: This script is used to export inventory and metric data to be parsed by a UBA script from the subelement.dat file Filter: Label: FlapModem_V2.V3.V4.V5.V6.V7 Formula: Dim I1 As Integer Default *; Dim I2 As Integer Default *; Dim I3 As Integer Default *; Dim I4 As Integer Default *; Dim I5 As Integer Default *; Dim I6 As Integer Default *; Def UseQuotedStrings no; V1=OIDVAL(ccsFlapUpstreamIfIndex.%I1.%I2.%I3.%I4.%I5.%I6) ; V2=OIDVAL(AsString(IndexAsValue(I1,%V1))); V3=OIDVAL(AsString(IndexAsValue(I2,%V1))); V4=OIDVAL(AsString(IndexAsValue(I3,%V1))); V5=OIDVAL(AsString(IndexAsValue(I4,%V1))); V6=OIDVAL(AsString(IndexAsValue(I5,%V1))); V7=OIDVAL(AsString(IndexAsValue(I6,%V1))); V9=OIDVAL(cdxCmCpeIpAddress.%I1.%I2.%I3.%I4.%I5.%I6); V10=OIDVAL(ccsFlapTotalNum.%I1.%I2.%I3.%I4.%I5.%I6); V11=OIDVAL(ccsFlapInsertionFailNum.%I1.%I2.%I3.%I4.%I5.%I 6); V12=OIDVAL(ccsFlapHitNum.%I1.%I2.%I3.%I4.%I5.%I6); V13=OIDVAL(ccsFlapMissNum.%I1.%I2.%I3.%I4.%I5.%I6); V14=OIDVAL(ccsFlapCrcErrorNum.%I1.%I2.%I3.%I4.%I5.%I6); V15=OIDVAL(ccsFlapPowerAdjustmentNum.%I1.%I2.%I3.%I4.%I5. %I6); %V1 index "FlappingModem<%V2><%V3><%V4><%V5><%V6><%V7>||FlapModem_% V2.%V3.%V4.%V5.%V6.%V7||DOCSISVersion<1.1>isFlappingCM<tr ue>isCMTS<true>isUpstream<false>DeviceVendor<Cisco>Export IPaddress<%V9>TotalModemFlaps<%V10>Reinsertions<%V11>Hits <%V12>Misses<%V13>CRCErrors<%V14>PowerAdjustments<%V15>|| "; Properties: Name DOCSISVersion isFlappingCM isCMTS isUpstream DeviceVendor ExportIPaddress TotalModemFlaps Reinsertions Hits Misses CRCErrors Value 1.1 true true false Cisco cdxCmCpeIpAddress ccsFlapTotalNum ccsFlapInsertionFailNum ccsFlapHitNum ccsFlapMissNum ccsFlapCrcErrorNum IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 3 PowerAdjustments 4 ccsFlapPowerAdjustmentNum IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ~Alias Instance and Label Inventory~AP~Cisco~Cisco_CMTS_Ports Description: Filter: ifAdminStatus==1 Label: %UpstreamPort Formula: DIM I1 As Integer Default * Name Interface; V1 = OIDINST(ifAdminStatus.%I1 ==1); Def UseQuotedStrings no; CMTSSysName = sysName.0 ; DocsCableDS = OIDINST ( ifType.%Interface ==128 ); DocsCableUS = OIDINST ( ifType.%Interface == 129 ); UpstreamPort = ifDescr.%DocsCableUS ; DownstreamPort = ifDescr.%DocsCableDS ; DSChannelFreq = docsIfDownChannelFrequency.%DocsCableDS ; DSChannelWidth = docsIfDownChannelWidth.%DocsCableDS ; DSChannelMod = docsIfDownChannelModulation.%DocsCableDS ; DSChannelTP = docsIfDownChannelPower.%DocsCableDS ; USChannelFreq = docsIfUpChannelFrequency.%DocsCableUS USChannelWidth = docsIfUpChannelWidth.%DocsCableUS ; USChannelMod = docsIfUpChannelModulationProfile.%DocsCableUS ; ; V1=docsIfCmtsUpChnlCtrExtUsedCntnMslots.%I1; V2=docsIfCmtsDownChnlCtrTotalBytes.%I1; %UpstreamPort index "If<%DocsCableUS>||%UpstreamPort||DOCSISVersion<1.1>isFla ppingCM<false>isCMTS<true>isUpstream<true>DeviceVendor<Ci sco>USChannelFreq<%USChannelFreq>USChannelWidth<%USChanne lWidth>USChannelMod<%USChannelMod>CMTSHighCap<%V1>||"; %DownstreamPort index "If<%DocsCableDS>||%DownstreamPort||DOCSISVersion<1.1>isF lappingCM<false>isCMTS<true>isUpstream<false>DeviceVendor <Cisco>DSChannelFreq<%DSChannelFreq>DSChannelWidth<%DSCha nnelWidth>DSChannelMod<%DSChannelMod>DSChannelTP<%DSChann elTP>CMTSHighCap<%V2>||"; %UpstreamPort index "If<%DocsCableUS>||%UpstreamPort||DOCSISVersion<1.1>isFla ppingCM<false>isCMTS<true>isUpstream<true>DeviceVendor<Ci sco>USChannelFreq<%USChannelFreq>USChannelWidth<%USChanne lWidth>USChannelMod<%USChannelMod>||"; %DownstreamPort index "If<%DocsCableDS>||%DownstreamPort||DOCSISVersion<1.1>isF lappingCM<false>isCMTS<true>isUpstream<false>DeviceVendor <Cisco>DSChannelFreq<%DSChannelFreq>DSChannelWidth<%DSCha nnelWidth>DSChannelMod<%DSChannelMod>DSChannelTP<%DSChann elTP>||"; Properties: Name Value IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 5 DOCSISVersion isFlappingCM isCMTS isUpstream DeviceVendor USChannelFreq USChannelWidth USChannelMod CMTSHighCap DOCSISVersion isFlappingCM isCMTS isUpstream DeviceVendor DSChannelFreq DSChannelWidth DSChannelMod DSChannelTP CMTSHighCap DOCSISVersion isFlappingCM isCMTS isUpstream DeviceVendor USChannelFreq USChannelWidth USChannelMod DOCSISVersion isFlappingCM isCMTS isUpstream DeviceVendor DSChannelFreq DSChannelWidth DSChannelMod DSChannelTP 6 1.1 false true true Cisco USChannelFreq = docsIfUpChannelFrequency USChannelWidth = docsIfUpChannelWidth USChannelMod = docsIfUpChannelModulationProfile ifAdminStatus 1.1 false true false Cisco DSChannelFreq = docsIfDownChannelFrequency DSChannelWidth = docsIfDownChannelWidth DSChannelMod = docsIfDownChannelModulation DSChannelTP = docsIfDownChannelPower V2=docsIfCmtsDownChnlCtrTotalBytes 1.1 false true true Cisco USChannelFreq = docsIfUpChannelFrequency USChannelWidth = docsIfUpChannelWidth USChannelMod = docsIfUpChannelModulationProfile 1.1 false true false Cisco DSChannelFreq = docsIfDownChannelFrequency DSChannelWidth = docsIfDownChannelWidth DSChannelMod = docsIfDownChannelModulation DSChannelTP = docsIfDownChannelPower IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Collection Formulas AP Generic Cable Downstream Broadcast (pps) Downstream Channel Payload Utilization Downstream Channel Utilization Downstream Multicast (pps) Downstream Throughput (bps) Downstream Total Bytes Downstream Unicast (pps) Downstream Used Bytes Received Octets Upstream Broadcast (pps) Upstream Channel Utilization Upstream Multicast (pps) Upstream Throughput (bps) Upstream Unicast (pps) Universal Congestion Discards Inbound Discarded (PDUs) Errors Inbound Errors (PDUs) Inbound Unknown Protocol (PDUs) Specific SNMP Cisco CMTS Cable Modem Management Active Cable Modems DOCSIS Channel Utilization Downstream Interface (Nb) Inactive Cable Modems Registered Cable Modems Total Cable Modems Unregistered Cable Modems Upstream Interface (Nb) Daily Flapping CM CRCErrors Hits Misses PowerAdjustments Reinsertions TotalModemFlaps Downstream Traffic Downstream Broadcast (pps) Downstream Broadcast HC (pps) Downstream Channel Payload Utilization Downstream Channel Payload Utilization HC Downstream Channel Utilization Downstream Channel Utilization HC Downstream Multicast (pps) Downstream Multicast HC (pps) IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 7 Downstream Throughput (bps) Downstream Throughput HC (bps) Downstream Total Bytes Downstream Total Bytes HC Downstream Unicast (pps) Downstream Unicast HC (pps) Downstream Unused Bytes Downstream Used Bytes Downstream Used Bytes HC HC Transmitted Octets Signal Quality Carrier Noise Ratio (db) Post-correction Error Rate Pre-correction Error Rate Signal Noise Ratio (db) Upstream Channel Upstream Channel Frequency Upstream Channel Mod Upstream Channel Width Upstream Traffic HC Received Octets Upstream Broadcast (pps) Upstream Broadcast HC (pps) Upstream Channel Utilization Upstream Channel Utilization HC Upstream Multicast (pps) Upstream Multicast HC (pps) Upstream Throughput (bps) Upstream Throughput HC (bps) Upstream Unicast (pps) Upstream Unicast HC (pps) Upstream Voice Traffic (bps) Interfaces Inbound Errors Inbound Discards Inbound Errors Unknown Protocols 8 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ID 2234 Name Inbound Unknown Protocol (PDUs) Type Generic Formula 53073 Downstream Channel Payload Utilization HC 53072 Downstream Channel Payload Utilization 53033 Upstream Throughput (bps) 56620 DOCSIS Channel Utilization 53034 Upstream Broadcast (pps) SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula 56585 TotalModemFlaps 53037 Downstream Throughput HC (bps) 53038 Downstream Unicast HC (pps) SNMP Collect Formula 53035 Upstream Multicast (pps) 56621 Upstream Interface (Nb) 53036 Upstream Unicast (pps) 56622 Downstream Interface (Nb) 10207 Unknown Protocols SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula Generic SNMP Collect Formula SNMP Collect Formula IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Description The number of incoming PDUs discarded due to an unknown or unsupported protocol. High Capacity based percentage of traffic that is functional data payload Percentage of traffic that is functional data payload Upstream interface throughput measured in bits per second Average channel utilization for cable management reports Upstream broadcast throughput measured in packets persecond for a particular interface Total number of flaps for this cable modem Total downstream throughput measured in bits per second utilizing the 64 bit counters Downstream unicast throughput measured in packets per second utilizing 64 bit counters Upstream multicast throughput measured in packets per second Number of used upstream ports Upstream unicast throughput measured in packets per second Number of used downstream ports The number of packets or transmission units dropped because of an unknown or unsupported protocol. Should be returned as zero by any interface which has no concept of "protocol". 9 10205 Inbound Errors SNMP Collect Formula 53039 Downstream Multicast HC (pps) SNMP Collect Formula 10206 Inbound Discards SNMP Collect Formula 53062 Upstream Channel Utilization 53060 53061 56650 SNMP Collect Formula Downstream Channel SNMP Utilization HC Collect Formula Upstream Channel Utilization SNMP HC Collect Formula Upstream Unicast (pps) Generic Formula 53068 HC Received Octets 53069 HC Transmitted Octets 2214 Inbound Errors (PDUs) 2218 Inbound Discarded (PDUs) Generic Formula 53090 Post-correction Error Rate 56561 Downstream Channel Utilization SNMP Collect Formula SNMP Collect Formula 10 SNMP Collect Formula SNMP Collect Formula Generic Formula For packet-oriented interfaces, errors are counted in packets. For characteroriented interfaces, errors arecounted in octets. For fixed-length interfaces, errors are counted in transmission units (whatever the fixedlength transmission size is). Downstream multicast throughput measured in packets per second, utilizing 64 bit counters Valid on packet-oriented interfaces only. The number of (error-free) packets dropped during the lastpolling period. Packets may be dropped for capacity reasons (no buffer space) or for traffic-shaping reasons. Upstream CMTS channel utilization percentage Percentage downstream channel utilization Percentage upstream channel utilization Upstream unicast traffic for a cable interface measured in packets per second Octets received by the upstream interface Octets transmitted by the downstream interface The number of incoming PDUs that were discarded due to errors. The number of incoming PDUs dropped due to congestion / resource limitations. Uncorrectable codewords / all codewords Downstream channel payload utilization IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 53055 Registered Cable Modems 56641 Downstream Throughput (bps) 53012 Downstream Throughput (bps) 53056 Upstream Voice Traffic (bps) 56642 Downstream Total Bytes 53053 Total Cable Modems 53054 Active Cable Modems 56640 Downstream Multicast (pps) 56601 Upstream Channel Mod 53015 Downstream Unicast (pps) 56645 Received Octets 53016 Downstream Multicast (pps) 56646 Upstream Broadcast (pps) 56643 Downstream Unicast (pps) 56600 Upstream Channel Width 53014 56644 SNMP Collect Formula Generic Formula SNMP Collect Formula SNMP Collect Formula Generic Formula SNMP Collect Formula SNMP Collect Formula Generic Formula SNMP Collect Formula SNMP Collect Formula Generic Formula SNMP Collect Formula Generic Formula Generic Formula SNMP Collect Formula Downstream Broadcast (pps) SNMP Collect Formula Downstream Used Bytes Generic Formula IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Total number of registered cable modems Downstream throughput measured in bits per second for a cable interface Downstream channel throughput measured in bits per second Upstream voice traffic throughput measured in bits per second Total bytes transmitted from a cable interface Total number of cable modems Currently active cable modems Downstream multicast traffic for a cable interface measured in packets per second Upstream Channel Modulation Downstream unicast throughput measured in packets per second Total number of octets received on this upstream cable interface Downstream multicast throughput measured in packets per second Upstream broadcast traffic for a cable interface measured in packets per second Downstream unicast traffic for a cable interface measured in packets per second Upstream Channel Width Downstream broadcast throughput measured in packets per second Total number of payload bytes used in downstream traffic 11 56649 Upstream Throughput (bps) 56605 Inactive Cable Modems 56606 56647 53017 56648 SNMP Collect Formula Unregistered Cable Modems SNMP Collect Formula Upstream Channel Utilization Generic Formula Downstream Total Bytes SNMP Collect Formula Upstream Multicast (pps) Generic Formula 53018 Downstream Used Bytes 53040 Downstream Broadcast HC (pps) 56593 Misses 53041 Downstream Total Bytes HC 56594 CRCErrors 56591 Reinsertions 56592 Hits 53044 Upstream Multicast HC (pps) 53088 Carrier Noise Ratio (db) 53045 Upstream Throughput HC (bps) 53089 Pre-correction Error Rate 53042 Downstream Used Bytes HC 12 Generic Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula Upstream throughput measured in bits per second for a cable interface Total number of inactive cable modems Total number of unregistered cable modems Percentage of upstream channel bandwidth utilized Total number of bytes sent downstream Upstream multicast traffic for a cable interface measured in packets per second Total number of payload bytes sent downstream Downstream broadcast throughput measured in packets per second, utilizing 64 bit counters Total number of flap misses for this cable modem Downstream total number of bytes transmitted, based upon 64 bit counters Total number of CRC errors for this cable modem Total number of insertion failures for this cable modem Total number of flap hits for this cable modem Upstream multicast throughput measured in packets per second, utilizing 64 bit HC counters Carrier noise ratio measured in decibals Upstream throughput measured in bits per second, utilizing 64 bit HC counters (Correctable codewords + Uncorrectable codewords) / all codewords Downstream total number of payload bytes transmitted, based upon 64 bit counters IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 56595 PowerAdjustments 53043 Upstream Broadcast HC (pps) 56596 Downstream Unused Bytes 53087 Signal Noise Ratio (db) 56599 Upstream Channel Frequency 53046 Upstream Unicast HC (pps) 56638 Downstream Channel Payload Utilization 56639 Downstream Channel Generic Utilization Formula Downstream Broadcast (pps) Generic Formula 56637 SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula SNMP Collect Formula Generic Formula IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Total number of power adjustments for this cable modem Upstream broadcast throughput measured in packets per second, utilizing 64 bit HC counters Total number of payload bytes sent downstream Signal to Noise Ratio measured in decibals Upstream Channel Frequency Upstream unicast throughput measured in packets per second, utilizing 64 bit HC counters Percentage of downstream cable channel payload utilized Percentage of downstream channel bandwidth utilized Downstream broadcast traffic for a cable interface measured in packets per second 13 ~AP~Generic~Cable~Downstream Broadcast (pps) Description: Downstream broadcast traffic for a cable interface measured in packets per second Formula: #Generic Metric ~AP~Generic~Cable~Downstream Channel Payload Utilization Description: Percentage of downstream cable channel payload utilized Formula: #Generic Metric ~AP~Generic~Cable~Downstream Channel Utilization Description: Percentage of downstream channel bandwidth utilized Formula: #Generic Metric ~AP~Generic~Cable~Downstream Multicast (pps) Description: Downstream multicast traffic for a cable interface measured in packets per second Formula: #Generic Metric ~AP~Generic~Cable~Downstream Throughput (bps) Description: Downstream throughput measured in bits per second for a cable interface Formula: #Generic Metric ~AP~Generic~Cable~Downstream Total Bytes Description: Total bytes transmitted from a cable interface Formula: #Generic Metric ~AP~Generic~Cable~Downstream Unicast (pps) Description: Downstream unicast traffic for a cable interface measured in packets per second Formula: #Generic Metric ~AP~Generic~Cable~Downstream Used Bytes Description: Total number of payload bytes used in downstream traffic Formula: #Generic Metric ~AP~Generic~Cable~Received Octets Description: Total number of octets received on this upstream cable interface Formula: #Generic Metric ~AP~Generic~Cable~Upstream Broadcast (pps) Description: Upstream broadcast traffic for a cable interface measured in packets per second Formula: #Generic Metric ~AP~Generic~Cable~Upstream Channel Utilization Description: Percentage of upstream channel bandwidth utilized Formula: #Generic Metric ~AP~Generic~Cable~Upstream Multicast (pps) Description: Upstream multicast traffic for a cable interface measured in packets per second Formula: #Generic Metric ~AP~Generic~Cable~Upstream Throughput (bps) Description: Upstream throughput measured in bits per second for a cable interface Formula: #Generic Metric ~AP~Generic~Cable~Upstream Unicast (pps) Description: Upstream unicast traffic for a cable interface measured in packets per second Formula: #Generic Metric 14 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ~AP~Generic~Universal~Congestion Discards~Inbound Discarded (PDUs) Description: The number of incoming PDUs dropped due to congestion / resource limitations. Formula: #Generic Metric ~AP~Generic~Universal~Errors~Inbound Errors (PDUs) Description: The number of incoming PDUs that were discarded due to errors. Formula: #Generic Metric ~AP~Generic~Universal~Errors~Inbound Unknown Protocol (PDUs) Description: The number of incoming PDUs discarded due to an unknown or unsupported protocol. Formula: #Generic Metric ~AP~Specific~SNMP~Cisco CMTS~Cable Modem Management~Active Cable Modems Description: Currently active cable modems Formula: Dim I1 AS Integer Default * NAME Interface; cdxIfUpChannelCmActive.%I1 ; ~AP~Specific~SNMP~Cisco CMTS~Cable Modem Management~DOCSIS Channel Utilization Description: Average channel utilization for cable management reports Formula: Dim I1 AS Integer Default * NAME Interface; cdxIfUpChannelAvgUtil.%I1; ~AP~Specific~SNMP~Cisco CMTS~Cable Modem Management~Downstream Interface (Nb) Description: Number of used downstream ports Formula: Dim I1 AS Integer Default * NAME Interface; distrib(docsIfDownChannelId.%I1, "default:1"); ~AP~Specific~SNMP~Cisco CMTS~Cable Modem Management~Inactive Cable Modems Description: Total number of inactive cable modems Formula: Dim I1 AS Integer Default * NAME Interface; V1=cdxIfUpChannelCmTotal.%I1; V2=cdxIfUpChannelCmActive.%I1; %V1 - %V2; ~AP~Specific~SNMP~Cisco CMTS~Cable Modem Management~Registered Cable Modems Description: Total number of registered cable modems Formula: Dim I1 AS Integer Default * NAME Interface; cdxIfUpChannelCmRegistered.%I1; ~AP~Specific~SNMP~Cisco CMTS~Cable Modem Management~Total Cable Modems Description: Total number of cable modems Formula: Dim I1 AS Integer Default * NAME Interface; cdxIfUpChannelCmTotal.%I1 ; ~AP~Specific~SNMP~Cisco CMTS~Cable Modem Management~Unregistered Cable Modems Description: Total number of unregistered cable modems Formula: Dim I1 AS Integer Default * NAME Interface; V1=cdxIfUpChannelCmTotal.%I1 ; V2=cdxIfUpChannelCmRegistered.%I1; %V1 - %V2; ~AP~Specific~SNMP~Cisco CMTS~Cable Modem Management~Upstream Interface (Nb) Description: Number of used upstream ports Formula: Dim I1 AS Integer Default * NAME Interface; distrib(docsIfUpChannelId.%I1, "default:1"); ~AP~Specific~SNMP~Cisco CMTS~Daily Flapping CM~CRCErrors Description: Total number of CRC errors for this cable modem Formula: sysDescr.0; IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 15 ~AP~Specific~SNMP~Cisco CMTS~Daily Flapping CM~Hits Description: Total number of flap hits for this cable modem Formula: sysDescr.0; ~AP~Specific~SNMP~Cisco CMTS~Daily Flapping CM~Misses Description: Total number of flap misses for this cable modem Formula: sysDescr.0; ~AP~Specific~SNMP~Cisco CMTS~Daily Flapping CM~PowerAdjustments Description: Total number of power adjustments for this cable modem Formula: sysDescr.0; ~AP~Specific~SNMP~Cisco CMTS~Daily Flapping CM~Reinsertions Description: Total number of insertion failures for this cable modem Formula: sysDescr.0; ~AP~Specific~SNMP~Cisco CMTS~Daily Flapping CM~TotalModemFlaps Description: Total number of flaps for this cable modem Formula: Dim I1 AS Integer Default *; Dim I2 AS Integer Default *; Dim I3 AS Integer Default *; Dim I4 AS Integer Default *; Dim I5 AS Integer Default *; Dim I6 AS Integer Default *; (ccsFlapTotalNum.%I1.%I2.%I3.%I4.%I5.%I6); ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Broadcast (pps) Description: Downstream broadcast throughput measured in packets per second Formula: Dim I1 AS Integer Default *; Def SaveAlias 56637; # Factor of 100 to convert pkts per decisecond to pkts per second; delta(ifOutBroadcastPkts.%I1) / delta(sysUpTime.0) * 100; ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Broadcast HC (pps) Description: Downstream broadcast throughput measured in packets per second, utilizing 64 bit counters Formula: Dim I1 AS Integer Default *; Def SaveAlias 56637; # Factor of 100 to convert pkts per decisecond to pkts per second; delta(ifHCOutBroadcastPkts.%I1) / delta(sysUpTime.0) * 100 ; ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Channel Payload Utilization Description: Percentage of traffic that is functional data payload Formula: Dim I1 AS Integer Default * NAME Interface; Def SaveAlias 56638; 100 * ( delta(docsIfCmtsDownChnlCtrUsedBytes.%I1) / delta(docsIfCmtsDownChnlCtrTotalBytes.%I1 )) * distrib(delta(sysUpTime.0), "default:1"); 16 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Channel Payload Utilization HC Description: High Capacity based percentage of traffic that is functional data payload Formula: Dim I1 AS Integer Default * NAME Interface; Def SaveAlias 56638; 100 * ( delta(docsIfCmtsDownChnlCtrExtUsedBytes.%I1) / delta(docsIfCmtsDownChnlCtrExtTotalBytes.%I1 )) * distrib(delta(sysUpTime.0), "default:1"); ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Channel Utilization Description: Downstream channel payload utilization Formula: Dim I1 AS Integer Default * NAME Interface; Def SaveAlias 56639; 100 * ( delta(docsIfCmtsDownChnlCtrUsedBytes.%I1) / delta(docsIfCmtsDownChnlCtrTotalBytes.%I1) ) * distrib(delta(sysUpTime.0), "default:1") ; ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Channel Utilization HC Description: Percentage downstream channel utilization Formula: Dim I1 AS Integer Default * NAME Interface; Def SaveAlias 56639; 100 * ( delta(docsIfCmtsDownChnlCtrTotalBytes.%I1) / delta(docsIfCmtsDownChnlCtrTotalBytes.%I1) ) * distrib(delta(sysUpTime.0), "default:1"); ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Multicast (pps) Description: Downstream multicast throughput measured in packets per second Formula: Dim I1 AS Integer Default *; Def SaveAlias 56640; # Factor of 100 to convert pkts per decisecond to pkts per second; delta(ifOutMulticastPkts.%I1) / delta(sysUpTime.0) * 100 ; ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Multicast HC (pps) Description: Downstream multicast throughput measured in packets per second, utilizing 64 bit counters Formula: Dim I1 AS Integer Default *; Def SaveAlias 56640; # Factor of 100 to convert pkts per decisecond to pkts per second; delta(ifHCOutMulticastPkts.%I1) / delta(sysUpTime.0) * 100 ; ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Throughput (bps) Description: Downstream channel throughput measured in bits per second Formula: Dim I1 AS Integer Default * NAME Interface; Def SaveAlias 56641; # Convert to bits per second (bps) from octets per decisecond; 8 * 100 * delta(ifOutOctets.%I1) / delta(sysUpTime.0); IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 17 ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Throughput HC (bps) Description: Total downstream throughput measured in bits per second utilizing the 64 bit counters Formula: Dim I1 AS Integer Default * NAME Interface; Def SaveAlias 56641; # 800 is 8 for octets to bits times 100 for division by seconds instead of deciseconds; 800 * delta(ifHCOutOctets.%I1) / delta(sysUpTime.0) ; ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Total Bytes Description: Total number of bytes sent downstream Formula: Dim I1 AS Integer Default * NAME Interface; Def SaveAlias 56642; delta(docsIfCmtsDownChnlCtrTotalBytes.%I1) / delta(sysUpTime.0) ; ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Total Bytes HC Description: Downstream total number of bytes transmitted, based upon 64 bit counters Formula: Dim I1 AS Integer Default * NAME Interface; Def SaveAlias 56642; delta(docsIfCmtsDownChnlCtrExtTotalBytes.%I1) / delta(sysUpTime.0) ; ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Unicast (pps) Description: Downstream unicast throughput measured in packets per second Formula: Dim I1 AS Integer Default *; Def SaveAlias 56643; # Factor of 100 to convert pkts per decisecond to pkts per second; delta(ifOutUcastPkts.%I1) / delta(sysUpTime.0) * 100; ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Unicast HC (pps) Description: Downstream unicast throughput measured in packets per second utilizing 64 bit counters Formula: Dim I1 AS Integer Default *; Def SaveAlias 56643; # Factor of 100 to convert pkts per decisecond to pkts per second; delta(ifHCOutUcastPkts.%I1) / delta(sysUpTime.0) * 100 ; ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Unused Bytes Description: Total number of payload bytes sent downstream Formula: Dim I1 AS Integer Default * NAME Interface; V1=delta(docsIfCmtsDownChnlCtrUsedBytes.%I1) / delta(sysUpTime.0) ; V2=delta(docsIfCmtsDownChnlCtrTotalBytes.%I1) / delta(sysUpTime.0) ; %V2 - %V1; ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Used Bytes Description: Total number of payload bytes sent downstream Formula: Dim I1 AS Integer Default * NAME Interface; Def SaveAlias 56644; delta(docsIfCmtsDownChnlCtrUsedBytes.%I1) / delta(sysUpTime.0) ; 18 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~Downstream Used Bytes HC Description: Downstream total number of payload bytes transmitted, based upon 64 bit counters Formula: Dim I1 AS Integer Default * NAME Interface; Def SaveAlias 56644; delta(docsIfCmtsDownChnlCtrExtUsedBytes.%I1) / delta(sysUpTime.0) ; ~AP~Specific~SNMP~Cisco CMTS~Downstream Traffic~HC Transmitted Octets Description: Octets transmitted by the downstream interface Formula: Dim I1 as Integer default * NAME downstreamIndex; distrib(delta(sysUpTime.0), "default:1") * delta(ifHCOutOctets.%I1); ~AP~Specific~SNMP~Cisco CMTS~Signal Quality~Carrier Noise Ratio (db) Description: Carrier noise ratio measured in decibals Formula: Dim I1 AS Integer Default * NAME Interface; ccsUpSpecMgmtCNR.%I1; ~AP~Specific~SNMP~Cisco CMTS~Signal Quality~Post-correction Error Rate Description: Uncorrectable codewords / all codewords Formula: Dim I1 AS Integer Default * NAME Interface; ( delta(docsIfSigQUncorrectables.%I1) / delta(docsIfSigQUnerroreds.%I1) ) * distrib(delta(sysUpTime.0), "default:1"); ~AP~Specific~SNMP~Cisco CMTS~Signal Quality~Pre-correction Error Rate Description: (Correctable codewords + Uncorrectable codewords) / all codewords Formula: Dim I1 AS Integer Default * NAME Interface; ( delta(docsIfSigQCorrecteds.%I1) + delta(docsIfSigQUncorrectables.%I1) ) / delta(docsIfSigQUnerroreds.%I1) * distrib(delta(sysUpTime.0), "default:1"); ~AP~Specific~SNMP~Cisco CMTS~Signal Quality~Signal Noise Ratio (db) Description: Signal to Noise Ratio measured in decibals Formula: Dim I1 AS Integer Default * NAME Interface; ccsUpSpecMgmtSNR.%I1; ~AP~Specific~SNMP~Cisco CMTS~Upstream Channel~Upstream Channel Frequency Description: Upstream Channel Frequency Formula: DIM I1 As Integer Default * Name Interface; DocsCableUS = OIDINST ( ifType.%Interface == 129 ); # upstream properties ; USChannelFreq = docsIfUpChannelFrequency.%DocsCableUS ; # USChannelWidth = docsIfUpChannelWidth.%DocsCableUS ; # USChannelMod = docsIfUpChannelModulationProfile.%DocsCableUS ; %USChannelFreq; IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 19 ~AP~Specific~SNMP~Cisco CMTS~Upstream Channel~Upstream Channel Mod Description: Upstream Channel Modulation Formula: DIM I1 As Integer Default * Name Interface; DocsCableUS = OIDINST ( ifType.%Interface == 129 ); # upstream properties ; # USChannelFreq = docsIfUpChannelFrequency.%DocsCableUS ; # USChannelWidth = docsIfUpChannelWidth.%DocsCableUS ; USChannelMod = docsIfUpChannelModulationProfile.%DocsCableUS ; %USChannelMod; ~AP~Specific~SNMP~Cisco CMTS~Upstream Channel~Upstream Channel Width Description: Upstream Channel Width Formula: DIM I1 As Integer Default * Name Interface; DocsCableUS = OIDINST ( ifType.%Interface == 129 ); # upstream properties ; # USChannelFreq = docsIfUpChannelFrequency.%DocsCableUS ; USChannelWidth = docsIfUpChannelWidth.%DocsCableUS ; # USChannelMod = docsIfUpChannelModulationProfile.%DocsCableUS ; %USChannelWidth; ~AP~Specific~SNMP~Cisco CMTS~Upstream Traffic~HC Received Octets Description: Octets received by the upstream interface Formula: Dim I1 as Integer default * NAME upstreamIndex; Def SaveAlias 56645; distrib(delta(sysUpTime.0), "default:1") * delta(ifHCInOctets.%I1); ~AP~Specific~SNMP~Cisco CMTS~Upstream Traffic~Upstream Broadcast (pps) Description: Upstream broadcast throughput measured in packets persecond for a particular interface Formula: Dim I1 AS Integer Default *; Def SaveAlias 56646; # 100 to convert pkts per decisecond to pkts per second; delta(ifInBroadcastPkts.%I1) / delta(sysUpTime.0) * 100 ; ~AP~Specific~SNMP~Cisco CMTS~Upstream Traffic~Upstream Broadcast HC (pps) Description: Upstream broadcast throughput measured in packets per second, utilizing 64 bit HC counters Formula: Dim I1 AS Integer Default *; Def SaveAlias 56646; # 100 to convert pkts per decisecond to pkts per second; delta(ifHCInBroadcastPkts.%I1) / delta(sysUpTime.0) * 100 ; 20 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ~AP~Specific~SNMP~Cisco CMTS~Upstream Traffic~Upstream Channel Utilization Description: Upstream CMTS channel utilization percentage Formula: Dim I1 AS Integer Default * NAME Interface; Def SaveAlias 56647; 100 * ( delta(docsIfCmtsUpChnlCtrUsedCntnMslots.%I1) / delta(docsIfCmtsUpChnlCtrTotalMslots.%I1 ) ) * distrib(delta(sysUpTime.0), "default:1") ; ~AP~Specific~SNMP~Cisco CMTS~Upstream Traffic~Upstream Channel Utilization HC Description: Percentage upstream channel utilization Formula: Dim I1 AS Integer Default * NAME Interface; Def SaveAlias 56647; ( 100 * ( docsIfCmtsUpChnlCtrExtUsedCntnMslots.%I1 / docsIfCmtsUpChnlCtrExtTotalMslots.%I1 ) ) * distrib(delta(sysUpTime.0), "default:1") ; ~AP~Specific~SNMP~Cisco CMTS~Upstream Traffic~Upstream Multicast (pps) Description: Upstream multicast throughput measured in packets per second Formula: Dim I1 AS Integer Default *; Def SaveAlias 56648; # Factor of 100 to convert pkts per decisecond to pkts per second; delta(ifInMulticastPkts.%I1) / delta(sysUpTime.0) * 100 ; ~AP~Specific~SNMP~Cisco CMTS~Upstream Traffic~Upstream Multicast HC (pps) Description: Upstream multicast throughput measured in packets per second, utilizing 64 bit HC counters Formula: Dim I1 AS Integer Default *; Def SaveAlias 56648; # Factor of 100 to convert pkts per decisecond to pkts per second; delta(ifHCInMulticastPkts.%I1) / delta(sysUpTime.0) * 100 ; ~AP~Specific~SNMP~Cisco CMTS~Upstream Traffic~Upstream Throughput (bps) Description: Upstream interface throughput measured in bits per second Formula: Dim I1 AS Integer Default * NAME Interface ; Def SaveAlias 56649; # 8 for octets to bits ; # 100 to get per second insted of per decisecond ; 8 * 100 * delta(ifInOctets.%I1) / delta(sysUpTime.0) ; ~AP~Specific~SNMP~Cisco CMTS~Upstream Traffic~Upstream Throughput HC (bps) Description: Upstream throughput measured in bits per second, utilizing 64 bit HC counters Formula: Dim I1 AS Integer Default * NAME Interface ; Def SaveAlias 56649; # 8 for octets to bits ; # 100 to get per second insted of per decisecond ; 8 * 100 * delta(ifHCInOctets.%I1) / delta(sysUpTime.0) IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 21 ~AP~Specific~SNMP~Cisco CMTS~Upstream Traffic~Upstream Unicast (pps) Description: Upstream unicast throughput measured in packets per second Formula: Dim I1 AS Integer Default *; Def SaveAlias 56650; # Factor of 100 to convert pkts per decisecond to pkts per second; delta(ifInUcastPkts.%I1) / delta(sysUpTime.0) * 100 ; ~AP~Specific~SNMP~Cisco CMTS~Upstream Traffic~Upstream Unicast HC (pps) Description: Upstream unicast throughput measured in packets per second, utilizing 64 bit HC counters Formula: Dim I1 AS Integer Default *; Def SaveAlias 56650; # Factor of 100 to convert pkts per decisecond to pkts per second; delta(ifHCInUcastPkts.%I1) / delta(sysUpTime.0) * 100 ; ~AP~Specific~SNMP~Cisco CMTS~Upstream Traffic~Upstream Voice Traffic (bps) Description: Upstream voice traffic throughput measured in bits per second Formula: Dim I1 AS Integer Default * NAME Interface; # voice traffic is UGS * 92800 Bits/sec ; cdxIfUpChannelAvgUGSLastFiveMins.%I1 * 92800 ; ~AP~Specific~SNMP~Interfaces~Inbound~Errors~Inbound Discards Description: Valid on packet-oriented interfaces only. The number of (error-free) packets dropped during the lastpolling period. Packets may be dropped for capacity reasons (no buffer space) or for traffic-shaping reasons. Formula: DEF SaveAlias 2218; Dim I1 AS Integer Default * NAME Interface; distrib(delta(sysUpTime.0), "default:1") * delta(ifInDiscards.%I1) ~AP~Specific~SNMP~Interfaces~Inbound~Errors~Inbound Errors Description: For packet-oriented interfaces, errors are counted in packets. For characteroriented interfaces, errors arecounted in octets. For fixed-length interfaces, errors are counted in transmission units (whatever the fixed-length transmission size is). Formula: DEF SaveAlias 2214; Dim I1 AS Integer Default * NAME Interface; distrib(delta(sysUpTime.0), "default:1") * delta(ifInErrors.%I1) ~AP~Specific~SNMP~Interfaces~Inbound~Errors~Unknown Protocols Description: The number of packets or transmission units dropped because of an unknown or unsupported protocol. Should be returned as zero by any interface which has no concept of "protocol". Formula: DEF SaveAlias 2234; Dim I1 AS Integer Default * NAME Interface; distrib(delta(sysUpTime.0), "default:1") * delta(ifInUnknownProtos.%I1) 22 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Reports AP Cisco CMTS CMTS Dashboard DOCSIS Overview Cable Modem Management Report Cable Modem Management - Detail Chart Cable Modem Management - Group Summary Cable Modem Management - Resource Summary Daily Flapping Cable Modem Reports Daily Flapping Cable Modems - Detail Chart Daily Flapping Cable Modems - Group Summary Daily Flapping Cable Modems - Resource Summary Downstream Traffic Reports Downstream Traffic - Detail Charts Downstream Traffic - Group Summary Downstream Traffic - Resource Summary Generic Traffic Reports Downstream Traffic - Detail Chart Downstream Traffic - Group Summary Downstream Traffic - Resource Summary Downstream Traffic TopN - Resource Summary Upstream Traffic - Detail Chart Upstream Traffic - Group Summary Upstream Traffic - Resource Summary Upstream Traffic TopN - Resource Summary HC Downstream Traffic Reports HC Downstream TopN - Resource Summary HC Downstream Traffic - Detail Chart HC Downstream Traffic - Group Summary HC Downstream Traffic - Resource Summary HC Upstream Traffic Reports HC Upstream TopN - Resource Summary HC Upstream Traffic - Detail Chart HC Upstream Traffic - Group Summary HC Upstream Traffic - Resource Summary orig - HC Upstream Traffic - Detail Chart orig - HC Upstream Traffic - Group Summary orig - HC Upstream Traffic - Resource Summary Upstream Health Reports Upstream Health - Detail Chart Upstream Health - Group Summary Upstream Health - Resource Summary Upstream Health - Resource Summary DR Upstream Signal Quality Reports Upstream Signal Quality - Detail Chart Upstream Signal Quality - Group Summary Upstream Signal Quality - Resource Summary Upstream Traffic Reports Upstream Traffic - Detail Chart Upstream Traffic - Group Summary Upstream Traffic - Resource Summary IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 23 AP Styles AP Distrib Chart Style - Stack Bar Horiz - white - 5 colors AP TS Chart Style - Area - White - avg AP TS Chart Style - Area - White - avg max AP TS Chart Style - Area - White - sum AP TS Chart Style - Area - avg AP TS Chart Style - Bar 3-D - min avg max AP TS Chart Style - Pie - Distribution - 5 colors AP TS Chart Style - Pie - White - Ratio AP TS Chart Style - Pie - White - Ratio (Green/Red) ~AP Cisco CMTS~CMTS Dashboard~DOCSIS Overview Title: DOCSIS Overview Description: AP CMTS Pack - CMTS Dashboard Stylesheet: PVLs_AP_Dashboard.html Drill From: TopN Chart 1: Upstream Channel Utilization Formula max avg min Statistic AP TS Chart Style - Area - avg Style none Drill To false Realtime TopN Chart 2: Downstream Channel Utilization Formula max avg min Statistic AP TS Chart Style - Area - avg Style none Drill To false Realtime TopN Chart 3: TotalModemFlaps Formula max avg min Statistic AP TS Chart Style - Area - avg Style none Drill To false Realtime TopN Chart 4: Inbound Errors (PDUs) Formula max avg min Statistic AP TS Chart Style - Area - avg Style none Drill To false Realtime ~AP Cisco CMTS~Cable Modem Management Report~Cable Modem Management - Detail Chart Title: Cable Modem Management - Detail Chart Description: AP Cisco CMTS - Cable Modem Management - Detail Charts Stylesheet: PVLs_AP_9ResTimeSeries.html Drill From: Cable Modem Management - Resource Summary Resource Time Series Chart 1: Total Cable Modems Formula avg Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime 24 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Resource Time Series Chart 2: Formula Statistic Style Drill To Realtime Resource Time Series Chart 3: Formula Statistic Style Drill To Realtime Resource Time Series Chart 4: Formula Statistic Style Drill To Realtime Resource Time Series Chart 5: Formula Statistic Style Drill To Realtime Resource Time Series Chart 6: Formula Statistic Style Drill To Realtime Registered Cable Modems avg AP TS Chart Style - Area - White - avg none true Unregistered Cable Modems avg AP TS Chart Style - Area - White - avg none true Active Cable Modems avg AP TS Chart Style - Area - White - avg none true Inactive Cable Modems avg AP TS Chart Style - Area - White - avg none true Upstream Channel Utilization max avg min AP TS Chart Style - Area - White - avg none true ~AP Cisco CMTS~Cable Modem Management Report~Cable Modem Management - Group Summary Title: Cable Modem Management - Group Summary Description: AP Cisco CMTS - Cable Modem Management - Group Summary Stylesheet: PVLs_AP_GroupSummary_w_2Ratio.html Drill From: Ratio Chart 1: Active Cable Modems Formula sum Statistic AP TS Chart Style - Pie - White - Ratio Style (Green/Red) none Drill To false Realtime Ratio Chart 2: Registered Cable Modems Formula sum Statistic AP TS Chart Style - Pie - White - Ratio Style (Green/Red) none Drill To false Realtime IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 25 Group Summary Table 1: Drilldown Column 1 Name Column 1 Formula Column 1 Statistics Column 2 Name Column 2 Formula Column 2 Statistics Column 3 Name Column 3 Formula Column 3 Statistics Column 4 Name Column 4 Formula Column 4 Statistics Column 5 Name Column 5 Formula Column 5 Statistics Column 6 Name Column 6 Formula Column 6 Statistics Cable Modem Management - Resource Summary Total Cable Modems Total Cable Modems sumOfAvg Registered Cable Modems Registered Cable Modems sumOfAvg Active Cable Modems Active Cable Modems sumOfAvg Upstream Channel Utilization Upstream Channel Utilization max avg min Upstream Interface (Nb) Upstream Interface (Nb) sumOfAvg Downstream Interface (Nb) Downstream Interface (Nb) sumOfAvg ~AP Cisco CMTS~Cable Modem Management Report~Cable Modem Management - Resource Summary Title: Cable Modem Management - Resource Summary Description: AP Cisco CMTS - Cable Modem Management - Resource Summary Stylesheet: PVLs_AP_ResSummary_w_2Ratio.html Drill From: Cable Modem Management - Group Summary Ratio Chart 1: Active Cable Modems Formula sum Statistic AP TS Chart Style - Pie - White - Ratio Style (Green/Red) none Drill To false Realtime Ratio Chart 2: Registered Cable Modems Formula sum Statistic AP TS Chart Style - Pie - White - Ratio Style (Green/Red) none Drill To false Realtime Resource Summary Table 1: Cable Modem Management - Detail Chart Drilldown Total Cable Modems Column 1 Name Total Cable Modems Column 1 Formula max avg min Column 1 Statistics Registered Cable Modems Column 2 Name Registered Cable Modems Column 2 Formula max avg min Column 2 Statistics Active Cable Modems Column 3 Name Active Cable Modems Column 3 Formula max avg min Column 3 Statistics 26 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Column 4 Name Column 4 Formula Column 4 Statistics Upstream Channel Utilization Upstream Channel Utilization max avg min ~AP Cisco CMTS~Daily Flapping Cable Modem Reports~Daily Flapping Cable Modems - Detail Chart Title: Daily Flapping Cable Modems - Detail Chart Description: AP Cisco CMTS - Daily Flapping Modems - Detail Chart Stylesheet: PVLs_AP_8ResTimeSeries.html Drill From: DOCSIS Overview, Daily Flapping Cable Modems - Resource Summary Resource Time Series Chart 1: TotalModemFlaps Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 3: Misses Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 4: PowerAdjustments Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 5: Reinsertions Formula sum Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 6: CRCErrors Formula sum Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 27 ~AP Cisco CMTS~Daily Flapping Cable Modem Reports~Daily Flapping Cable Modems - Group Summary Title: Daily Flapping Cable Modems - Group Summary Description: AP Cisco CMTS - Daily Flapping Modems - Group Summary Stylesheet: PVLs_AP_GroupSummary_w_2Ratio.html Drill From: Group Summary Table 1: Daily Flapping Cable Modems - Resource Drilldown Summary TotalModemFlaps Column 1 Name TotalModemFlaps Column 1 Formula avg max min Column 1 Statistics Hits Column 2 Name Hits Column 2 Formula avg max min Column 2 Statistics Misses Column 3 Name Misses Column 3 Formula avg max min Column 3 Statistics PowerAdjustments Column 4 Name PowerAdjustments Column 4 Formula avg max min Column 4 Statistics Reinsertions Column 5 Name Reinsertions Column 5 Formula avg max min Column 5 Statistics CRCErrors Column 6 Name CRCErrors Column 6 Formula avg max min Column 6 Statistics ~AP Cisco CMTS~Daily Flapping Cable Modem Reports~Daily Flapping Cable Modems Resource Summary Title: Daily Flapping Cable Modems - Resource Summary Description: AP Cisco CMTS - Daily Flapping Modems - Resource Summary Stylesheet: PVLs_AP_ResSummary_w_2Ratio.html Drill From: Daily Flapping Cable Modems - Group Summary Resource Summary Table 1: Daily Flapping Cable Modems - Detail Chart Drilldown TotalModemFlaps Column 1 Name TotalModemFlaps Column 1 Formula max avg min Column 1 Statistics Hits Column 2 Name Hits Column 2 Formula max avg min Column 2 Statistics Misses Column 3 Name Misses Column 3 Formula max avg min Column 3 Statistics PowerAdjustments Column 4 Name PowerAdjustments Column 4 Formula max avg min Column 4 Statistics Reinsertions Column 5 Name Reinsertions Column 5 Formula max avg min Column 5 Statistics 28 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Column 6 Name Column 6 Formula Column 6 Statistics CRCErrors CRCErrors max avg min ~AP Cisco CMTS~Downstream Traffic Reports~Downstream Traffic - Detail Charts Title: Downstream Traffic - Detail Charts Description: AP Cisco CMTS - Downstream Traffic - DC Stylesheet: PVLs_AP_8ResTimeSeries.html Drill From: DOCSIS Overview, Downstream Traffic - Resource Summary Resource Time Series Chart 1: Downstream Throughput (bps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 2: Downstream Channel Payload Utilization Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 3: Downstream Unicast (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 4: Downstream Multicast (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 5: Downstream Broadcast (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 6: Downstream Used Bytes Formula sum Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 29 ~AP Cisco CMTS~Downstream Traffic Reports~Downstream Traffic - Group Summary Title: Downstream Traffic - Group Summary Description: AP Cisco CMTS - Downstream Traffic - Group Summary Stylesheet: PVLs_AP_GroupSummary_w_2Ratio.html Drill From: Ratio Chart 1: Downstream Broadcast (pps) Formula avg Statistic AP TS Chart Style - Pie - White - Ratio Style none Drill To false Realtime Ratio Chart 2: Downstream Used Bytes Formula sum Statistic AP TS Chart Style - Pie - White - Ratio Style (Green/Red) none Drill To false Realtime Group Summary Table 1: Downstream Traffic - Resource Summary Drilldown Downstream Throughput (bps) Column 1 Name Downstream Throughput (bps) Column 1 Formula max avg min Column 1 Statistics Downstream Channel Payload Utilization Column 2 Name Downstream Channel Payload Utilization Column 2 Formula max avg min Column 2 Statistics Downstream Unicast (pps) Column 3 Name Downstream Unicast (pps) Column 3 Formula max avg min Column 3 Statistics Downstream Multicast (pps) Column 4 Name Downstream Multicast (pps) Column 4 Formula max avg min Column 4 Statistics Downstream Broadcast (pps) Column 5 Name Downstream Broadcast (pps) Column 5 Formula max avg min Column 5 Statistics ~AP Cisco CMTS~Downstream Traffic Reports~Downstream Traffic - Resource Summary Title: Downstream Traffic - Resource Summary Description: AP Cisco CMTS - Downstream Traffic - RST Stylesheet: PVLs_AP_ResSummary_w_2Ratio.html Drill From: Downstream Traffic - Group Summary Ratio Chart 1: Downstream Broadcast (pps) Formula sum Statistic AP TS Chart Style - Pie - White - Ratio Style none Drill To false Realtime 30 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Ratio Chart 2: Formula Statistic Style Drill To Realtime Resource Summary Table 1: Drilldown Column 1 Name Column 1 Formula Column 1 Statistics Column 2 Name Column 2 Formula Column 2 Statistics Column 3 Name Column 3 Formula Column 3 Statistics Column 4 Name Column 4 Formula Column 4 Statistics Column 5 Name Column 5 Formula Column 5 Statistics Downstream Used Bytes sum AP TS Chart Style - Pie - White - Ratio (Green/Red) none false Downstream Traffic - Detail Charts Downstream Throughput (bps) Downstream Throughput (bps) max avg min Downstream Channel Payload Utilization Downstream Channel Payload Utilization max avg min Downstream Unicast (pps) Downstream Unicast (pps) max avg min Downstream Multicast (pps) Downstream Multicast (pps) max avg min Downstream Broadcast (pps) Downstream Broadcast (pps) max avg min ~AP Cisco CMTS~Generic Traffic Reports~Downstream Traffic - Detail Chart Title: Downstream Traffic - Detail Chart Description: AP Cisco CMTS - Downstream Traffic Generic - Detail Chart Stylesheet: PVLs_AP_8ResTimeSeries.html Drill From: Downstream Traffic - Resource Summary Resource Time Series Chart 1: Downstream Throughput (bps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 2: Downstream Unicast (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 3: Downstream Multicast (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 31 Resource Time Series Chart 4: Formula Statistic Style Drill To Realtime Resource Time Series Chart 5: Formula Statistic Style Drill To Realtime Resource Time Series Chart 6: Formula Statistic Style Drill To Realtime Resource Time Series Chart 7: Formula Statistic Style Drill To Realtime Downstream Broadcast (pps) max avg min AP TS Chart Style - Area - White - avg none true Downstream Channel Utilization max avg min AP TS Chart Style - Area - White - avg none true Downstream Channel Payload Utilization max avg min AP TS Chart Style - Area - White - avg none true HC Transmitted Octets sum AP TS Chart Style - Area - White - avg none true ~AP Cisco CMTS~Generic Traffic Reports~Downstream Traffic - Group Summary Title: Downstream Traffic - Group Summary Description: AP Cisco CMTS - Downstream Traffic Generic - Group Summary Stylesheet: PVLs_AP_2GroupSummary_w_4ResDistrib.html Drill From: Group Summary Table 1: Downstream Traffic - Resource Summary Drilldown Downstream Throughput (bps) Column 1 Name Downstream Throughput (bps) Column 1 Formula max avg min Column 1 Statistics Downstream Unicast (pps) Column 2 Name Downstream Unicast (pps) Column 2 Formula max avg min Column 2 Statistics Downstream Multicast (pps) Column 3 Name Downstream Multicast (pps) Column 3 Formula max avg min Column 3 Statistics Downstream Broadcast (pps) Column 4 Name Downstream Broadcast (pps) Column 4 Formula max avg min Column 4 Statistics Group Summary Table 2: Downstream Traffic - Resource Summary Drilldown Downstream Channel Utilization Column 1 Name Downstream Channel Utilization Column 1 Formula max avg min Column 1 Statistics Downstream Channel Payload Utilization Column 2 Name Downstream Channel Payload Utilization Column 2 Formula max avg min Column 2 Statistics 32 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Column 3 Name Column 3 Formula Column 3 Statistics HC Transmitted Octets HC Transmitted Octets sum ~AP Cisco CMTS~Generic Traffic Reports~Downstream Traffic - Resource Summary Title: Downstream Traffic - Resource Summary Description: AP Cisco CMTS - Downstream Traffic Generic - Resource Summary Stylesheet: PVLs_AP_2ResSummary_w_4Ratio.html Drill From: Downstream Traffic - Group Summary Ratio Chart 1: Downstream Broadcast (pps) Formula max Statistic AP TS Chart Style - Pie - Distribution - 5 colors Style none Drill To false Realtime Ratio Chart 2: Downstream Total Bytes Formula max Statistic AP TS Chart Style - Pie - Distribution - 5 colors Style none Drill To false Realtime Resource Summary Table 1: Downstream Traffic - Detail Chart Drilldown Downstream Throughput (bps) Column 1 Name Downstream Throughput (bps) Column 1 Formula max avg min Column 1 Statistics Downstream Unicast (pps) Column 2 Name Downstream Unicast (pps) Column 2 Formula max avg min Column 2 Statistics Downstream Multicast (pps) Column 3 Name Downstream Multicast (pps) Column 3 Formula max avg min Column 3 Statistics Downstream Broadcast (pps) Column 4 Name Downstream Broadcast (pps) Column 4 Formula max avg min Column 4 Statistics Downstream Channel Utilization Column 5 Name Downstream Channel Utilization Column 5 Formula max avg min Column 5 Statistics Downstream Channel Payload Utilization Column 6 Name Downstream Channel Payload Utilization Column 6 Formula max avg min Column 6 Statistics HC Transmitted Octets Column 7 Name HC Transmitted Octets Column 7 Formula sum Column 7 Statistics IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 33 ~AP Cisco CMTS~Generic Traffic Reports~Downstream Traffic TopN - Resource Summary Title: Downstream Traffic TopN - Resource Summary Description: AP Cisco CMTS - Downstream TopN - Resource Summary Stylesheet: PVLs_AP_TopN.html Drill From: TopN Chart 1: Downstream Channel Utilization Formula avg min max Statistic AP TS Chart Style - Bar 3-D - min avg max Style none Drill To false Realtime ~AP Cisco CMTS~Generic Traffic Reports~Upstream Traffic - Detail Chart Title: Upstream Traffic - Detail Chart Description: AP Cisco CMTS - Upstream Traffic Generic - Detail Chart Stylesheet: PVLs_AP_8ResTimeSeries.html Drill From: Upstream Traffic - Resource Summary Resource Time Series Chart 1: Upstream Voice Traffic (bps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 2: Upstream Throughput (bps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 3: Upstream Unicast (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 4: Upstream Multicast (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 5: Upstream Broadcast (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime 34 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Resource Time Series Chart 6: Formula Statistic Style Drill To Realtime Resource Time Series Chart 7: Formula Statistic Style Drill To Realtime DOCSIS Channel Utilization max avg min AP TS Chart Style - Area - White - avg none true Received Octets sum AP TS Chart Style - Area - White - avg none true ~AP Cisco CMTS~Generic Traffic Reports~Upstream Traffic - Group Summary Title: Upstream Traffic - Group Summary Description: AP Cisco CMTS - Upstream Traffic Generic - Group Summary Stylesheet: PVLs_AP_2GroupSummary_w_4ResDistrib.html Drill From: Group Summary Table 1: Upstream Traffic - Resource Summary Drilldown Upstream Voice Traffic (bps) Column 1 Name Upstream Voice Traffic (bps) Column 1 Formula max avg min Column 1 Statistics Upstream Throughput (bps) Column 2 Name Upstream Throughput (bps) Column 2 Formula max avg min Column 2 Statistics Upstream Unicast (pps) Column 3 Name Upstream Unicast (pps) Column 3 Formula max avg min Column 3 Statistics Upstream Multicast (pps) Column 4 Name Upstream Multicast (pps) Column 4 Formula max avg min Column 4 Statistics Upstream Broadcast (pps) Column 5 Name Upstream Broadcast (pps) Column 5 Formula max avg min Column 5 Statistics Group Summary Table 2: Upstream Traffic - Resource Summary Drilldown DOCSIS Channel Utilization Column 1 Name DOCSIS Channel Utilization Column 1 Formula max avg min Column 1 Statistics Received Octets Column 2 Name Received Octets Column 2 Formula sum Column 2 Statistics IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 35 ~AP Cisco CMTS~Generic Traffic Reports~Upstream Traffic - Resource Summary Title: Upstream Traffic - Resource Summary Description: AP Cisco CMTS - Upstream Traffic Generic - Resource Summary Stylesheet: PVLs_AP_2ResSummary_w_4Ratio.html Drill From: Upstream Traffic - Group Summary Resource Summary Table 1: Upstream Traffic - Detail Chart Drilldown Upstream Voice Traffic (bps) Column 1 Name Upstream Voice Traffic (bps) Column 1 Formula max avg min Column 1 Statistics Upstream Throughput (bps) Column 2 Name Upstream Throughput (bps) Column 2 Formula max avg min Column 2 Statistics Upstream Unicast (pps) Column 3 Name Upstream Unicast (pps) Column 3 Formula max avg min Column 3 Statistics Upstream Multicast (pps) Column 4 Name Upstream Multicast (pps) Column 4 Formula max avg min Column 4 Statistics Upstream Broadcast (pps) Column 5 Name Upstream Broadcast (pps) Column 5 Formula max avg min Column 5 Statistics DOCSIS Channel Utilization Column 6 Name DOCSIS Channel Utilization Column 6 Formula max avg min Column 6 Statistics Received Octets Column 7 Name Received Octets Column 7 Formula max avg min Column 7 Statistics ~AP Cisco CMTS~Generic Traffic Reports~Upstream Traffic TopN - Resource Summary Title: Upstream Traffic TopN - Resource Summary Description: AP Cisco CMTS - Upstream TopN - Resource Summary Stylesheet: PVLs_AP_TopN.html Drill From: TopN Chart 1: Downstream Channel Utilization Formula avg min max Statistic AP TS Chart Style - Bar 3-D - min avg max Style none Drill To false Realtime 36 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ~AP Cisco CMTS~HC Downstream Traffic Reports~HC Downstream TopN - Resource Summary Title: HC Downstream TopN - Resource Summary Description: AP Cisco CMTS - HC Downstream TopN - Resource Summary Stylesheet: PVLs_AP_TopN.html Drill From: TopN Chart 1: Downstream Channel Utilization HC Formula avg min max Statistic AP TS Chart Style - Bar 3-D - min avg max Style none Drill To false Realtime ~AP Cisco CMTS~HC Downstream Traffic Reports~HC Downstream Traffic - Detail Chart Title: HC Downstream Traffic - Detail Chart Description: AP Cisco CMTS - HC Downstream Traffic - Detail Chart Stylesheet: PVLs_AP_8ResTimeSeries.html Drill From: HC Downstream Traffic - Resource Summary, HC Downstream TopN - Resource Summary, Downstream Traffic TopN - Resource Summary Resource Time Series Chart 1: Downstream Throughput HC (bps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 2: Downstream Unicast HC (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 3: Downstream Multicast HC (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 4: Downstream Broadcast HC (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 5: HC Transmitted Octets Formula sum Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 37 Resource Time Series Chart 6: Formula Statistic Style Drill To Realtime Downstream Channel Payload Utilization HC avg min max AP TS Chart Style - Area - White - avg none true ~AP Cisco CMTS~HC Downstream Traffic Reports~HC Downstream Traffic - Group Summary Title: HC Downstream Traffic - Group Summary Description: AP Cisco CMTS - HC Downstream Traffic - Group Summary Stylesheet: PVLs_AP_GroupSummary_w_2Ratio.html Drill From: Ratio Chart 1: Downstream Unicast HC (pps) Formula avg Statistic AP TS Chart Style - Pie - White - Ratio Style none Drill To false Realtime Ratio Chart 2: Downstream Total Bytes HC Formula sum Statistic AP TS Chart Style - Pie - White - Ratio Style (Green/Red) none Drill To false Realtime Group Summary Table 1: HC Downstream Traffic - Resource Summary Drilldown Downstream Throughput HC (bps) Column 1 Name Downstream Throughput HC (bps) Column 1 Formula max avg min Column 1 Statistics Downstream Unicast HC (pps) Column 2 Name Downstream Unicast HC (pps) Column 2 Formula max avg min Column 2 Statistics Downstream Multicast HC (pps) Column 3 Name Downstream Multicast HC (pps) Column 3 Formula max avg min Column 3 Statistics Downstream Broadcast HC (pps) Column 4 Name Downstream Broadcast HC (pps) Column 4 Formula max avg min Column 4 Statistics HC Transmitted Octets Column 5 Name HC Transmitted Octets Column 5 Formula sum Column 5 Statistics Downstream Channel Payload Utilization HC Column 6 Name Downstream Channel Payload Utilization HC Column 6 Formula max avg min Column 6 Statistics 38 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ~AP Cisco CMTS~HC Downstream Traffic Reports~HC Downstream Traffic - Resource Summary Title: HC Downstream Traffic - Resource Summary Description: AP Cisco CMTS - HC Downstream Traffic - Resource Summary Stylesheet: PVLs_AP_ResSummary_w_2Ratio.html Drill From: HC Downstream Traffic - Group Summary Ratio Chart 1: Downstream Unicast HC (pps) Formula sum Statistic AP TS Chart Style - Pie - White - Ratio Style none Drill To false Realtime Ratio Chart 2: Downstream Total Bytes HC Formula max Statistic AP TS Chart Style - Pie - White - Ratio Style (Green/Red) none Drill To false Realtime Resource Summary Table 1: HC Downstream Traffic - Detail Chart Drilldown Downstream Throughput HC (bps) Column 1 Name Downstream Throughput HC (bps) Column 1 Formula max avg min Column 1 Statistics Downstream Unicast HC (pps) Column 2 Name Downstream Unicast HC (pps) Column 2 Formula max avg min Column 2 Statistics Downstream Multicast HC (pps) Column 3 Name Downstream Multicast HC (pps) Column 3 Formula max avg min Column 3 Statistics Downstream Broadcast HC (pps) Column 4 Name Downstream Broadcast HC (pps) Column 4 Formula max avg min Column 4 Statistics HC Transmitted Octets Column 5 Name HC Transmitted Octets Column 5 Formula sum Column 5 Statistics Downstream Channel Payload Utilization HC Column 6 Name Downstream Channel Payload Utilization HC Column 6 Formula max avg min Column 6 Statistics ~AP Cisco CMTS~HC Upstream Traffic Reports~HC Upstream TopN - Resource Summary Title: HC Upstream TopN - Resource Summary Description: AP Cisco CMTS - HC Upstream TopN - Resource Summary Stylesheet: PVLs_AP_TopN.html Drill From: TopN Chart 1: Upstream Channel Utilization HC Formula avg min max Statistic AP TS Chart Style - Bar 3-D - min avg max Style none Drill To false Realtime IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 39 ~AP Cisco CMTS~HC Upstream Traffic Reports~HC Upstream Traffic - Detail Chart Title: HC Upstream Traffic - Detail Chart Description: AP Cisco CMTS - HC Upstream Traffic - Detail Chart Stylesheet: PVLs_AP_8ResTimeSeries.html Drill From: Upstream Traffic TopN - Resource Summary, HC Upstream TopN - Resource Summary, HC Upstream Traffic - Resource Summary Resource Time Series Chart 1: Upstream Throughput HC (bps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 2: Upstream Unicast HC (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 3: Upstream Multicast HC (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 4: Upstream Broadcast HC (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 5: HC Received Octets Formula sum Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 6: DOCSIS Channel Utilization Formula sum Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime 40 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ~AP Cisco CMTS~HC Upstream Traffic Reports~HC Upstream Traffic - Group Summary Title: HC Upstream Traffic - Group Summary Description: AP Cisco CMTS - HC Upstream Traffic - Group Summary Stylesheet: PVLs_AP_GroupSummary_w_2Ratio.html Drill From: Ratio Chart 1: Upstream Broadcast HC (pps) Formula avg Statistic AP TS Chart Style - Pie - White - Ratio Style none Drill To false Realtime Group Summary Table 1: HC Upstream Traffic - Resource Summary Drilldown Upstream Throughput HC (bps) Column 1 Name Upstream Throughput HC (bps) Column 1 Formula max avg min Column 1 Statistics Upstream Unicast HC (pps) Column 2 Name Upstream Unicast HC (pps) Column 2 Formula max avg min Column 2 Statistics Upstream Multicast HC (pps) Column 3 Name Upstream Multicast HC (pps) Column 3 Formula max avg min Column 3 Statistics Upstream Broadcast HC (pps) Column 4 Name Upstream Broadcast HC (pps) Column 4 Formula max avg min Column 4 Statistics HC Received Octets Column 5 Name HC Received Octets Column 5 Formula sum Column 5 Statistics DOCSIS Channel Utilization Column 6 Name DOCSIS Channel Utilization Column 6 Formula max avg min Column 6 Statistics ~AP Cisco CMTS~HC Upstream Traffic Reports~HC Upstream Traffic - Resource Summary Title: HC Upstream Traffic - Resource Summary Description: AP Cisco CMTS - HC Upstream Traffic - Resource Summary Stylesheet: PVLs_AP_ResSummary_w_2Ratio.html Drill From: HC Upstream Traffic - Group Summary Ratio Chart 1: Upstream Broadcast HC (pps) Formula sum Statistic AP TS Chart Style - Pie - White - Ratio Style none Drill To false Realtime Resource Summary Table 1: HC Upstream Traffic - Detail Chart Drilldown Upstream Throughput HC (bps) Column 1 Name Upstream Throughput HC (bps) Column 1 Formula max avg min Column 1 Statistics Upstream Unicast HC (pps) Column 2 Name Upstream Unicast HC (pps) Column 2 Formula max avg min Column 2 Statistics IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 41 Column 3 Name Column 3 Formula Column 3 Statistics Column 4 Name Column 4 Formula Column 4 Statistics Column 5 Name Column 5 Formula Column 5 Statistics Column 6 Name Column 6 Formula Column 6 Statistics Upstream Multicast HC (pps) Upstream Multicast HC (pps) max avg min Upstream Broadcast HC (pps) Upstream Broadcast HC (pps) max avg min HC Received Octets HC Received Octets sum DOCSIS Channel Utilization DOCSIS Channel Utilization max avg min ~AP Cisco CMTS~HC Upstream Traffic Reports~orig - HC Upstream Traffic - Detail Chart Title: orig - HC Upstream Traffic - Detail Chart Description: AP Cisco CMTS - HC Upstream Traffic - Detail Chart Stylesheet: PVLs_AP_8ResTimeSeries.html Drill From: orig - HC Upstream Traffic - Resource Summary Resource Time Series Chart 1: Upstream Throughput HC (bps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 2: Upstream Unicast HC (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 3: Upstream Multicast HC (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 4: Upstream Broadcast HC (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime 42 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ~AP Cisco CMTS~HC Upstream Traffic Reports~orig - HC Upstream Traffic - Group Summary Title: orig - HC Upstream Traffic - Group Summary Description: AP Cisco CMTS - HC Upstream Traffic - Group Summary Stylesheet: PVLs_AP_GroupSummary_w_2GTS.html Drill From: Group Summary Table 1: orig - HC Upstream Traffic - Resource Summary Drilldown Upstream Throughput HC (bps) Column 1 Name Upstream Throughput HC (bps) Column 1 Formula max avg min Column 1 Statistics Upstream Unicast HC (pps) Column 2 Name Upstream Unicast HC (pps) Column 2 Formula max avg min Column 2 Statistics Upstream Multicast HC (pps) Column 3 Name Upstream Multicast HC (pps) Column 3 Formula max avg min Column 3 Statistics Upstream Broadcast HC (pps) Column 4 Name Upstream Broadcast HC (pps) Column 4 Formula max avg min Column 4 Statistics ~AP Cisco CMTS~HC Upstream Traffic Reports~orig - HC Upstream Traffic - Resource Summary Title: orig - HC Upstream Traffic - Resource Summary Description: AP Cisco CMTS - HC Upstream Traffic - Resource Summary Stylesheet: PVLs_AP_ResSummary_w_2GTS.html Drill From: orig - HC Upstream Traffic - Group Summary Resource Summary Table 1: orig - HC Upstream Traffic - Detail Chart Drilldown Upstream Throughput HC (bps) Column 1 Name Upstream Throughput HC (bps) Column 1 Formula max avg min Column 1 Statistics Upstream Unicast HC (pps) Column 2 Name Upstream Unicast HC (pps) Column 2 Formula max avg min Column 2 Statistics Upstream Multicast HC (pps) Column 3 Name Upstream Multicast HC (pps) Column 3 Formula max avg min Column 3 Statistics Upstream Broadcast HC (pps) Column 4 Name Upstream Broadcast HC (pps) Column 4 Formula max avg min Column 4 Statistics Resource Time Series Chart 1: Upstream Throughput HC (bps) Formula avg Statistic AP TS Chart Style - Area - White - avg Style none Drill To false Realtime Resource Time Series Chart 2: Upstream Unicast HC (pps) Formula avg Statistic AP TS Chart Style - Area - White - avg Style none Drill To false Realtime IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 43 ~AP Cisco CMTS~Upstream Health Reports~Upstream Health - Detail Chart Title: Upstream Health - Detail Chart Description: AP CMTS Pack - Upstream Health - DC Stylesheet: PVLs_AP_8ResTimeSeries.html Drill From: DOCSIS Overview, Upstream Health - Resource Summary DR, Upstream Health - Resource Summary Resource Time Series Chart 1: Inbound Discarded (PDUs) Formula sum Statistic AP TS Chart Style - Area - White - sum Style none Drill To true Realtime Resource Time Series Chart 2: Inbound Errors (PDUs) Formula sum Statistic AP TS Chart Style - Area - White - sum Style none Drill To true Realtime Resource Time Series Chart 3: Inbound Unknown Protocol (PDUs) Formula sum Statistic AP TS Chart Style - Area - White - sum Style none Drill To true Realtime Resource Time Series Chart 4: Upstream Channel Utilization Formula max avg min Statistic AP TS Chart Style - Area - White - avg max Style none Drill To true Realtime ~AP Cisco CMTS~Upstream Health Reports~Upstream Health - Group Summary Title: Upstream Health - Group Summary Description: AP CMTS Pack - Upstream Health - GST - deploy Stylesheet: PVLs_AP_GroupSummary_w_2ResDistrib.html Drill From: Group Summary Table 1: Upstream Health - Resource Summary Drilldown DR,Upstream Health - Resource Summary Inbound Discarded (PDUs) Column 1 Name Inbound Discarded (PDUs) Column 1 Formula sum Column 1 Statistics Inbound Errors (PDUs) Column 2 Name Inbound Errors (PDUs) Column 2 Formula sum Column 2 Statistics Inbound Unknown Protocol (PDUs) Column 3 Name Inbound Unknown Protocol (PDUs) Column 3 Formula sum Column 3 Statistics Upstream Channel Utilization Column 4 Name Upstream Channel Utilization Column 4 Formula max avg min Column 4 Statistics 44 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Resource Distribution Chart 1: Formula Statistic Style Drill To Realtime Inbound Errors (PDUs) sum AP Distrib Chart Style - Stack Bar Horiz - white 5 colors none false ~AP Cisco CMTS~Upstream Health Reports~Upstream Health - Resource Summary Title: Upstream Health - Resource Summary Description: AP CMTS Pack - Upstream Health - RST - deploy Stylesheet: PVLs_AP_ResSummary_w_2ResDistrib.html Drill From: Upstream Health - Resource Summary DR, Upstream Health - Group Summary Resource Summary Table 1: Upstream Health - Resource Summary Drilldown DR,Upstream Health - Detail Chart Inbound Discarded (PDUs) Column 1 Name Inbound Discarded (PDUs) Column 1 Formula sum Column 1 Statistics Inbound Errors (PDUs) Column 2 Name Inbound Errors (PDUs) Column 2 Formula sum Column 2 Statistics Inbound Unknown Protocol (PDUs) Column 3 Name Inbound Unknown Protocol (PDUs) Column 3 Formula sum Column 3 Statistics Upstream Channel Utilization Column 4 Name Upstream Channel Utilization Column 4 Formula max avg min Column 4 Statistics Resource Distribution Chart 1: Inbound Errors (PDUs) Formula sum Statistic AP Distrib Chart Style - Stack Bar Horiz - white Style 5 colors none Drill To false Realtime ~AP Cisco CMTS~Upstream Health Reports~Upstream Health - Resource Summary DR Title: Upstream Health - Resource Summary DR Description: AP CMTS Pack - Upstream Health - RST - deploy Stylesheet: PVLs_AP_ResSummary_w_2ResDistrib.html Drill From: Upstream Health - Resource Summary, Upstream Health - Group Summary Resource Summary Table 1: Upstream Health - Resource Summary,Upstream Drilldown Health - Detail Chart Inbound Discarded (PDUs) Column 1 Name Inbound Discarded (PDUs) Column 1 Formula sum Column 1 Statistics Inbound Errors (PDUs) Column 2 Name Inbound Errors (PDUs) Column 2 Formula sum Column 2 Statistics IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 45 Column 3 Name Column 3 Formula Column 3 Statistics Column 4 Name Column 4 Formula Column 4 Statistics Inbound Unknown Protocol (PDUs) Inbound Unknown Protocol (PDUs) sum Upstream Channel Utilization Upstream Channel Utilization max avg min ~AP Cisco CMTS~Upstream Signal Quality Reports~Upstream Signal Quality - Detail Chart Title: Upstream Signal Quality - Detail Chart Description: AP Cisco CMTS - Upstream Signal Quality - Detail Chart Stylesheet: PVLs_AP_8ResTimeSeries.html Drill From: Resource Time Series Chart 1: Signal Noise Ratio (db) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 2: Carrier Noise Ratio (db) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 3: Pre-correction Error Rate Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 4: Post-correction Error Rate Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 5: Upstream Channel Frequency Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 6: Upstream Channel Mod Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime 46 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ~AP Cisco CMTS~Upstream Signal Quality Reports~Upstream Signal Quality - Group Summary Title: Upstream Signal Quality - Group Summary Description: AP Cisco CMTS - Upstream Signal Quality - Group Summary Stylesheet: PVLs_AP_GroupSummary_w_2Ratio.html Drill From: Group Summary Table 1: Upstream Signal Quality - Resource Summary Drilldown Signal Noise Ratio (db) Column 1 Name Signal Noise Ratio (db) Column 1 Formula max avg min Column 1 Statistics Carrier Noise Ratio (db) Column 2 Name Carrier Noise Ratio (db) Column 2 Formula max avg min Column 2 Statistics Pre-correction Error Rate Column 3 Name Pre-correction Error Rate Column 3 Formula max avg min Column 3 Statistics Post-correction Error Rate Column 4 Name Post-correction Error Rate Column 4 Formula max avg min Column 4 Statistics ~AP Cisco CMTS~Upstream Signal Quality Reports~Upstream Signal Quality - Resource Summary Title: Upstream Signal Quality - Resource Summary Description: AP Cisco CMTS - Upstream Signal Quality - 2 RST Resource Summary Stylesheet: PVLs_AP_2ResSummary_w_4Ratio.html Drill From: Upstream Signal Quality - Group Summary Resource Summary Table 1: Drilldown Signal Noise Ratio (db) Column 1 Name Signal Noise Ratio (db) Column 1 Formula max avg min Column 1 Statistics Carrier Noise Ratio (db) Column 2 Name Carrier Noise Ratio (db) Column 2 Formula max avg min Column 2 Statistics Pre-correction Error Rate Column 3 Name Pre-correction Error Rate Column 3 Formula max avg min Column 3 Statistics Post-correction Error Rate Column 4 Name Post-correction Error Rate Column 4 Formula max avg min Column 4 Statistics Upstream Channel Frequency Column 5 Name Upstream Channel Frequency Column 5 Formula max avg min Column 5 Statistics Upstream Channel Mod Column 6 Name Upstream Channel Mod Column 6 Formula max avg min Column 6 Statistics Upstream Channel Width Column 7 Name Upstream Channel Width Column 7 Formula max avg min Column 7 Statistics IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 47 ~AP Cisco CMTS~Upstream Traffic Reports~Upstream Traffic - Detail Chart Title: Upstream Traffic - Detail Chart Description: AP Cisco CMTS - Upstream Traffic - Detail Charts Stylesheet: PVLs_AP_9ResTimeSeries.html Drill From: DOCSIS Overview, Upstream Traffic - Resource Summary Resource Time Series Chart 1: Upstream Voice Traffic (bps) Formula avg Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 2: Upstream Throughput (bps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 3: Upstream Unicast (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 4: Upstream Multicast (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 5: Upstream Broadcast (pps) Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime Resource Time Series Chart 6: DOCSIS Channel Utilization Formula max avg min Statistic AP TS Chart Style - Area - White - avg Style none Drill To true Realtime 48 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference ~AP Cisco CMTS~Upstream Traffic Reports~Upstream Traffic - Group Summary Title: Upstream Traffic - Group Summary Description: AP Cisco CMTS - Upstream Traffic - Group Summary Stylesheet: PVLs_AP_GroupSummary_w_2GTS.html Drill From: Group Summary Table 1: Upstream Traffic - Resource Summary Drilldown Upstream Voice Traffic (bps) Column 1 Name Upstream Voice Traffic (bps) Column 1 Formula max avg min Column 1 Statistics Upstream Throughput (bps) Column 2 Name Upstream Throughput (bps) Column 2 Formula max avg min Column 2 Statistics Upstream Unicast (pps) Column 3 Name Upstream Unicast (pps) Column 3 Formula max avg min Column 3 Statistics Upstream Multicast (pps) Column 4 Name Upstream Multicast (pps) Column 4 Formula max avg min Column 4 Statistics Upstream Broadcast (pps) Column 5 Name Upstream Broadcast (pps) Column 5 Formula max avg min Column 5 Statistics DOCSIS Channel Utilization Column 6 Name DOCSIS Channel Utilization Column 6 Formula max avg min Column 6 Statistics Resource Time Series Chart 1: Upstream Voice Traffic (bps) Formula avg Statistic AP TS Chart Style - Area - White - avg Style none Drill To false Realtime Resource Time Series Chart 2: Upstream Throughput (bps) Formula avg Statistic AP TS Chart Style - Area - White - avg Style none Drill To false Realtime ~AP Cisco CMTS~Upstream Traffic Reports~Upstream Traffic - Resource Summary Title: Upstream Traffic - Resource Summary Description: AP Cisco CMTS - Upstream Traffic - Resource Summary Stylesheet: PVLs_AP_ResSummary_w_2GTS.html Drill From: Upstream Traffic - Group Summary Resource Summary Table 1: Upstream Traffic - Detail Chart Drilldown Upstream Voice Traffic (bps) Column 1 Name Upstream Voice Traffic (bps) Column 1 Formula avg Column 1 Statistics Upstream Throughput (bps) Column 2 Name Upstream Throughput (bps) Column 2 Formula max avg min Column 2 Statistics IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 49 Column 3 Name Column 3 Formula Column 3 Statistics Column 4 Name Column 4 Formula Column 4 Statistics Column 5 Name Column 5 Formula Column 5 Statistics Column 6 Name Column 6 Formula Column 6 Statistics Resource Time Series Chart 1: Formula Statistic Style Drill To Realtime Resource Time Series Chart 2: Formula Statistic Style Drill To Realtime 50 Upstream Unicast (pps) Upstream Unicast (pps) max avg min Upstream Multicast (pps) Upstream Multicast (pps) max avg min Upstream Broadcast (pps) Upstream Broadcast (pps) max avg min DOCSIS Channel Utilization DOCSIS Channel Utilization max avg min Upstream Voice Traffic (bps) avg AP TS Chart Style - Area - White - avg none false Upstream Throughput (bps) avg AP TS Chart Style - Area - White - avg none false IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Subelement Groups no condition NOC Reporting %(Element.STATE)='on' AND %(STATE)='on' Cisco CMTS %(DeviceVendor) = 'Cisco' DOCSIS Overview Cable (HFC) Network %(isFlappingCM) = 'false' Cable Modem Management - Group Summary Downstream Traffic - Group Summary Upstream Traffic - Group Summary Upstream Health - Group Summary Upstream Signal Quality - Group Summary %(Element.NAME) no condition Cable Modem Management - Resource Summary Downstream Traffic - Resource Summary Downstream Traffic TopN - Resource Summary Upstream Traffic - Resource Summary Upstream Traffic TopN - Resource Summary Upstream Signal Quality - Resource Summary Flapping Cable Modems %(isFlappingCM) = 'true' Daily Flapping Cable Modems - Resource Summary Sub-Element Collect %(Element.STATE)='on' AND %(STATE)='on' DOCSIS no condition CMTS no condition Cable (HFC) Network %(isFlappingCM) = 'false' Downstream %(isUpstream) = 'false' Downstream Interface (Nb) Downstream Unused Bytes HC Transmitted Octets Downstream HC %(CMTSHighCap) IS NOT NULL AND %(isUpstream) = 'false' Downstream Broadcast HC (pps) Downstream Channel Payload Utilization HC Downstream Channel Utilization HC Downstream Multicast HC (pps) Downstream Throughput HC (bps) Downstream Total Bytes HC Downstream Unicast HC (pps) Downstream Used Bytes HC Downstream LC %(CMTSHighCap) IS NULL AND %(isUpstream) = 'false' Downstream Broadcast (pps) Downstream Channel Payload Utilization IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 51 Downstream Channel Utilization Downstream Multicast (pps) Downstream Throughput (bps) Downstream Total Bytes Downstream Unicast (pps) Downstream Used Bytes Upstream %(isUpstream) = 'true' Active Cable Modems DOCSIS Channel Utilization Inactive Cable Modems Registered Cable Modems Total Cable Modems Unregistered Cable Modems Upstream Interface (Nb) Carrier Noise Ratio (db) Post-correction Error Rate Pre-correction Error Rate Signal Noise Ratio (db) Upstream Channel Frequency Upstream Channel Mod Upstream Channel Width HC Received Octets Upstream Broadcast (pps) Upstream Broadcast HC (pps) Upstream Channel Utilization Upstream Channel Utilization HC Upstream Multicast (pps) Upstream Multicast HC (pps) Upstream Throughput (bps) Upstream Throughput HC (bps) Upstream Unicast (pps) Upstream Unicast HC (pps) Upstream Voice Traffic (bps) Inbound Discards Inbound Errors Unknown Protocols Upstream HC %(CMTSHighCap) IS NOT NULL AND %(isUpstream) = 'true' HC Received Octets Upstream Broadcast HC (pps) Upstream Channel Utilization HC Upstream Multicast HC (pps) Upstream Throughput HC (bps) Upstream Unicast HC (pps) Upstream LC %(CMTSHigHCap) IS NULL AND %(isUpstream) = 'true' Upstream Broadcast (pps) Upstream Channel Utilization Upstream Multicast (pps) Upstream Throughput (bps) Upstream Unicast (pps) Flapping Cable Modems %(isFlappingCM) = 'true' CRCErrors Hits 52 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Misses PowerAdjustments Reinsertions TotalModemFlaps Interfaces %(AP_ifType) IS NOT NULL AND %(usdIfType) IS NULL AND %(nonStdIfCollection) IS NULL Traffic In (%(TrafficDirection) = 'in' OR %(TrafficDirection) = 'both') AND %(ZerosReported) = 'false' Discards Reported %(DiscardsReported) = 'true' Inbound Discards Errors Reported %(ErrorsReported) = 'true' Inbound Errors IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 53 Properties ID 56635 56617 53032 53004 53001 53003 53002 10555 56590 56634 56614 56616 53013 56618 56619 56615 53005 53006 53007 53019 53031 Name CMTSHighCap CRCErrors DOCSISVersion DSChannelFreq DSChannelMod DSChannelTP DSChannelWidth DeviceVendor ExportIPaddress FlappingModem Hits Misses Port PowerAdjustments Reinsertions TotalModemFlaps USChannelFreq USChannelMod USChannelWidth isCMTS isFlappingCM 53030 isUpstream 54 Comment Version of DOCSIS Standard being supported Frequency of Downstream Channel Modulation of Downstream Channel Transmission Power of Downstream Channel Width of Downstream Channel Name of vendor of the device This is Ethernet Lan port Frequency of Upstream Channel Modulation of Upstream Channel Width of Upstream Channel To check if the device is CMTS To check if the device supports Flapping Cable Modems To check if the stream is Upstream IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Thresholds Formula ID 2214 2214 Forumla Name Inbound Errors (PDUs) Inbound Errors (PDUs) Group ID 10332 49901038 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Group Name 55 Resources Resource Description Element The name that identifies the Cisco CMTS technology being monitored. This name is typically the IP address where the associated SNMP Agent is running. Example: 127.0.0.1-1 Subelement In the Tivoli® Netcool®/Proviso® DataMart Resource Editor, element names appear in the name column on the Element tab. An element has one or more subelements for statistics that apply to the Cisco CMTS technology. The subelement name identifies a subelement that resides in the database. Subelement names are often used in reports to identify specific entities. The subelement name is constructed from the element name plus the instance name. Example: 127.0.0.1-1_Port<16> Subelement instance In the Tivoli Netcool/Proviso DataMart Resource Editor, element names appear in the name column on the Sub-Element tab. A subelement instance name is constructed from a shorthand name for the subelement type plus an identifier. Example: Port<16> Subelement label In the Tivoli Netcool/Proviso DataMart Resource Editor, element names appear in the instance column on the Sub-Element tab. A subelement label is often used in reports to identify a particular instance of a subelement. A subelement label is constructed from a shorthand name for the subelement type plus a filename. Example: Cable4/0/1-upstream2 Subelement family In the Tivoli Netcool/Proviso DataMart Resource Editor, element names appear in the label column on the Sub-Element tab. This technology pack groups the subelements it creates into the following family: • Cisco_CMTS. In the Tivoli Netcool/Proviso DataMart Resource Editor, element names appear in the fam column on the Sub-Element tab. Subelement Types • CMTS Router-Downstream Ports • CMTS Router-Upstream Ports • Flapping Modem 56 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Notices This information was developed for products and services offered in the U.S.A. IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information about the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user’s responsibility to evaluate and verify the operation of any non-IBM product, program, or service. IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not grant you any license to these patents. You can send license inquiries, in writing, to: IBM Director of Licensing IBM Corporation North Castle Drive Armonk, NY 10504-1785 U.S.A. For license inquiries regarding double-byte character set (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to: Intellectual Property Licensing Legal and Intellectual Property Law IBM Japan Ltd. 1623-14, Shimotsuruma, Yamato-shi Kanagawa 242-8502 Japan The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement might not apply to you. This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice. Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk. IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you. Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact: IBM Corporation 2Z4A/101 11400 Burnet Road Austin, TX 78758 U.S.A. © Copyright IBM Corp. 2010 57 Such information may be available, subject to appropriate terms and conditions, including in some cases payment of a fee. The licensed program described in this document and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement or any equivalent agreement between us. Any performance data contained herein was determined in a controlled environment. Therefore, the results obtained in other operating environments may vary significantly. Some measurements may have been made on development-level systems and there is no guarantee that these measurements will be the same on generally available systems. Furthermore, some measurements may have been estimated through extrapolation. Actual results may vary. Users of this document should verify the applicable data for their specific environment. Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products. All statements regarding IBM’s future direction or intent are subject to change or withdrawal without notice, and represent goals and objectives only. This information is for planning purposes only. The information herein is subject to change before the products described become available. This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. COPYRIGHT LICENSE: This information contains sample application programs in source language, which illustrate programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs. The sample programs are provided "AS IS", without warranty of any kind. IBM shall not be liable for any damages arising out of your use of the sample programs. If you are viewing this information in softcopy form, the photographs and color illustrations might not appear. Trademarks IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at “Copyright and trademark information” at www.ibm.com/legal/copytrade.shtml. Java and all Java-based trademarks and logos are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Other product and service names might be trademarks of IBM or other companies. 58 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Additional Copyright Information The following copyright information is for software used by Netcool/Proviso. Tcl 8.3.3, Combat/TCL 0.7.3, Combat/TCL 0.7.5, TclX 8.3, TK 8.3.3 This software is copyrighted by the Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties. The following terms apply to all files associated with the software unless explicitly disclaimed in individual files. The authors hereby grant permission to use, copy, modify, distribute, and license this software and its documentation for any purpose, provided that existing copyright notices are retained in all copies and that this notice is included verbatim in any distributions. No written agreement, license, or royalty fee is required for any of the authorized uses. Modifications to this software may be copyrighted by their authors and need not follow the licensing terms described here, provided that the new terms are clearly indicated on the first page of each file where they apply. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. GOVERNMENT USE: If you are acquiring this software on behalf of the U.S. government, the Government shall have only "Restricted Rights" in the software and related documentation as defined in the Federal Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you are acquiring the software on behalf of the Department of Defense, the software shall be classified as "Commercial Computer Software" and the Government shall have only "Restricted Rights" as defined in Clause 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the authors grant the U.S. Government and others acting in its behalf permission to use and distribute the software in accordance with the terms specified in this license. SCOTTY Stack This software is copyrighted by Juergen Schoenwaelder, the Technical University of Braunschweig, the University of Twente, and other parties. The following terms apply to all files associated with the software unless explicitly disclaimed in individual files. The authors hereby grant permission to use, copy, modify, distribute, and license this software and its documentation for any purpose, provided that existing copyright notices are retained in all copies and that this notice is included verbatim in any distributions. No written agreement, license, or royalty fee is required for any of the authorized uses. Modifications to this software may be copyrighted by their authors and need not follow the licensing terms described here, provided that the new terms are clearly indicated on the first page of each file where they apply. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 59 PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN “AS IS” BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. Various copyrights apply to this package, listed in 3 separate parts below. Please make sure that you include all the parts. Up until 2001, the project was based at UC Davis, and the first part covers all code written during this time. From 2001 onwards, the project has been based at SourceForge, and Networks Associates Technology, Inc hold the copyright on behalf of the wider Net-SNMP community, covering all derivative work done since then. An additional copyright section has been added as Part 3 below also under a BSD license for the work contributed by Cambridge Broadband Ltd. to the project since 2001. Part 1: CMU/UCD copyright notice: (BSD like) Copyright © 1989, 1991, 1992 by Carnegie Mellon University Derivative Work - 1996, 1998-2000 Copyright © 1996, 1998-2000 The Regents of the University of California All Rights Reserved Permission to use, copy, modify and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of CMU and The Regents of the University of California not be used in advertising or publicity pertaining to distribution of the software without specific written permission. CMU AND THE REGENTS OF THE UNIVERSITY OF CALIFORNIA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL CMU OR THE REGENTS OF THE UNIVERSITY OF CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM THE LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Part 2: Networks Associates Technology, Inc copyright notice (BSD) Copyright © 2001, Networks Associates Technology, Inc All rights reserved. • Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the NAI Labs nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Part 3: Cambridge Broadband Ltd. copyright notice (BSD) 60 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Portions of this code are copyright © 2001, Cambridge Broadband Ltd. All rights reserved. • Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. The name of Cambridge Broadband Ltd. may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. BLT 2.4u Portions (c) 1993 AT&T, (c) 1993 - 1998 Lucent Technologies, (c) 1994-1998 Sun Microsystems, Inc., and (c) 19871993 The Regents of the University of California. Permission to use, copy, modify and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the names of AT&T, Lucent Technologies Inc., Sun Microsystems, Inc. and The Regents of the University of California not be used in advertising or publicity pertaining to distribution of the software without specific written permission. THE COPYRIGHT HOLDERS AND OTHER CONTRIBUTORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR OTHER CONTRIBUTORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM THE LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. CMU-SNMP 1.14 CMU/UCD copyright notice: (BSD like) Copyright 1989, 1991, 1992 by Carnegie Mellon University Derivative Work - 1996, 1998-2000 Copyright 1996, 1998-2000 The Regents of the University of California All Rights Reserved Permission to use, copy, modify and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of CMU and The Regents of the University of California not be used in advertising or publicity pertaining to distribution of the software without specific written permission. CMU AND THE REGENTS OF THE UNIVERSITY OF CALIFORNIA DISCLAIM ALL WARRANTIES IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 61 WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL CMU OR THE REGENTS OF THE UNIVERSITY OF CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM THE LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Scotty 2.8, incrTCL 3.0, [incr TCL] 3.2 Portions Copyright (c) 1987-1994 The Regents of the University of California. Copyright (c) 1994-1995 Sun Microsystems, Inc. This software is copyrighted by the Regents of the University of California, Sun Microsystems, Inc., and other parties. The following terms apply to all files associated with the software unless explicitly disclaimed in individual files. The authors hereby grant permission to use, copy, modify, distribute, and license this software and its documentation for any purpose, provided that existing copyright notices are retained in all copies and that this notice is included verbatim in any distributions. No written agreement, license, or royalty fee is required for any of the authorized uses. Modifications to this software may be copyrighted by their authors and need not follow the licensing terms described here, provided that the new terms are clearly indicated on the first page of each file where they apply. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. RESTRICTED RIGHTS: Use, duplication or disclosure by the government is subject to the restrictions as set forth in subparagraph (c) (1) (ii) of the Rights in Technical Data and Computer Software Clause as DFARS 252.227-7013 and FAR 52.227-19. Portions Copyright (c) 1993-1998 Lucent Technologies, Inc. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that the copyright notice and warranty disclaimer appear in supporting documentation, and that the names of Lucent Technologies any of their entities not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Lucent disclaims all warranties with regard to this software, including all implied warranties of merchantability and fitness. In no event shall Lucent be liable for any special, indirect or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortuous action, arising out of or in connection with the use or performance of this software. UCD SNMP 4.2.5 Portions Copyright 1989, 1991, 1992 by Carnegie Mellon University. Derivative Work - 1996, 1998-2000, Copyright 1996, 1998-2000 The Regents of the University of California All Rights Reserved Permission to use, copy, modify and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of CMU and The Regents of the 62 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference University of California not be used in advertising or publicity pertaining to distribution of the software without specific written permission. CMU AND THE REGENTS OF THE UNIVERSITY OF CALIFORNIA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL CMU OR THE REGENTS OF THE UNIVERSITY OF CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM THE LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Portions Copyright: (c) 2001-2003, Networks Associates Technology, Inc, (c) 2001-2003, Cambridge Broadband Ltd, (c) 2003-2005, Sparta, Inc., (c) 2004, Cisco, Inc and Information Network Center of Beijing University of Posts and Telecommunications, (c) Fabasoft R&D Software GmbH & Co KG, 2003 oss@fabasoft.com. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the names of Networks Associates Technology, Inc, Cambridge Broadband Ltd., Sparta, Inc., Cisco, Inc, Beijing University of Posts and Telecommunications, Fabasoft R&D Software GmbH & Co KG or any of its subsidiaries, brand or product names, nor the names of their contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. JDOM 1.0 Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the disclaimer that follows these conditions in the documentation and/or other materials provided with the distribution. 3. The name "JDOM" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact <request_AT_jdom_DOT_org>. 4. Products derived from this software may not be called "JDOM", nor may "JDOM" appear in their name, without prior written permission from the JDOM Project Management <request_AT_jdom_DOT_org>. In addition, we request (but do not require) that you include in the end-user documentation provided with the redistribution and/or in the software itself an acknowledgement equivalent to the following: IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 63 "This product includes software developed by the JDOM Project (http://www.jdom.org/)." Alternatively, the acknowledgment may be graphical using the logos available at http://www.jdom.org/images/logos. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of voluntary contributions made by many individuals on behalf of the JDOM Project and was originally created by Jason Hunter <jhunter_AT_jdom_DOT_org> and Brett McLaughlin <brett_AT_jdom_DOT_org>. For more information on the JDOM Project, please see <http://www.jdom.org/>. Regex 1.1a Copyright (C) 1996, 1999 Vassili Bykov. It is provided to the Smalltalk community in hope it will be useful. 1. This license applies to the package as a whole, as well as to any component of it. By performing any of the activities described below, you accept the terms of this agreement. 2. The software is provided free of charge, and ``as is'', in hope that it will be useful, with ABSOLUTELY NO WARRANTY. The entire risk and all responsibility for the use of the software is with you. Under no circumstances the author may be held responsible for loss of data, loss of profit, or any other damage resulting directly or indirectly from the use of the software, even if the damage is caused by defects in the software. 3. You may use this software in any applications you build. 4. You may distribute this software provided that the software documentation and copyright notices are included and intact. 5. You may create and distribute modified versions of the software, such as ports to other Smalltalk dialects or derived work, provided that: a. any modified version is expressly marked as such and is not misrepresented as the original software; b. credit is given to the original software in the source code and documentation of the derived work; c. the copyright notice at the top of this document accompanies copyright notices of any modified version. Xwpick Copyright © 1993, 1994 by Evgeni Chernyaev Permission to use, copy, modify, and distribute this software and its documentation for non-commercial purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation. Xwpick is used for printing utilities. Sieve of Eratosthenes Copyright Frank Pilhofer, fp@fpx.de Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 64 IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of Frank Pilhofer nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. IBM Tivoli Netcool/Proviso Cisco CMTS 2.2.1.0 Technology Pack Reference 65 IBM ®