buldamoosh wrote:
> I put in a ticket (1973) and have how I solved the problem in it.


This fix will break the interface discovery for any devices that only support 
SNMP v1.

the InterfaceMap is supposed to get alias  information from InterfaceAliasMap 
but I don't see where this is happening. (I'm no python expert so I could be 
missing something but I don't see the import)

I added;

'.1': 'id',

to the InterfaceMap at the following location;

# Interface Description
        GetTableMap('ifalias', '.1.3.6.1.2.1.31.1.1.1',
                {
                '.1': 'id',
                '.18' : 'description',
                '.15' : 'highSpeed',
                }
        ),


This seems to correct the problem. If I see any major problems I'll post again.

------------------------
 Chris V




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

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=11282#11282

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



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to