cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
547
Views
0
Helpful
3
Replies

Dump of interfaces with IP addresses

s-eastman
Level 1
Level 1

Hello, I would like like to know if there's a way in LMS 3.2 to get a DB dump of all devices that have interfaces configured with IP addresses?

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

Do you want a list of devices with IPs, a list of interfaces and their IPs, or a list of all IPs?  The first and third options can be done using an RME custom report.  The middle option is not easy to do.  The RME Detailed Device report will give you a list of IPs and their associated ifIndex values.  Those ifIndex values can be mapped to interfaces using the interface list table in the same report.

Thanks Joseph! Yes it is the middle option.

In that case, you will need to parse through the RME Detailed Device Report for all devices.  The IP address and interface tables will allow you to get all the information you need, but cross referencing will be required.