cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2722
Views
0
Helpful
2
Replies

Instance OIDs for OSPF

gaurav_saxena
Level 3
Level 3

How can i get Instance OIDs for object identifiers in OSPF. for example..for

object identifier = 1.3.6.1.2.1.14.2.1.4

what will be the instance OID?? My NMS tool required that to monitor different OIDs

2 Replies 2

steve.busby
Level 10
Level 10

The easiest way to get the current instance number(s) is to do an snmpwalk against the device(s).

From any *nix system (with SNMP tools loaded):

snmpwalk -v2c -c 1.3.6.1.2.1.14.2.1.4 > device.txt

HTH

Steve

funsok217
Community Member

Download Solarwinds and use the SNMP walk menu to get the different instance oids you want.