I am trying to model a Dell PowerConnect Switch. It works great except the 
names of all the interfaces under the OS tab is "Ethernet Interface". Not very 
helpful. 

Anyway it looks like it's because when modeling it looks at IF-MIB::ifDescr :

zen...@zenoss]# snmpwalk -v1 -c jive 10.3.0.5 IF-MIB::ifDescr
IF-MIB::ifDescr.1 = STRING: Ethernet Interface
IF-MIB::ifDescr.2 = STRING: Ethernet Interface
IF-MIB::ifDescr.3 = STRING: Ethernet Interface
IF-MIB::ifDescr.4 = STRING: Ethernet Interface
IF-MIB::ifDescr.5 = STRING: Ethernet Interface

VS.

[zen...@zenoss]# snmpwalk -v1 -c jive 10.3.0.5 IF-MIB::ifName
IF-MIB::ifName.1 = STRING: e1
IF-MIB::ifName.2 = STRING: e2
IF-MIB::ifName.3 = STRING: e3
IF-MIB::ifName.4 = STRING: e4
IF-MIB::ifName.5 = STRING: e5


I have created a sub-class called PowerConnect : 
/Devices/Network/Switch/PowerConnect

How can I make the proper changes so that when I model a device under this 
class it reads the IF-MIB::ifName for the Interface name VS. IF-MIB::ifDescr.

Thanks for your help




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

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

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



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

Reply via email to