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/deltanet/Deltanet-MIB | |
| download | mibs-main.tar.gz mibs-main.zip | |
Diffstat (limited to 'MIBS/deltanet/Deltanet-MIB')
| -rw-r--r-- | MIBS/deltanet/Deltanet-MIB | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/MIBS/deltanet/Deltanet-MIB b/MIBS/deltanet/Deltanet-MIB new file mode 100644 index 0000000..8ff36c2 --- /dev/null +++ b/MIBS/deltanet/Deltanet-MIB @@ -0,0 +1,19 @@ +Deltanet-MIB DEFINITIONS ::= BEGIN + +IMPORTS + enterprises, MODULE-IDENTITY + FROM SNMPv2-SMI; + +deltanet MODULE-IDENTITY + LAST-UPDATED "201411060000Z" + ORGANIZATION "DeltaNet AG Switzerland" + CONTACT-INFO "http://www.deltanet.ch" + DESCRIPTION "MIB module for defining Deltanet headers." + REVISION "201411060000Z" + DESCRIPTION "Initial Version" + ::= { enterprises 35616 } + +productType OBJECT IDENTIFIER ::= { deltanet 2 } +xwdm OBJECT IDENTIFIER ::= { productType 1 } + +END |