- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- sFlow on ProCurve switches is disabled after a whi...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2006 12:30 PM
тАО09-14-2006 12:30 PM
sFlow on ProCurve switches is disabled after a while
Is there an explanation for that? How can I make sure sFlow will stay enabled indefinite?
sFlow doesnt seem to be very documented (?). This is a ProCurve 2800 series switch. I am not using ProCurve Manager.
Any input would be greately appreciated. As always points will be promptly assigned.
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2006 03:50 PM
тАО09-14-2006 03:50 PM
Re: sFlow on ProCurve switches is disabled after a while
There were some issues about sFlow in older firmwares, if you can do the following:
- Update to latest firmware: I.08.98
- Enable passwords for both levels manager and operator.
- Change the SNMP default Comminuty access to restricted.
After you do this, enable Syslog server on the switch, and turn on debug to monitor your switch, then run the Inmon, and see whats going on.
Good Luck !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2006 03:06 AM
тАО09-15-2006 03:06 AM
Re: sFlow on ProCurve switches is disabled after a while
setmib sFlowRcvrOwner.1 -D owner sFlowRcvrTimeout.1 -i 100000
where the last number contains the timeout in seconds. You can see what timeout is left by running this:
show sflow destination
Why isn't sFlow and RMON usage better documented by HP? Maximum points for answering this one :)
Thanks,
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2006 09:25 PM
тАО09-15-2006 09:25 PM
Re: sFlow on ProCurve switches is disabled after a while
> Why isn't sFlow and RMON usage better
> documented by HP?
Because they sell you a piece of software that is supposed to do the magic. The industry has realized that it is way cheaper to dump you a piece of software that uses undocumented interfaces than it would be to actually
* implement a defined protocol
* free the implementation of errors
* supply a detailed documentation of it
* stay with open standards there and thus
* open the interface to 3rd party software
I call this the "Printer Driver Tragedy" which hit us in the early 90s. Remember when a printer actually came with a handbook containing complete protocol documentation instead of a Windows only driver disk?
At least it's not that bad here, as RMON and in a way sFlow too are open standards one can read about elsewhere. What ought to be documented properly are implementation specifics (including those the developers would call errors should they apply to other vendors gear).
> Maximum points for answering this one :)
Well, ranting about how much better everything was yesterday probably isn't the answer you hoped for. So no need for points, they are overrated anyway.
Andre.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2007 10:24 AM
тАО01-12-2007 10:24 AM
Re: sFlow on ProCurve switches is disabled after a while
Non-expiring sFlow configuration
sFlow configurable through CLI (a la Extreme)
Clear documentation of how to configure sFlow through SNMP (for users and third party developers).
I'm sure PCM is a great product, but keeping everything a secret or making users reverse engineer products does not help anyone but HP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2007 11:53 AM
тАО01-12-2007 11:53 AM
Re: sFlow on ProCurve switches is disabled after a while
"sFlow configurable through CLI (a la Extreme)"
It is configurable through CLI on the newer products, 5400/3500. Would be nice to have it on the older products but I doubt that will happen at this strage.
"Clear documentation of how to configure sFlow through SNMP (for users and third party developers)."
This is a tough one, if HP made their own documentation on how to do this for something which is an open standard, then why stop at sFlow, why not include everything that can be configured via SNMP? Answer: the manual would be thousands of pages long, which costs time and money which would be added on to your purchase price. Do other hardware vendors give clear documentation on this? (I honestly don't know but I'd be surprised if they did).
"I'm sure PCM is a great product, but keeping everything a secret or making users reverse engineer products does not help anyone but HP."
People who can understand the RFC's and make something of it are the people that deserve to profit from it (In my opinion). The RFC's give you the framework, you then have to decide how you're going to program whatever it is that you need. It's the source-code that these clever people make that's a secret and I'm not going to get into the open-source debate.