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/transition/TN-Protection-MIB | |
| download | mibs-main.tar.gz mibs-main.zip | |
Diffstat (limited to 'MIBS/transition/TN-Protection-MIB')
| -rw-r--r-- | MIBS/transition/TN-Protection-MIB | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/MIBS/transition/TN-Protection-MIB b/MIBS/transition/TN-Protection-MIB new file mode 100644 index 0000000..db3f2da --- /dev/null +++ b/MIBS/transition/TN-Protection-MIB @@ -0,0 +1,50 @@ +-- *****************************************************************
+-- TN-PROTECTION-MIB.my : TN Ethernet Protection MIB
+--
+-- april 2012, Tony Lei
+--
+-- Copyright (c) 2012 by TN, Inc.
+--
+-- All rights reserved.
+-- *****************************************************************
+
+TN-PROTECTION-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY,
+ NOTIFICATION-TYPE,
+ OBJECT-TYPE,
+ Unsigned32
+ FROM SNMPv2-SMI
+ MODULE-COMPLIANCE,
+ OBJECT-GROUP,
+ NOTIFICATION-GROUP
+ FROM SNMPv2-CONF
+ TEXTUAL-CONVENTION,
+ TruthValue,
+ RowStatus,
+ DisplayString
+ FROM SNMPv2-TC
+ tnProducts
+ FROM TRANSITION-SMI;
+
+tnProtectionMIB MODULE-IDENTITY
+ LAST-UPDATED "201207061930Z"
+ ORGANIZATION "Transition Networks, Inc."
+ CONTACT-INFO
+ "Transition Networks
+ Technical Support
+
+ 10900 Red Circle Drive
+ Minnetonka, MN 55343 USA
+ Tel: +1-800-526-9267
+
+ E-mail: techsupport@transition.com"
+ DESCRIPTION
+ "TBD"
+ REVISION "201204200000Z"
+ DESCRIPTION
+ "Initial version of this MIB module."
+ ::= { tnProducts 109 }
+
+END
|