Can I view virtual interfaces in reports in Spectrum Report Manager (SRM) - CABI / JasperReports / Jasper
Release: Any
Component: SPCRPT
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).