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/bti/BTI8xx-MIB | |
| download | mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip | |
Diffstat (limited to 'MIBS/bti/BTI8xx-MIB')
| -rw-r--r-- | MIBS/bti/BTI8xx-MIB | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/MIBS/bti/BTI8xx-MIB b/MIBS/bti/BTI8xx-MIB new file mode 100644 index 0000000..70fd433 --- /dev/null +++ b/MIBS/bti/BTI8xx-MIB @@ -0,0 +1,29 @@ +BTI8xx-MIB + +DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, + OBJECT-IDENTITY, + enterprises FROM SNMPv2-SMI; + + + bti8xx MODULE-IDENTITY + LAST-UPDATED "201312261200Z" -- Thursday, Dec 26, 12:00:00 KST 2013 + ORGANIZATION "Actus Networks Inc." + CONTACT-INFO "Technical Support + " + DESCRIPTION "This is a top-level MIB for BTI800 whose purpose is to lay out + the top-level objects in the OID hierarchy from which + BTI MIB OIDs descend." + REVISION "201312261200Z" -- Thursday, Dec 26, 12:00:00 KST 2013 + DESCRIPTION "Initial version of MIB." + + ::= { btiProducts 7 } + +btiSystems OBJECT IDENTIFIER ::= { enterprises 30005 } + +btiProducts OBJECT IDENTIFIER ::= { btiSystems 1 } + + +END |