BIANCA-BRICK-MSGBOX-MIB: View SNMP OID List / Download MIB

VENDOR: BINTEC COMMUNICATIONS GMBH


 Home MIB: BIANCA-BRICK-MSGBOX-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 org 1.3
     dod 1.3.6
         internet 1.3.6.1
             private 1.3.6.1.4
                 enterprises 1.3.6.1.4.1
                     bintec 1.3.6.1.4.1.272
                             bibo 1.3.6.1.4.1.272.4
                                 isdn 1.3.6.1.4.1.272.4.2
                                     msgForwardTable 1.3.6.1.4.1.272.4.2.13 no-access
The msgForwardTable contains information about the behavior of the message box. You can configure which extensions are used to accept fax calls and how these faxes should be forwarded to the receiver. Deleting entries: An entry can be removed by assigning the value `delete' to its msgForwardPoll object.
                                           msgForwardEntry 1.3.6.1.4.1.272.4.2.13.1 no-access
                                               msgForwardExtension 1.3.6.1.4.1.272.4.2.13.1.1 displaystring read-write
The extension of the incoming calls that is accepted by the message box. For this extension you also have to set the pabxExtDestination field in the pabxExtensionTable to `msg_box'.
                                               msgForwardAddr 1.3.6.1.4.1.272.4.2.13.1.2 displaystring read-write
The Called Party Number that is used to send stored faxes. If this field is empty, stored faxes are not sent automatically to another number.
                                               msgForwardDeleteAction 1.3.6.1.4.1.272.4.2.13.1.3 integer read-write
This field defines when a fax message, that was sent successfully, should be deleted. When set to `delivered' the fax will be deleted after it is sent anyway. When set to `forwarded' it will be deleted immediately after it was sent successfully to the number specified in the msgForwardAddr field. When set to `polled', the fax is deleted after someone received the fax via fax polling. Enumeration: 'delivered': 1, 'polled': 3, 'forwarded': 2.
                                               msgForwardDelay 1.3.6.1.4.1.272.4.2.13.1.4 integer read-write
The time in seconds to wait before the message box tries or retries to send a stored fax to the msgForwardAddr.
                                               msgForwardPoll 1.3.6.1.4.1.272.4.2.13.1.5 integer read-write
To allow polling stored fax messages this value must be set to `enable'. When set to `disable' fax polling is not allowed. When set to delete, the table-entry will be deleted. Enumeration: 'enable': 1, 'disable': 2, 'delete': 3.
                                               msgForwardPollPassword 1.3.6.1.4.1.272.4.2.13.1.6 displaystring read-write
The password you have to use if you like to poll a stored fax.
                                               msgForwardMaxRetries 1.3.6.1.4.1.272.4.2.13.1.7 integer read-write
Number of trials to forward a fax message to an external fax station before the msgForwardState changes to the value `blocked'. A trial counts only when a connection could be established. When this field is set to zero, the state never changes to `blocked'.
                                               msgForwardState 1.3.6.1.4.1.272.4.2.13.1.8 integer read-write
Faxes are only forwarded to msgForwardAddr if the msgForwardState has the value `enabled'. The msgForwardState is set automatically to `blocked' when the number of retries reaches msgForwardMaxRetries. Enumeration: 'disabled': 2, 'enabled': 1, 'blocked': 3.
                                     msgDirTable 1.3.6.1.4.1.272.4.2.14 no-access
The msgDirTable contains information for all FAX messages that are currently stored in the flash ROM. Deleting entries: An entry can be removed by assigning the value `delete' to its msgDirState object.
                                           msgDirEntry 1.3.6.1.4.1.272.4.2.14.1 no-access
                                               msgDirExtension 1.3.6.1.4.1.272.4.2.14.1.1 displaystring read-only
The called number when the fax was received.
                                               msgDirType 1.3.6.1.4.1.272.4.2.14.1.2 integer read-only
The msgDirType specifies which kind of data belongs to this msgDirTable entry Enumeration: 'none': 1, 'fax': 2.
                                               msgDirContent 1.3.6.1.4.1.272.4.2.14.1.3 displaystring read-only
The msgDirContent is a unique string to identify the msgDirTable entry. It contains the data type, a unique number and the number of the remote fax station
                                               msgDirTime 1.3.6.1.4.1.272.4.2.14.1.4 date read-only
The msgDirTime contains the date and time when the fax was received.
                                               msgDirDuration 1.3.6.1.4.1.272.4.2.14.1.5 integer read-only
The msgDirDuration contains for fax messages the number of stored pages.
                                               msgDirSize 1.3.6.1.4.1.272.4.2.14.1.6 integer read-only
The msgDirSize contains the number Bytes that are used to store this message in the flash ROM.
                                               msgDirState 1.3.6.1.4.1.272.4.2.14.1.7 integer read-write
The state of the message. To delete a message, assign the value `delete' to this object, then the msgDirState will change to `deleted' and the memory that is used by this message will be available again after the next automatic reorganisation of the flash ROM. Enumeration: 'deleted': 4, 'received': 2, 'receiving': 1, 'sent': 3, 'delete': 5.