diff options
Diffstat (limited to 'MIBS/linksys/LINKSYS-CDB-MIB')
| -rw-r--r-- | MIBS/linksys/LINKSYS-CDB-MIB | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/MIBS/linksys/LINKSYS-CDB-MIB b/MIBS/linksys/LINKSYS-CDB-MIB new file mode 100644 index 0000000..295640f --- /dev/null +++ b/MIBS/linksys/LINKSYS-CDB-MIB @@ -0,0 +1,44 @@ +LINKSYS-CDB-MIB DEFINITIONS ::= BEGIN
+
+-- Title: LINKSYS ROS
+-- Private CDB MIB
+-- Version: 7.46
+-- Date: 15-Jan-2007
+
+IMPORTS
+ rnd FROM LINKSYS-MIB
+ OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI
+ TruthValue FROM SNMPv2-TC;
+
+rlCDB MODULE-IDENTITY
+ LAST-UPDATED "200701020000Z"
+ ORGANIZATION "
+ Linksys LLC."
+ CONTACT-INFO
+ "www.linksys.com/business/support"
+ DESCRIPTION
+ "This private MIB module defines CDB private MIBs."
+ REVISION "200701020000Z"
+ DESCRIPTION
+ "Initial revision."
+ ::= { rnd 94 }
+
+rlStartupCDBChanged OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicates whether the startup CDB has changed between the router's
+ last two reboots"
+ ::= {rlCDB 1 }
+
+rlManualReboot OBJECT-TYPE
+ SYNTAX TruthValue
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Indicates whether the device was shutdown orderly before reboot or
+ not (i.e. power failure)"
+ ::= {rlCDB 2 }
+
+END
|