The current port detail report do not show physical ports for the NEXUS 5000 and NEXUS 7000 devices. Because of this it is not possible to do port capacity planning
The current port detail report do not show physical ports for the NEXUS 5000 and NEXUS 7000 devices. Because of this it is not possible to do port capacity planning
This is functioning as designed.
There is a problem in the CISCO NEXUS MIB. In the MIB definition some of the interfaces are defined as virtual ports (by having ifConnectorPresent value as 2).
If the IfConnectorPresent attribute of an interface is 2 then it is considered a virtual interface
Reference: - below is the defintion of ifConnectorPresent
leaf ifConnectorPresent { smi:oid "1.3.6.1.2.1.31.1.1.1.17"; type smiv2:TruthValue; config false; description "This object has the value 'true(1)' if the interface sublayer has a physical connector and the value 'false(2)' otherwise."; }
Spectrum Report Manager will not display details of virtual ports, so all missing ports are virtual ports only.
http://oidref.com/1.3.6.1.2.1.31.1.1.1.17