- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 08:11 AM
Hi,
I am looking for some help in discovering Riverbed Network devices. Please guide me if someone has acheived it.
Regards,
Rakesh
Solved! Go to Solution.
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2016 07:06 AM
From my experience - the Riverbed MIB is not that informative (I used the STEELHEAD-MIB from oidview.com)
However from an inventory perspective I was able to walk the following OIDs and create a meaningful CI.
here is a snippet ::
new DiscoverySensor( {
process: function(result) {
var snmp = new SNMPResponse(result);
var oid_serial = snmp.getOIDText('iso.org.dod.internet.private.enterprises.rbt.products.steelhead.system.serialNumber');
var oid_version = snmp.getOIDText('iso.org.dod.internet.private.enterprises.rbt.products.steelhead.system.systemVersion');
var oid_model = snmp.getOIDText('iso.org.dod.internet.private.enterprises.rbt.products.steelhead.system.model');
Hope this helps!
-Ryan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2018 04:49 AM
Hi - here is a pattern that a colleague of mine developed recently for Riverbed devices ::
many thanks to @Patrick DeCarlo
https://developer.servicenow.com/app.do#!/share/contents/2255846_discovery_riverbed?v=1&t=PRODUCT_DETAILS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2018 06:18 AM
Hey Ryan just a heads up that link doesn't work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2018 06:34 AM
works for me - must be a permissions issue, I'll contact Community and see what I can do about this.
looks like you have to be a member of our Developer Community now in order to download Share content ::
https://developer.servicenow.com/app.do#!/program/faq
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2018 06:41 AM
Makes sense that the great Ryan Zulli would have more access then us lowly peons :P. Thanks for looking into it m8.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2018 10:13 AM
Hi Ryan,
Thanks a lot for sharing the pattern, unfortunately I can't download it even though I'm member of the developer community. I get the following message. "This project can not be found or is no longer available"
Cheers,
Roberto