summaryrefslogtreecommitdiff
path: root/MIBS/icr-os/CONEL-IO-MIB
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/icr-os/CONEL-IO-MIB
downloadmibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz
mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/icr-os/CONEL-IO-MIB')
-rw-r--r--MIBS/icr-os/CONEL-IO-MIB39
1 files changed, 39 insertions, 0 deletions
diff --git a/MIBS/icr-os/CONEL-IO-MIB b/MIBS/icr-os/CONEL-IO-MIB
new file mode 100644
index 0000000..9209d54
--- /dev/null
+++ b/MIBS/icr-os/CONEL-IO-MIB
@@ -0,0 +1,39 @@
+CONEL-IO-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ enterprises, Gauge
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212;
+
+conel OBJECT IDENTIFIER ::= { enterprises 30140 }
+
+protocols OBJECT IDENTIFIER ::= { conel 2 }
+
+io OBJECT IDENTIFIER ::= { protocols 3 }
+
+ioBin0 OBJECT-TYPE
+ SYNTAX Gauge
+ ACCESS read-only
+ STATUS current
+ ::= { io 1 }
+
+ioOut0 OBJECT-TYPE
+ SYNTAX Gauge
+ ACCESS read-write
+ STATUS current
+ ::= { io 2 }
+
+ioBin1 OBJECT-TYPE
+ SYNTAX Gauge
+ ACCESS read-only
+ STATUS current
+ ::= { io 3 }
+
+ioOut1 OBJECT-TYPE
+ SYNTAX Gauge
+ ACCESS read-write
+ STATUS current
+ ::= { io 4 }
+
+END