diff options
Diffstat (limited to 'MIBS/linksys/LINKSYS-ENDOFMIB-MIB')
| -rw-r--r-- | MIBS/linksys/LINKSYS-ENDOFMIB-MIB | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/MIBS/linksys/LINKSYS-ENDOFMIB-MIB b/MIBS/linksys/LINKSYS-ENDOFMIB-MIB new file mode 100644 index 0000000..b930419 --- /dev/null +++ b/MIBS/linksys/LINKSYS-ENDOFMIB-MIB @@ -0,0 +1,33 @@ +LINKSYS-ENDOFMIB-MIB DEFINITIONS ::= BEGIN
+
+-- Title: LINKSYS ROS
+-- Private End of MIB MIB
+-- Version: 7.46
+-- Date: 15-Jan-2007
+
+IMPORTS
+ rnd FROM LINKSYS-MIB
+ OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI;
+
+rndEndOfMibGroup MODULE-IDENTITY
+ LAST-UPDATED "200701020000Z"
+ ORGANIZATION "
+ Linksys LLC."
+ CONTACT-INFO
+ "www.linksys.com/business/support"
+ DESCRIPTION
+ "This private MIB module defines End of MIB private MIBs."
+ REVISION "200701020000Z"
+ DESCRIPTION
+ "Initial revision."
+ ::= { rnd 1000 }
+
+rndEndOfMib OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ " This variable indicates this is the end of RND MIB."
+ ::= { rndEndOfMibGroup 1 }
+
+END
|