cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
844
Views
5
Helpful
2
Replies

Can LMS 2.6 report on these?

yjdabear
VIP Alumni
VIP Alumni

"How many total interfaces (physical and logical) are in the network? This would include all router, switch and firewall interfaces along with all vlans, subinterfaces, etc."

2 Replies 2

jreekers
Level 4
Level 4

hmmmmm....I know you can get the number managed in DFM by issuing the following command:

#/opt/CSCOpx/objects/smarts/bin/sm_tpmgr --server=DFM --sizes

Does that help?

-Joe

Joe Clarke
Cisco Employee
Cisco Employee

Assuming all devices are managed by RME, you can create an Inventory Custom Report with the rule:

Interface:Type:equals:All

The will produce a report that lists all interfaces in the format "device interface type". For example:

nms-6506a VLAN 17 propVirtual

If this report is generated using cwcli (or exported from the GUI), you can count the lines of output to get a total number of interfaces.

Using RME is probably the most reliable way since it generally manages the bulk of devices in the network.