initial commit; version 22.5.12042

This commit is contained in:
2022-12-12 23:28:25 -05:00
commit af1b03d79f
17653 changed files with 22692970 additions and 0 deletions

View File

@ -0,0 +1,21 @@
ELTEX-MES-eltFtp-MIB DEFINITIONS ::= BEGIN
-- Title: Eltex MES Ftp Configuration
-- Version: 1.0
-- Date: 28 Feb 2013
IMPORTS
eltMesFtp FROM ELTEX-MES-MNG-MIB
MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI
TruthValue,DisplayString,
TEXTUAL-CONVENTION FROM SNMPv2-TC;
eltFtpServerEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable and disable FTP server."
::= { eltMesFtp 1 }
END