diff options
| author | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
|---|---|---|
| committer | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
| commit | 98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch) | |
| tree | 9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/linksys/LINKSYS-DEBUGCAPABILITIES-MIB | |
| download | mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip | |
Diffstat (limited to 'MIBS/linksys/LINKSYS-DEBUGCAPABILITIES-MIB')
| -rw-r--r-- | MIBS/linksys/LINKSYS-DEBUGCAPABILITIES-MIB | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/MIBS/linksys/LINKSYS-DEBUGCAPABILITIES-MIB b/MIBS/linksys/LINKSYS-DEBUGCAPABILITIES-MIB new file mode 100644 index 0000000..ffac90d --- /dev/null +++ b/MIBS/linksys/LINKSYS-DEBUGCAPABILITIES-MIB @@ -0,0 +1,44 @@ +LINKSYS-DEBUGCAPABILITIES-MIB DEFINITIONS ::= BEGIN
+
+-- Title: LINKSYS ROS
+-- Private Debug Capabilities MIB
+-- Version: 7.50
+-- Date: 5-Jan-2011
+
+IMPORTS
+ rnd FROM LINKSYS-MIB
+ OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI
+ DisplayString FROM SNMPv2-TC;
+
+
+rlDebugCapabilities MODULE-IDENTITY
+ LAST-UPDATED "201101050000Z"
+ ORGANIZATION "
+ Linksys LLC."
+ CONTACT-INFO
+ "www.linksys.com/business/support"
+ DESCRIPTION
+ "This private MIB module is used for achieving extended
+ debugging capablities for the device.
+ For example: greater management capabilies for technical
+ support users."
+ REVISION "201101050000Z"
+ DESCRIPTION
+ "Initial revision."
+ ::= { rnd 206 }
+
+rlDebugCapabilitiesPassword OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "A user intereseted to obtain extended debug capabilities should
+ SET this MIB to a well known secret value (it is intended to be
+ used only by authorized users).
+ Most often, this value will be based on the device MAC address.
+ Upon setting the correct value, the SET operation will return
+ noError. Otherwise, wrongValue will return to the caller.
+ GET operation on this MIB will reurn a value of length 0."
+ ::= { rlDebugCapabilities 1 }
+
+END
|