Virtual interface port in reports in Spectrum Report Manager (SRM) or JasperReports
search cancel

Virtual interface port in reports in Spectrum Report Manager (SRM) or JasperReports

book

Article ID: 122858

calendar_today

Updated On:

Products

Spectrum Network Observability

Issue/Introduction

Can I view virtual interfaces in reports in Spectrum Report Manager (SRM) - CABI / JasperReports / Jasper

Environment

Release: Any
Component: SPCRPT

Resolution

Only physical interfaces are displayed in SRM

SRM uses the value of the ifConnectorPresent attribute from the ifMIB on an interface to determine if the interface is a physical or virtual port.

The ifMIB defines the ifConnectorPresent attribute as follows:

ifConnectorPresent OBJECT-TYPE
 SYNTAX TruthValue {
   true(1),
   false(2)
 }

 ACCESS read-only
 STATUS current

 DESCRIPTION
 "This object has the value 'true(1)' if the interface sublayer has a physical connector and the value 'false(2)' otherwise."
  ::= { ifXEntry 17 }

SRM will only report on interface models where the value of ifConnectorPresent is true(1).

Additional Information

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/spectrum/22-2/installing-and-upgrading/install-report-manager/cabi-jasperreports-server/how-to-run-reports-using-the-jasperreports-server.html

Example: Ad Hoc Reports for Virtual Interfaces
(22.2.8 and higher) Spectrum collects the data related to virtual interfaces in the SRM database for historical reporting. This allows users to consume that data through ad hoc reports. They can run ad hoc reports against only virtual interfaces or in combination with physical interfaces to get the appropriate information.
Enable Processing for Virtual Interfaces
Before you generate ad hoc reports for virtual interfaces, enable the processing for virtual interfaces.
  • For the existing models and devices, enabling the parameter pulls the virtual interfaces after 24 hours of scheduled device polling.
  • Only virtual interfaces of SNMP models will be synchronized.
    Follow these steps for 22.2.9 and higher:
    • Access the Spectrum Report Manager Administration tab.
    • Select the 
      Reporting Manager, Preferences
       option.
       
      The 
      Preferences
       page appears.
       
    • Locate and set the 
      Sync Virtual Interfaces
       option to 
      True
      . This option lets you synchronize the virtual interface models for the devices.
    • Click 
      Update Preferences
       to save the preference settings.
      Follow these steps for 22.2.8:
      • Open the 
        web.xml
         file.
      • Locate the following parameter:
        <context-param>

        <param-name>com.aprisma.reportmanager.processVirtualInterfaces</param-name>
        <param-value>true</param-value>
        <description> The parameter used is whether to process virtual interfaces for all devices or none. </description>
        </context-param>
      • Change the value of the parameter to 
        true
        . The default value is 
        false
        .