-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live Port States with SNMP Poll breaks with Brocade FCX #149
Comments
So, if I understand you correctly, you've added the switch fine, it's just the live port states that is not working? |
yes |
Can you try with the above patch. |
Also, the OID for serial number on FESX / TI24X is Can you find the equivalent for the FCX and give me the SNMP output for a:
|
Hey Barry, sorry for the delay, Im working on this now. First: We currently have three types of switches at BCIX: When I run "Live port states with SNMP-Poll" limited to the regarding switches The changes to Switcher.php from above didn't help (I'm still on V3.6.11) With the Brocade FCX I'll get the "white blank page". When I look into /ixp/var/log/2014/04/20140428.log when doing this for Brocade FCX, I found
For the Brocade RX-8, where "Live port states with SNMP-Poll" works fine I'll see this in the log:
And now the requested SNMP-output for all these boxes: Brocade FCX
with a newer OS:
and the serial:
Brocade RX-8
and the serial:
Dell Force10 S4810
with a newer OS:
and the serial:
Please let me know if you need some more SNMP output. Thanks a lot, Thorleif |
Hey, any patches for this issue on the roadmap? |
Also requested here: opensolutions/OSS_SNMP#12 |
Brocade FCX - detected fine, see comments in opensolutions/OSS_SNMP@e379724 |
Brocade RX8 - detected fine, see comments in opensolutions/OSS_SNMP@e8f44b8 |
…XP-Manager#149 Sample output: Dell Force10 OS Operating System Version: 1.0 Application Software Version: 8.3.12.1 Series: S4810 Copyright (c) 1999-2012 by Dell Inc. All Rights Reserved. Build Time: Sun Nov 18 11:05:15 2012 Vendor: Dell Force10 Model: S4810 OS: FTOS 1.0 OS Ver: 8.3.12.1 OS Date: 2012-11-18 11:05:15 Dell Force10 OS Operating System Version: 2.0 Application Software Version: 9.3(0.0) Series: S4810 Copyright (c) 1999-2014 by Dell Inc. All Rights Reserved. Build Time: Thu Jan 2 02:14:08 2014 Vendor: Dell Force10 Model: S4810 OS: FTOS 2.0 OS Ver: 9.3(0.0) OS Date: 2014-01-02 02:14:08
Dell Force10 - just added, see opensolutions/OSS_SNMP@cbf7bef @bcix - to be of use, you need to add a vendor for this. You can do it in the UI or just execute the following: INSERT INTO `vendor` VALUES ( 0, 'Dell Force10', 'DellForce10', 'dell_force10' ); To test, you'll need to bring OSS_SNMP up to master: cd library/OSS_SNMP.git/
git pull
git checkout master
git pull |
Hey,
just try to add another Brocade FCX-Switch to IXP-Manager (/ixp/switch-port/op-status/switch/)
When I try to use Live Port States with SNMP Poll I just receive a blank white page.
When I contact the switch from the IXP Manager Server with
snmpstatus
,there's no problem in connecting the switch via SNMP.
The IXP-Manager logfile only shows only:
2014-04-15T19:51:14+02:00 DEBUG (7) [myip]: Logger instantiated
but not the expected
[switchname] Updating SerialNumber from to (not implemented)
Any hints on this ?
Thanks, Thorleif
The text was updated successfully, but these errors were encountered: