It looks like, from an snmpwalk, that the Interfaces Name column on the
OS tab is being set by the value of IF-MIB::ifDescr, whereas
IF-MIB::ifName is the value we really want.  Is this the default
behavior?  The device I'm walking is a Nortel Contivity 1700 series box.
These interfaces are of type "tunnel(131)" and have no IP address
associated with them (as far as SNMP is concerned).  An abbreviated clip
of my snmpwalk is below.

 

-          Jared

 

IF-MIB::ifNumber.0 = INTEGER: 29

IF-MIB::ifIndex.1 = INTEGER: 1

IF-MIB::ifIndex.2 = INTEGER: 2

IF-MIB::ifIndex.3 = INTEGER: 3

IF-MIB::ifIndex.4 = INTEGER: 4

IF-MIB::ifIndex.66632 = INTEGER: 66632

IF-MIB::ifIndex.66638 = INTEGER: 66638

...

IF-MIB::ifDescr.1 = STRING: lo

IF-MIB::ifDescr.2 = STRING: fei0

IF-MIB::ifDescr.3 = STRING: fei1

IF-MIB::ifDescr.4 = STRING: clip

IF-MIB::ifDescr.66632 = STRING:
BOS::Type=IPSec,LE=xxx.xxx.xxx.xxx,RE=xxx.xxx.xxx.xxx

IF-MIB::ifDescr.66638 = STRING:
BOS::Type=IPSec,LE=xxx.xxx.xxx.xxx,RE=xxx.xxx.xxx.xxx

...

IF-MIB::ifType.1 = INTEGER: softwareLoopback(24)

IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)

IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)

IF-MIB::ifType.4 = INTEGER: iso88024TokenBus(8)

IF-MIB::ifType.66632 = INTEGER: tunnel(131)

IF-MIB::ifType.66638 = INTEGER: tunnel(131)

...

IF-MIB::ifMtu.1 = INTEGER: 1788

IF-MIB::ifMtu.2 = INTEGER: 1500

IF-MIB::ifMtu.3 = INTEGER: 1500

IF-MIB::ifMtu.4 = INTEGER: 1500

IF-MIB::ifMtu.66632 = INTEGER: 65467

IF-MIB::ifMtu.66638 = INTEGER: 65467

...

IF-MIB::ifSpeed.1 = Gauge32: 0

IF-MIB::ifSpeed.2 = Gauge32: 100000000

IF-MIB::ifSpeed.3 = Gauge32: 100000000

IF-MIB::ifSpeed.4 = Gauge32: 0

IF-MIB::ifSpeed.66632 = Gauge32: 56000

IF-MIB::ifSpeed.66638 = Gauge32: 56000

...

IF-MIB::ifPhysAddress.1 = STRING: 

IF-MIB::ifPhysAddress.2 = STRING: xx:xx:xx:xx:xx:xx

IF-MIB::ifPhysAddress.3 = STRING: xx:xx:xx:xx:xx:xx

IF-MIB::ifPhysAddress.4 = STRING: xx:xx:xx:xx:xx:xx

IF-MIB::ifPhysAddress.66632 = STRING: 

IF-MIB::ifPhysAddress.66638 = STRING: 

...

IF-MIB::ifAdminStatus.1 = INTEGER: up(1)

IF-MIB::ifAdminStatus.2 = INTEGER: up(1)

IF-MIB::ifAdminStatus.3 = INTEGER: up(1)

IF-MIB::ifAdminStatus.4 = INTEGER: up(1)

IF-MIB::ifAdminStatus.66632 = INTEGER: up(1)

IF-MIB::ifAdminStatus.66638 = INTEGER: up(1)

...

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

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

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

IF-MIB::ifOperStatus.4 = INTEGER: up(1)

IF-MIB::ifOperStatus.66632 = INTEGER: up(1)

IF-MIB::ifOperStatus.66638 = INTEGER: up(1)

...

 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jared Meeker
Sent: Friday, July 13, 2007 9:28 AM
To: General discussion of using zenoss system
Subject: RE: [zenoss-users] Renaming Groups (or moving devices from
onetoanother)

 

Sorry, having some real email client problems at the moment.  The error
I'm receiving is:

 

Type: AttributeError

Value: findDevice

 

Traceback (innermost last):

 

    * Module ZPublisher.Publish, line 114, in publish

    * Module ZPublisher.mapply, line 88, in mapply

    * Module ZPublisher.Publish, line 40, in call_object

    * Module Products.ZenModel.DeviceOrganizer, line 253, in setGroups

    * Module Products.ZenModel.DeviceOrganizer, line 178, in
_buildDeviceList

 

AttributeError: findDevice

 

 

 

Thanks again,

Jared

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jared Meeker
Sent: Friday, July 13, 2007 9:26 AM
To: General discussion of using zenoss system
Subject: [zenoss-users] Renaming Groups (or moving devices from one
toanother)

 

I'm  trying to either rename a group or move all devices from one group
to another.  I can't seem to find where to rename the group, but I did
see a "Set Groups" option under the Devices when viewing the group.   Is
that where I reset the group of all of the displayed devices?

 

If so, I've tried to select all and then "Set Groups" which results in
the error below.  Any assistance would be much appreciated.  I'm running
Centos 4.4, Python 2.3.4, and Zenoss 2.0.2-0 (rpm install).

 

Thanks,

Jared Meeker

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

Reply via email to