initial commit; version 22.5.12042

This commit is contained in:
2022-12-12 23:28:25 -05:00
commit af1b03d79f
17653 changed files with 22692970 additions and 0 deletions

38
mibs/riverbed/RBT-MIB Normal file
View File

@ -0,0 +1,38 @@
RBT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, enterprises FROM SNMPv2-SMI;
rbt MODULE-IDENTITY
LAST-UPDATED "201704200000Z"
ORGANIZATION "Riverbed Technology, Inc."
CONTACT-INFO
" Riverbed Technical Support
support@riverbed.com"
DESCRIPTION "Riverbed Technology MIB"
REVISION "201704200000Z"
DESCRIPTION "Add rbtTrap, rbtTrapInfo, productFamilies"
REVISION "200909230000Z"
DESCRIPTION "Updated contact information"
::= { enterprises 17163 }
products OBJECT IDENTIFIER
::= { rbt 1 }
--This is the only piece we need to add right now for
--Steelcentral traps
rbtTrap OBJECT IDENTIFIER
::= { rbt 2 }
rbtTrapInfo OBJECT IDENTIFIER
::= { rbt 3 }
-- This is needed once we start to add SNMP read support for
-- SteelCentral products
productFamilies OBJECT IDENTIFIER
::= { rbt 4}
END