wombat wrote:
> Getting a little frustrated with an OID which keeps changing.  I am trying to 
> put a script together for Ubiquiti AirOS devices.  The only problem is that 
> their OIDs are dynamic.  I'm trying to monitor some IEEE802.11 MIB variables.


Try using '+' syntax. If you place a '+' at the end of an OID, InterMapper will 
match the next OID that logically follows.

Here's an example where I've added +'s to the end of the OID's in the second 
column. This should work no matter what the final subid is (7, 8, 10, etc.)


Code:

<snmp-device-variables>
   iso_2_840_10036_3_1_2_1_3_7,   iso.2.840.10036.3.1.2.1.3+,    DEFAULT,  
"iso.2.840.10036.3.1.2.1.3.7"
   iso_2_840_10036_3_1_2_1_4_7,   iso.2.840.10036.3.1.2.1.4+,    DEFAULT,  
"iso.2.840.10036.3.1.2.1.4.7"
   iso_2_840_10036_1_1_1_1_7,     iso.2.840.10036.1.1.1.1+,      DEFAULT,  
"iso.2.840.10036.1.1.1.1.7"
   iso_2_840_10036_1_1_1_9_7,     iso.2.840.10036.1.1.1.9+,      DEFAULT,  
"iso.2.840.10036.1.1.1.9.7"
</snmp-device-variables>




--
Bill Fisher
Dartware, LLC


-------------------- m2f --------------------

Read this topic online here:
http://forums.dartware.com/viewtopic.php?p=1923#1923





____________________________________________________________________
List archives: 
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: intermapper-talk-...@list.dartware.com

Reply via email to