Cisco Cable Manager User's Guide, 2.0
Chapter 4-Managing Cisco Routers

Table of Contents

Generating Performance and Inventory Reports with Cisco Cable Manager
Generating Performance Reports
Generating MAC Throughput Reports
Generating MAC Statistics Reports
Generating PA Port Throughput Reports
Generating Downstream Utilization Reports
Generating Upstream Utilization Reports
Generating Upstream Signal Quality Reports
Generating Cable Modem Usage Reports
Generating Cable Modem Signal Quality Reports
Generating Cable Modem CPE Reports
Generating Inventory Reports
Generating uBR Inventory Reports
Generating Cable Modem Summary and Detailed Inventory Reports

Generating Performance and Inventory Reports with Cisco Cable Manager


This chapter describes procedures for generating predefined performance and inventory reports and contains the following sections:

You can generate customized performance reports using the Cisco EMF application called Performance Manager. For details, see your Cisco EMF documentation.

Generating Performance Reports

When you generate a Performance Report, you will be asked to enter the time and date range for the report.


Note   Before you generate reports, turn on performance polling for the polling groups. Limit the start time and end time range because reports can take a long time to generate.

See the "Using Performance Polling" section.

The CCM reporting applications communicate with Cisco EMF by using the Corba gateway.

To successfully generate performance reports, see "Troubleshooting Tips for Performance Reports" section.

Generating MAC Throughput Reports

This report is launchable from the Tools menu associated with either an UBR or a RF-card object, and will report the MAC throughput information for all MAC layers in the selected object's hierarchy.


Note   Before you generate the report, polling must be turned on for CblUbrPolling.cblRFCardIfTbl polling group. See "Using Performance Polling" section.

The features provided include:

  • A tabular report consisting of the following parameters

for each timestamp when polling is performed successfully:

¯ Mac Layer Identifier—The containment path in the Object Tree.

¯ In Utilization—Utilization calculated with inbound ifTable counters.

¯ The formula is (delta_ifOutOctets * 8 * 100) / (ifSpeed * delta_time).

¯ In Discard Rate—Number of inbound packets that were discarded, even though no errors were detected to prevent their delivery. Packets may have been discarded to free up buffer space. This discard rate is calculated with inbound ifTable counters. The formula is (delta_ifOutDiscards * 100 / delta_outTotal).

¯ In Error Rate—This error rate is calculated with inbound ifTable counters. The formula is (delta_ifOutErrors * 100 / delta_outTotal).

¯ Out Utilization—This utilization is calculated with outbound ifTable counters. The formula is (delta_ifOutOctets * 8 * 100) / (ifSpeed * delta_time).

¯ Out Discard Rate—Number of outbound packets that were discarded, even though no errors were detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space. Discontinuities in the value of this counter can occur at reinitialization of Cisco Cable Manager and at other system interruptions. This discard rate is calculated with outbound ifTable counters. The formula is delta_ifOutDiscards * 100 / delta_outTotal.

¯ Out Error Rate—This error rate is calculated with outbound ifTable counters. The formula is (delta_ifOutErrors * 100 / delta_outTotal).


Note   All the above delta values are computed for the counters between current and last timestamps. Delta time is computed between the current and last timestamps. delta_outTotal is the sum of delta_ifOutUcastPkts, delta_ifOutMulticastPkts, delta_ifOutBroadcastPkts, delta_ifOutDiscards and delta_ifOutErrors. MAC layer ifSpeed is not directly available from the agent. It is aggregated from all the upstream ifSpeed.

  • The tabular report can be saved and loaded.
  • A bar chart of all the above rates is provided for all the MAC layers per interval. Users must first select a row. All the data rows of the same timestamp will be used to construct a bar chart.

Generating a MAC Throughput Report


Step 1   From the Cisco EMF launch pad, click Viewer.

The Map Viewer dialog box appears.

Step 2   Double-click the Physical containment level and expand the object tree.

Step 3   Select a uBR or an RF-card.

Step 4   From the right-click menu, choose Tools > MAC Throughput Report.

The Cisco Cable Performance Report dialog box appears.

Step 5   Select a start time and end time interval; then, click Run.

The uBR MAC Throughput Report appears.


Tip You can load previously saved reports by using the task menu.





(Optional) Generating a MAC Throughput Report Bar Chart

A bar chart is provided for all MAC reports. All the data rows with the same timestamp are used to construct the bar chart.


Step 1   From the uBR MAC Throughput Report, select a row that you want to see in the bar chart.

Step 2   Click BarChart at the bottom of the report.

The bar chart appears.

Step 3   From the Task menu, choose Save, Load, Print, or Exit.





Generating MAC Statistics Reports

This report is launchable from the Tools menu associated with either an RF-card or an UBR object and will report MAC statistic information for all MAC Layers in the selected object's hierarchy.


Note   Before you generate a report, polling must be turned on for the CblUbrPolling.cblRFCardDiagTbl polling group. See "Using Performance Polling" section.

The features provided include:

  • A tabular report consisting of the following parameters for each timestamp when polling is performed successfully:

¯ Mac Layer Identifier—The containment path in the object tree.

¯ Ranging Aborts—Counts ranging attempts that were explicitly ended by the CMTS.

¯ Invalid Registration Requests—Counts the invalid registration request messages received on the interface.

¯ Invalid Range Requests—Counts invalid range request messages received on the interface.

¯ Failed Registration Requests—Counts the failed registration attempts; for example, authentication and class-of-service failures on the interface.

¯ Invalid Data Requests—Counts the invalid data request messages received on the interface.

¯ T5 Timeouts—Counts the number of times counter T5 ended on the interface.

  • The tabular report can be saved and loaded.
  • A plot chart can be generated at per attribute per chart basis.

You must select an attribute first. Each chart covers multiple MAC Layers across the time range for a given attribute.

Generating a MAC Statistics Report


Step 1   From the Cisco EMF launch pad, click Viewer.

The Map Viewer dialog box appears.

Step 2   Double-click the Physical containment level and expand the object tree.

Step 3   Select a uBR or an RF-card.

Step 4   From the right-click menu, choose Tools > MAC Statistics Report.

The Cisco Cable Performance Report dialog box appears.

Step 5   Select a start time and end time interval; then, click Run.

The MAC Statistical Report appears.





(Optional) Generating a MAC Statistics Report Plot Chart


Step 1   From the MAC Statistical Report, select an attribute in one of the columns that you want to see in the plot chart.

Step 2   Click PlotChart at the bottom of the report.

The line chart appears.


Tip Each line chart covers multiple uBR MACs across a time range for a given attribute.

Step 3   From the Task menu, choose Save, Load, Print, or Exit.





Generating PA Port Throughput Reports

This report is launchable from the Tools menu associated with either a UBR or a PA object, and will report the PA port throughput information for all the PA ports in the selected object's hierarchy.


Note   Before you generate the report, polling must be turned on for CblUbrPolling.cblPAPortTbl polling group. See "Using Performance Polling" section.

The features provided include:

  • A tabular report consisting of the following parameters for each timestamp when polling is performed successfully:

¯ PA Port Identifier—The containment path in the object tree.

¯ In Utilization—Utilization calculated with inbound ifTable counters. The formula is (delta_ifOutOctets * 8 * 100) / (ifSpeed * delta_time).

¯ In Discard Rate—Number of inbound packets that were discarded, even though no errors were detected to prevent their delivery. Packets may have been discarded to free up buffer space. This discard rate is calculated with inbound ifTable counters. The formula is (delta_ifOutDiscards * 100 / delta_outTotal).

¯ In Error Rate—This error rate is calculated with inbound ifTable counters. The formula is (delta_ifOutErrors * 100 / delta_outTotal).

¯ Out Utilization—This utilization is calculated with outbound ifTable counters. The formula is (delta_ifOutOctets * 8 * 100) / (ifSpeed * delta_time).

¯ Out Discard Rate—Number of outbound packets that were discarded, even though no errors were detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space. Discontinuities in the value of this counter can occur at reinitialization of Cisco Cable Manager and at other system interruptions. This discard rate is calculated with outbound ifTable counters. The formula is delta_ifOutDiscards * 100 / delta_outTotal.

¯ Out Error Rate—This error rate is calculated with outbound ifTable counters. The formula is (delta_ifOutErrors * 100 / delta_outTotal).


Note   All the above delta values are computed for the counters between current and last timestamps. Delta time is computed between the current and last timestamps. delta_outTotal is the sum of delta_ifOutUcastPkts, delta_ifOutMulticastPkts, delta_ifOutBroadcastPkts, delta_ifOutDiscards and delta_ifOutErrors.

  • The tabular report can be saved and loaded.
  • A bar chart of all the above rates is provided for all PA ports per interval. Users must first select a row. All the data rows of the same timestamp will be used to construct a bar chart.

Generating a PA Port Throughput Report


Step 1   From the Cisco EMF launch pad, click Viewer.

The Map Viewer dialog box appears.

Step 2   Double-click the Physical containment level and expand the object tree.

Step 3   Select a uBR or PA.

Step 4   From the right-click menu, choose Tools > PA Port Throughput Report.

The Cisco Cable Performance Report dialog box appears.

Step 5   Select a start time and end time interval; then, click Run.

The PA Port Throughput Report appears.





(Optional) Generating a PA Port Throughput Report Bar Chart


Step 1   From the PA Port Throughput Report, select a row that you want to see in the bar chart.

Step 2   Click BarChart at the bottom of the report.

The bar chart appears.

Step 3   From the Task menu, choose Save, Load, Print, or Exit.





Generating Downstream Utilization Reports

This report is launchable from the Tools menu associated with either an RF-card or a downstream object, and will report the downstream utilization information for all downstream channels in the selected object's hierarchy.


Note   Before you generate a report, polling must be turned on for the CblUbrPolling.cblDSTbl polling group. See "Using Performance Polling" section.

The features provided include:

  • A tabular report consisting of the following parameters for each timestamp when polling is performed successfully:

¯ Downstream Identifier—The containment path in the object tree.

¯ Utilization—(delta_ifOutOctets * 8 * 100) / (ifSpeed * delta_time)

¯ Error rate—delta_ifOutErrors * 100 / delta_outTotal

¯ Discard rate—delta_ifOutDiscards * 100 / delta_outTotal


Note   All the above delta values are computed for the counters between current and last timestamps. Delta time is computed between the current and last timestamps. delta_outTotal is the sum of delta_ifOutUcastPkts, delta_ifOutMulticastPkts, delta_ifOutBroadcastPkts, delta_ifOutDiscards, and delta_ifOutErrors.

  • The tabular report can be saved and loaded.
  • A bar chart is provided for all DSs of the rate above one per interval.

Users must first select a row. All the data rows of same timestamp will be used to construct a bar chart.

Generating a Downstream Utilization Report


Step 1   From the Cisco EMF launch pad, click Viewer.

The Map Viewer dialog box appears.

Step 2   Double-click the Physical containment level and expand the object tree.

Step 3   Select an RF-card or downstream channel.

Step 4   From the right-click menu, choose Tools > DS Utilization Report.

The Cisco Cable Performance Report dialog box appears.

Step 5   Select a start time and end time interval; then, click Run.

The Downstream Utilization Report appears.





(Optional) Generating a Downstream Utilization Report Bar Chart


Step 1   From the Downstream Utilization Report, select a row that you want to see in the bar chart.

Step 2   Click BarChart at the bottom of the report.

The bar chart appears.

Step 3   From the Task menu, choose Save, Load, Print, or Exit.





Generating Upstream Utilization Reports

The Upstream Utilization Report can be launched from the Tools menu associated with either an RF-card or an Upstream object, and will report the upstream utilization information for all upstreams in the selected object's hierarchy.


Note   Before you generate the report, polling must be turned on for the CblUbrPolling.cblUSTbl polling group. See "Using Performance Polling" section.

The features provided include:

  • A tabular report consisting of the following parameters for each timestamp when polling is performed successfully:

¯ Upstream Identifier—The containment path in the Object Tree.

¯ Utilization—(delta_ifOutOctets * 8 * 100) / (ifSpeed * delta_time)

¯ Error Rate—delta_ifOutErrors * 100 / delta_outTotal

¯ Discard Rate—delta_ifOutDiscards * 100 / delta_outTotal

¯ Admission Rejects—Count of cable modem registration requests rejected on the upstream interface.

¯ Reserved BW—Current total reserved bandwidth in bits per seconds of the upstream interface


Note   All the above delta values are computed for the counters between current and last timestamps. Delta time is computed between the current and last timestamps. delta_outTotal is the sum of delta_ifOutUcastPkts, delta_ifOutMulticastPkts, delta_ifOutBroadcastPkts, delta_ifOutDiscards and delta_ifOutErrors.

  • The tabular report can be saved and loaded.
  • A bar chart of the above parameters is provided for all upstreams per interval. Users must first select a row. All the data rows of the same timestamp will be used to construct a bar chart.

Generating an Upstream Utilization Report


Step 1   From the Cisco EMF launch pad, click Viewer.

The Map Viewer dialog box appears.

Step 2   Double-click the Physical containment level and expand the object tree.

Step 3   Select an RF-card or downstream channel.

Step 4   From the right-click menu, choose Tools > US Utilization Report.

The Cisco Cable Performance Report dialog box appears.

Step 5   Select a start time and end time interval; then, click Run.

The Upstream Utilization Report appears.





(Optional) Generating an Upstream Utilization Report Bar Chart


Step 1   From the Upstream Utilization Report, select a row that you want to see in the bar chart.

Step 2   Click BarChart at the bottom of the report.

The bar chart appears.

Step 3   From the Task menu, choose Save, Load, Print, or Exit.





Generating Upstream Signal Quality Reports

The Upstream Signal Quality Report can be launched from the Tools menu associated with either an RF-card or an Upstream object, and will report the upstream signal quality information for all upstreams in the selected object's hierarchy.


Note   Before you generate the report, polling must be turned on for the CblUbrPolling.cblUSSigTbl polling group. See "Using Performance Polling" section.

The features provided include:

  • A tabular report consisting of the following parameters for each timestamp when polling is performed successfully:

¯ Upstream Identifier—the containment path in the Object Tree

¯ Unerroreds—code words received on this channel without error

¯ Correcteds—code words received on this channel with correctable errors

¯ Uncorrectables—code words received on this channel with uncorrectable errors

¯ SNR—signal to noise ratio for this channel

  • The tabular report can be saved and loaded.
  • An area chart of the above parameters is provided for each upstream across all intervals. Users must first select a row in order to select an upstream.
  • A pie chart for unerrored, corrected and uncorrectable codewords is provided per upstream for one interval. Users must first select a row in order to select an upstream. The data in the selected row is used to construct the pie chart.
  • A plot chart of unerrored/corrected/uncorrectable/SNR attributes is provided. Users must first select the desired attribute. Each chart covers multiple upstreams across the time range for a given attribute.

Generating an Upstream Signal Quality Report


Step 1   From the Cisco EMF launch pad, click Viewer.

The Map Viewer dialog box appears.

Step 2   Double-click the Physical containment level and expand the object tree.

Step 3   Select an RF-card or downstream channel.

Step 4   From the right-click menu, choose Tools > US Signal Quality Report.

The Cisco Cable Performance Report dialog box appears.

Step 5   Select a start time and end time interval; then, click Run.

The Upstream Signal Quality Report appears.





(Optional) Generating an Upstream Signal Quality Report Chart


Step 1   From the Upstream Signal Quality Report, click any cell in the appropriate column or row to create one of the following charts:

  • Area Chart—Shows the performance report for the entire table area chart.
  • Plot Chart—Shows information on unerrored, correctable, uncorrectable, and SNR attributes.
  • Pie Chart—Shows the distribution of unerrored, correctable, and uncorrectable code words per upstream channel per one interval.

Step 2   From the Task menu, choose Save, Load, Print, or Exit.





Generating Cable Modem Usage Reports

The Cable Modem Usage Report can be launched from the Tools menu associated with a group object, and will report the usage information for all online modems in the selected group's hierarchy.


Note   Before you generate the report, polling must be turned on for the CblUbrPolling.cblCMStatusTbl and CblUbrPolling.cblCMSidTbl polling groups. The polling intervals must be identical for the two polling groups. See "Using Performance Polling" section.

The features provided include:

  • In addition to the report start/end time, the user can specify a threshold based on the percentage online time for the modem. All online modems that meet or exceed the threshold will be displayed in the report.
  • A tabular report consisting of the following parameters for each timestamp when polling is performed successfully:

¯ Cable Modem Identifier—the truncated containment path for the cable modem in the physical tree

¯ % Online Time—the percentage of time that the modem stayed online over the time period from when the modem's first ranging message was received by CMTS until now

¯ Average Online Time—the average period of time that the modem stayed online over the time period from when the modem's first ranging message was received by CMTS until now

¯ Modem In Octets—the cumulative number of packet data octets received on this service ID

¯ Modem Out Octets—the cumulative number of packet data octets sent for this service ID

¯ Modem In Packets—the cumulative number of packet data packets received on this service ID

¯ Modem Out Packets—the cumulative number of packet data packets sent for this service ID

  • The tabular report can be saved and loaded.

Generating a Cable Modem Usage Report


Step 1   From the Cisco EMF launch pad, click Viewer.

The Map Viewer dialog box appears.

Step 2   Double-click the Physical containment level and expand the object tree.

Step 3   Select a group.

Step 4   From the right-click menu, choose Tools > CM Usage Report.

The Cisco Cable Performance Report dialog box appears.

Step 5   Select a start time and end time interval.

Step 6   Select the percent online threshold (0-100%); then, click Run. The Cable Modem Usage Report appears.





Generating Cable Modem Signal Quality Reports

The Cable Modem Signal Quality Report can be launched from the Tools menu associated with a group object, and will report the signal quality information for all online modems in the selected group's hierarchy.


Note   Before you generate the report, polling must be turned on for the cblCM polling group. See "Using Performance Polling" section.

The features provided include:

  • A tabular report consisting of the following parameters for each timestamp when polling is performed successfully:

¯ Cable Modem Identifier—the truncated containment path for the cable modem in the physical tree

¯ SNR—the ratio of signal to noise of the downstream channel

¯ US TX Power—the operational transmit power for the attached upstream channel

¯ DS RX power—the received power as perceived for upstream data from this cable modem

¯ Microreflections—total microreflections measured in dBc below the signal level

  • The tabular report can be saved and loaded.

Generating a Cable Modem Signal Quality Report


Step 1   From the Cisco EMF launch pad, click Viewer.

The Map Viewer dialog box appears.

Step 2   Double-click the Physical containment level and expand the object tree.

Step 3   Select any group.

Step 4   From the right-click menu, choose Tools > CM Signal Quality Report.

The Cisco Cable Performance Report dialog box appears.

Step 5   Select a start time and end time interval; then, click Run.

The Cable Modem Signal Quality Report appears.





Generating Cable Modem CPE Reports

The Cable Modem CPE Report can be launched from the Tools menu associated with a group object, and will report the CPE information for all online modems in the selected group's hierarchy.


Note   Before you generate the report, polling must be turned on for the CblUbrPolling.cblCMCpeTbl polling group. See "Using Performance Polling" section.

The features provided include:

  • A tabular report consisting of the following parameters for each timestamp when polling is performed successfully:

¯ Cable Modem Identifier—the truncated containment path for the cable modem in the physical tree

¯ CPE MAC Address

¯ CPE Type—reported as "2," which indicates a PC or anything else that is attached to the cable modem

¯ CPE IP Address

  • The tabular report can be saved and loaded.

Generating a Cable Modem CPE Report


Step 1   From the Cisco EMF launch pad, click Viewer.

The Map Viewer dialog box appears.

Step 2   Double-click the Physical containment level and expand the object tree.

Step 3   Select any group.

Step 4   From the right-click menu, choose Tools > CPE Report > CM CPE Report.

The CPE Report dialog box appears.

Step 5   Select a start time and end time interval; then, click Run.

The CPE Report appears.





Generating Inventory Reports

By using CCM, you can generate the following inventory reports to manage the currently deployed Cisco uBR7200 series universal broadband routers:

  • uBR Inventory Report
  • Cable Modem Summary Inventory Report
  • Cable Modem Detailed Inventory Report

The CCM reporting applications communicate with Cisco EMF by using the Corba gateway.

To successfully generate inventory reports, review the "Troubleshooting Tips for Inventory Reports" section.

Generating uBR Inventory Reports

When you generate uBR Inventory Reports, the following parameters appear on a per uBR basis:

  • uBR Containment Path—The containment path in the Object Tree.
  • uBR Name—The uBR name as it appears in the Object Tree.
  • uBR IP Address—The IP address of the uBR.
  • uBR System Object ID—The vendor's authoritative identification of the uBR.
  • uBR System Descriptor—A description that includes the name and version of the type of hardware used by the uBR, the software operating-system, and networking software.

  • Note   The report can be saved, loaded, and printed, but a previously saved report cannot be saved again.

Generating a uBR Inventory Report


Step 1   From the Cisco EMF launch pad, click Viewer.

The Map Viewer dialog box appears.

Step 2   Double-click the Physical containment level and expand the object tree.

Step 3   Select a site.

Step 4   From the right-click menu, choose Tools > uBR Inventory Report.

The uBR Inventory Report appears.

Step 5   You can also generate the uBR Inventory Report by selecting Regenerate Report from the Task menu.





Generating Cable Modem Summary and Detailed Inventory Reports

Cable Modem Summary Report

The Cable Modem Summary Report is provided at the uBR level only.

This report analyzes the cable modem information retrieved from the uBR (via Cisco EMF) as well as LDAP, determines the category that the modem belongs to, and classifies, counts and displays the number of modems in each category based on the modem's service type. A total count of the modems in each category is also provided.

The modems are categorized as follows:

  • Provisioned modems—all cable modems listed in LDAP
  • Registered modems—all cable modems in the physical containment tree for the selected uBR, displayed via the viewer from the Cisco EMF launchpad
  • Non-provisioned modems—cable modems in the registered cable modem list but not listed in LDAP
  • Non-registered modems—cable modems listed in LDAP but not in the registered cable modem list

  • Note   If LDAP is not configured or not accessible, only the registered modem category appears in the summary report. Without the LDAP database access, the provisioned modem list is not available, and modems cannot be categorized as non-provisioned or non-registered.

The following service types are used to distinguish modems:

  • Data Only CM
  • Voice Only ITCM
  • Data and Voice ITCM
  • Unknown Service Type Modem

  • Note   If a registered modem is not provisioned in LDAP, the reporting software cannot determine the service type of the modem. An ITCM which is not provisioned will be counted as a "Data and Voice ITCM." If the reporting software cannot resolve the service type of the modem, the modem will be counted as an "Unknown Service Type Modem."

This report also calculates the following percentages:

  • Percentage of non-provisioned modems versus provisioned modems
  • Percentage of non-registered modems versus registered modems
  • Percentage of registered modems versus provisioned modems

  • Note   If LDAP is not configured or not accessible, the above percentages cannot be computed, and therefore will not appear in the summary report.

Users can click on any of the count columns in the summary report to display the detailed cable modem list belonging to that category. Users can retrieve archived reports also by clicking on a particular column.


Note   The report can be saved, and loaded. But a previously saved report cannot be saved again. When a summary report is saved, its associated detailed reports are also saved. When the user loads a previously saved summary report, its associated detailed reports are also loaded.


Note   New detailed and summary reports will be generated when the user reselects the Summary Report menu.

Cable Modem Detailed Inventory Report

The Cable Modem Detailed Inventory Report is provided at the uBR, card, port, and cell levels.

This report analyzes the cable modem information retrieved from the uBR (via Cisco EMF) as well as LDAP, determines the category that the modem belongs to, and displays the detailed list of modems in each category.

The modems are categorized as follows to generate four sub-reports:

  • Provisioned Cable Modem List—all cable modems listed in LDAP
  • Registered Cable Modem List—all cable modems in the physical containment tree for the selected object, displayed via the viewer from the Cisco EMF launchpad
  • Non-provisioned Cable Modem List—cable modems in the registered cable modem list but not listed in LDAP
  • Non-registered Cable Modem List—cable modems listed in LDAP but not in the registered cable modem list

When the report is launched, the Registered Cable Modem List is displayed first. The user can view the other sub-reports by selecting the appropriate cable modem category.


Note   If LDAP is not configured or not accessible, only the registered modem category appears in the summary report. Without the LDAP database access, the provisioned modem list is not available, and modems cannot be categorized as non-provisioned or non-registered.

For each of the four sub-reports, a list of cable modems belonging to that category is displayed, with the MAC address and associated LDAP account number for each modem


Note   If LDAP is not configured or not accessible, the modem account number information cannot be retrieved; therefore, the modem account number is displayed as N/A for registered modems. The modem account number is always displayed as N/A for non-provisioned modems.


Note   The Cable Modem Detailed Report can be saved and loaded, but a previously saved report cannot be saved again.

Generating a Cable Modem Summary and Detailed Inventory Report


Step 1   From the Cisco EMF launch pad, click Viewer.

The Map Viewer dialog box appears.

Step 2   Double-click the Physical containment level and expand the object tree.

Step 3   Select a uBR.

Step 4   From the right-click menu, choose Tools > CM Inventory Report.

The Cisco Cable Manager Summary Inventory Report appears.

Step 5   To view a Detailed Report, select:

  • From the Summary Inventory Report table, click one of the following objects:

¯ Registered CM

¯ Non-registered CM

¯ Provisioned CM

¯ Non-provisioned CM

  • From the Task menu, choose Detailed Inventory Report; then, click one of the following buttons at the bottom of the Detailed Inventory Report dialog box:

¯ Registered CM

¯ Non-registered CM

¯ Provisioned CM

¯ Non-provisioned CM

Step 6   From the Task menu, choose Save, Load, Print, or Exit.





Generating a Cable Modem Detailed Inventory Report

You can generate a Cable Modem Detailed Inventory Report at the RF-card, upstream, or cell level.


Step 1   From the Object Tree in the Map Viewer dialog box, select an RF-card, upstream channel, or cell object.

Step 2   From the right-click menu, choose Tools > CM Inventory Report.

A Detailed Inventory Report on registered cable modems appears as the default.

Step 3   From the Task menu, choose Save, Load, Print, or Exit.