Hello everyone. I'm trying to write a report and I almost can make it work as I want, but I'm having one problem.
The goal of the report is:
1. I select nodes (switches)
2. I select a time frame
3. The report displays a list of all interfaces on the node
a. The interfaces are listed numerically
b. There is a column that show what vlan the interface belongs to
c. There is a column that shows what port mode (switch, trunk) the interface is in
d. There is a column that shows total bytes (sent + received) during the specified time frame
e. There is a column for time stamp which is hidden from the report
The problem I'm having is that I can't find any place that will let me show the vlan-id with the rest of the options. I thought I had this working with Juniper switches, but with Cisco I'm having the issues. I looked and saw that by default the layer 2 information should be polled. Any ideas on how I can make this work are greatly appreciated!