Discussion:
NetOptics iLink Agg xStream - device not showing interfaces
handsy
2013-03-13 15:59:22 UTC
Permalink
handsy [http://community.zenoss.org/people/handsy] created the discussion

"NetOptics iLink Agg xStream - device not showing interfaces"

To view the discussion, visit: http://community.zenoss.org/message/72396#72396

--------------------------------------------------------------
Hi, I am playing with one of http://www.netoptics.com/products/ilink-agg-xstream/ilink-agg-xstream these devices and Zenoss 4.2.3 is not detecting the interfaces through the standard modeler, zenoss.snmp.InterfaceMap.
Further investigation and an snmpwalk of the device shows that the interfaces are not in the usual place in the MIB.

How can I work round this? I have no idea how to write modelers :|
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/72396#72396]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
jcurry
2013-03-15 12:11:16 UTC
Permalink
jcurry [http://community.zenoss.org/people/jcurry] created the discussion

"Re: NetOptics iLink Agg xStream - device not showing interfaces"

To view the discussion, visit: http://community.zenoss.org/message/72420#72420

--------------------------------------------------------------
So where DO these things keep interface information??  Zenoss tries two standard MIBs for interface info:

| | # Interface related tables likely to be used in all subclasses. |
| | baseSnmpGetTableMaps = ( |
|     | GetTableMap('iftable', '.1.3.6.1.2.1.2.2.1', |
|             | {'.1': 'ifindex', |
|              | '.2': 'id', |
|              | '.3': 'type', |
|              | '.4': 'mtu', |
|              | '.5': 'speed', |
|              | '.6': 'macaddress', |
|              | '.7': 'adminStatus', |
|              | '.8': 'operStatus'} |
|     | ), |
|     | # ipAddrTable is the better way to get IP addresses |
|     | GetTableMap('ipAddrTable', '.1.3.6.1.2.1.4.20.1', |
|             | {'.1': 'ipAddress', |
|              | '.2': 'ifindex', |
|              | '.3': 'netmask'} |
|     | ), |
  (from $ZENHOME/Products/DataCollector/plugins/zenoss/snmp/InterfaceMap.py).

If your device doesn't use either of these standards then you are going to have to get into your own modeler if you really need to do this.  How many of these beasties do you have?  Is it worth writing your own modeler - or getting someone else to do it for you :) ?

Cheers,
Jane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/72420#72420]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
handsy
2013-03-15 13:06:35 UTC
Permalink
handsy [http://community.zenoss.org/people/handsy] created the discussion

"Re: NetOptics iLink Agg xStream - device not showing interfaces"

To view the discussion, visit: http://community.zenoss.org/message/72421#72421

--------------------------------------------------------------
Hi Jane,
Thanks for your reply :)
NetOptics hide them here in 1.3.6.1.4.1.23022.100.3 and .4, so totally non-standard. I've realised that a new modeler would need to be written in this instance and am working with NetOptics direct to see if they can do that for me + write a zenpack.
I'll report back in to this thread if/when I get this working.

Thanks
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/72421#72421]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
jcurry
2013-03-15 13:18:29 UTC
Permalink
jcurry [http://community.zenoss.org/people/jcurry] created the discussion

"Re: NetOptics iLink Agg xStream - device not showing interfaces"

To view the discussion, visit: http://community.zenoss.org/message/72422#72422

--------------------------------------------------------------
OK.  If you need consultancy help, please let me know.  I've done stuff like this before.

Cheers,
Jane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/72422#72422]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
handsy
2013-03-15 13:20:37 UTC
Permalink
handsy [http://community.zenoss.org/people/handsy] created the discussion

"Re: NetOptics iLink Agg xStream - device not showing interfaces"

To view the discussion, visit: http://community.zenoss.org/message/72423#72423

--------------------------------------------------------------
Wow OK!
I'll bear that in mind B-)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/72423#72423]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2013-03-15 19:59:04 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: NetOptics iLink Agg xStream - device not showing interfaces"

To view the discussion, visit: http://community.zenoss.org/message/72429#72429

--------------------------------------------------------------
handsy:

I PM'd you about this device.

Best,
--Shane Scott (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/72429#72429]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...