MTFF-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, enterprises, Integer32, NOTIFICATION-TYPE FROM SNMPv2-SMI DisplayString, TimeStamp FROM SNMPv2-TC SnmpAdminString FROM SNMP-FRAMEWORK-MIB; multiTech MODULE-IDENTITY LAST-UPDATED "201612210000Z" ORGANIZATION "Multi-Tech Systems, Inc." CONTACT-INFO "" DESCRIPTION "Multi Tech Systems." ::= { enterprises 995 } ffProduct OBJECT IDENTIFIER ::= { multiTech 13 } ffInfo OBJECT IDENTIFIER ::= { ffProduct 1 } ChannelType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Channel type analog or ip" SYNTAX INTEGER { analog(0), ip(1) } ffServerStatus OBJECT IDENTIFIER ::= { ffInfo 1 } ffSystemStatus OBJECT IDENTIFIER ::= { ffInfo 2 } ffFaxLineStatus OBJECT IDENTIFIER ::= { ffInfo 3 } ffServerNotifications OBJECT IDENTIFIER ::= { ffInfo 4 } ffStartUpNotification OBJECT IDENTIFIER ::= { ffServerNotifications 1 } ffDiskIsFullNotification OBJECT IDENTIFIER ::= { ffServerNotifications 2 } ffModemIsStuckNotification OBJECT IDENTIFIER ::= { ffServerNotifications 3 } ffShareAccessFailed OBJECT IDENTIFIER ::= { ffServerNotifications 4 } ffSMTPNotReachable OBJECT IDENTIFIER ::= { ffServerNotifications 5 } ffArchiveLogIsFull OBJECT IDENTIFIER ::= { ffServerNotifications 6 } ffSFTPServerAccessFailed OBJECT IDENTIFIER ::= { ffServerNotifications 7 } ffSNTPAccessFailed OBJECT IDENTIFIER ::= { ffServerNotifications 8 } ffExpanderModuleUnplugged OBJECT IDENTIFIER ::= { ffServerNotifications 9 } ffExpanderModulePluggedIn OBJECT IDENTIFIER ::= { ffServerNotifications 10 } ffFaxSendingTimeOut OBJECT IDENTIFIER ::= { ffServerNotifications 11 } ffTestNotification OBJECT IDENTIFIER ::= { ffServerNotifications 12 } ffDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Description." ::= { ffServerStatus 1 } ffModelInfo OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "FaxFinder Model Info." ::= { ffServerStatus 2 } ffVersionInfo OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "FaxFinder Version Info." ::= { ffServerStatus 3 } ffSerialNumber OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "FaxFinder Serial Number." ::= { ffServerStatus 4 } ffIPAddress OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "FaxFinder Server IP Address." ::= { ffServerStatus 5 } ffMacAddress OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "FaxFinder Server MAC Address." ::= { ffServerStatus 6 } ffHostName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "FaxFinder Server host name." ::= { ffServerStatus 7 } ffUptime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "FaxFinder Server uptime." ::= { ffServerStatus 8 } ffNumberOfChannnels OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number Of Channnels." ::= { ffServerStatus 9 } ffMemoryUsed OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "FaxFinder Server memory usage (bytes)." ::= { ffServerStatus 10 } ffMemoryAvailable OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "FaxFinder Server memory available (bytes)." ::= { ffServerStatus 11 } ffDiskSpaceUsed OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "FaxFinder server disk space used (bytes)." ::= { ffServerStatus 12 } ffDiskSpaceAvailable OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "FaxFinder server disk space available (bytes)." ::= { ffServerStatus 13 } ffTotalFaxesQueued OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total faxes queued number." ::= { ffServerStatus 14 } ffTotalFaxesSentSinceBoot OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total faxes successfully sent since last boot." ::= { ffServerStatus 15 } ffTotalFaxesSentSinceLastPurge OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total faxes sent since last purge." ::= { ffServerStatus 16 } ffTotalFaxesReceivedSinceBoot OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total faxes received since last boot." ::= { ffServerStatus 17 } ffTotalFaxesReceivedSinceLastPurge OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total faxes received since last purge." ::= { ffServerStatus 18 } ffSipServerStatus OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Sip server status." ::= { ffSystemStatus 1 } ffSipServerUptime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "Sip server uptime." ::= { ffSystemStatus 2 } ffAnalogModemServerStatus OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Analog modem server status." ::= { ffSystemStatus 3 } ffAnalogModemServerUptime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "Analog modem server uptime." ::= { ffSystemStatus 4 } ffWebServerStatus OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Web server status." ::= { ffSystemStatus 5 } ffWebServerUptime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "Web server uptime." ::= { ffSystemStatus 6 } ffChannelStatus OBJECT IDENTIFIER ::= { ffFaxLineStatus 1 } ffChannelStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF FfChannelStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { ffChannelStatus 2 } ffChannelStatusEntry OBJECT-TYPE SYNTAX FfChannelStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Sip channel or Modem line" INDEX { ffIndex } ::= { ffChannelStatusTable 1 } FfChannelStatusEntry ::= SEQUENCE { ffIndex Integer32, ffState DisplayString, ffBaudRate Integer32, ffRemoteID DisplayString, ffFaxNumber DisplayString, ffModulationType DisplayString, ffConnectTime DisplayString, ffPageSentReceived DisplayString, ffConfigurationStatus DisplayString, ffChannelType ChannelType } ffIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Index." ::= { ffChannelStatusEntry 1 } ffState OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "State." ::= { ffChannelStatusEntry 2 } ffBaudRate OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Baud rate." ::= { ffChannelStatusEntry 3 } ffRemoteID OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Remote ID." ::= { ffChannelStatusEntry 4 } ffFaxNumber OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Phone number." ::= { ffChannelStatusEntry 5 } ffModulationType OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Modulation type." ::= { ffChannelStatusEntry 6 } ffConnectTime OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Duration." ::= { ffChannelStatusEntry 7 } ffPageSentReceived OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Page being sent." ::= { ffChannelStatusEntry 8 } ffConfigurationStatus OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Fax line or channel configuration status." ::= { ffChannelStatusEntry 9 } ffChannelType OBJECT-TYPE SYNTAX ChannelType MAX-ACCESS read-only STATUS current DESCRIPTION "Channel type analog or ip" ::= { ffChannelStatusEntry 10 } ffPagesNumberOutboundFaxes OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of pages for outbound faxes." ::= { ffFaxLineStatus 2 } StartUpNotification NOTIFICATION-TYPE STATUS current DESCRIPTION "Startup notification." ::= { ffStartUpNotification 1 } DiskIsFullNotification NOTIFICATION-TYPE STATUS current DESCRIPTION "Disk is full notification." ::= { ffDiskIsFullNotification 1 } ModemIsStuckNotification NOTIFICATION-TYPE STATUS current DESCRIPTION "Modem is stuck notification." ::= { ffModemIsStuckNotification 1 } ShareAccessFailed NOTIFICATION-TYPE STATUS current DESCRIPTION "Share access failed notification." ::= { ffShareAccessFailed 1 } SMTPNotReachable NOTIFICATION-TYPE STATUS current DESCRIPTION "SMTP not reachable notification." ::= { ffSMTPNotReachable 1 } ArchiveLogIsFull NOTIFICATION-TYPE STATUS current DESCRIPTION "Archive log is full notification." ::= { ffArchiveLogIsFull 1 } SFTPServerAccessFailed NOTIFICATION-TYPE STATUS current DESCRIPTION "SFTP server access failed notification." ::= { ffSFTPServerAccessFailed 1 } SNTPAccessFailed NOTIFICATION-TYPE STATUS current DESCRIPTION "SNTP access failed notification." ::= { ffSNTPAccessFailed 1 } ExpanderModuleUnplugged NOTIFICATION-TYPE STATUS current DESCRIPTION "Expander module unplugged notification." ::= { ffExpanderModuleUnplugged 1 } ExpanderModulePluggedIn NOTIFICATION-TYPE STATUS current DESCRIPTION "Expander module plugged in notification." ::= { ffExpanderModulePluggedIn 1 } FaxSendingTimeOut NOTIFICATION-TYPE STATUS current DESCRIPTION "Fax sending time out notification." ::= { ffFaxSendingTimeOut 1 } TestNotification NOTIFICATION-TYPE STATUS current DESCRIPTION "Fax sending test notification." ::= { ffTestNotification 1 } END