cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4503
Views
0
Helpful
6
Replies

Solarwinds

unraveller
Level 1
Level 1

Hi,

We have a cisco prime appliance running on v2.2. recently we purchase solarwinds and we wish to use solarwinds to poll and monitor cisco prime appliance.

is there any ways to do that? 

1 Accepted Solution

Accepted Solutions

Hi,

Prime Infrastructure will reply to UDP/161 queries as long as you configure an SNMP community on it.

The information provided however, is very limited, but interface status/statistics should be available.

server/admin# conf t
server/admin(config)# snmp-server community test ro
server/admin(config)# end
server/admin#

ade # snmpwalk -v 2c -c test server
SNMPv2-MIB::sysDescr.0 = STRING: Cisco Prime Infrastructure Appliance

SNMPv2-MIB::sysName.0 = STRING: server

...

IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: eth0
IF-MIB::ifDescr.3 = STRING: sit0

IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: up(1)
IF-MIB::ifOperStatus.3 = INTEGER: down(2)

etc.

Luis

View solution in original post