FUNI-MIB: View SNMP OID List / Download MIB

VENDOR: ATM FORUM


 Home MIB: FUNI-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
 atmForum 1.3.6.1.4.1.353
         atmForumNetworkManagement 1.3.6.1.4.1.353.5
             atmfFuni 1.3.6.1.4.1.353.5.6
                 atmfFuniMIB 1.3.6.1.4.1.353.5.6.1
The MIB module for managing a Version 2.0 FUNI logical interface.
                     funiMIBObjects 1.3.6.1.4.1.353.5.6.1.1
                         funiIfConfTable 1.3.6.1.4.1.353.5.6.1.1.1 no-access
A table of FUNI logical interface configuration information. This table provides objects not normally available in the IF-MIB or the ATM-MIB.
                             funiIfConfEntry 1.3.6.1.4.1.353.5.6.1.1.1.1 no-access
An entry in the FUNI logical interface configuration information table.
                                 funiIfConfMode 1.3.6.1.4.1.353.5.6.1.1.1.1.1 integer read-write
This object allows the mode of operation for this FUNI logical interface to be configured. Enumeration: 'mode1a': 1, 'mode1b': 2, 'mode3': 3, 'mode4': 4.
                                 funiIfConfFcsBits 1.3.6.1.4.1.353.5.6.1.1.1.1.2 integer read-write
This object specifies whether a 16- or 32-bit FCS is used in each FUNI frame header over this FUNI logical interface. Enumeration: 'fcsBits32': 2, 'fcsBits16': 1.
                                 funiIfConfSigSupport 1.3.6.1.4.1.353.5.6.1.1.1.1.3 integer read-write
This object specifies whether support for signaling is enabled or disabled on this FUNI logical interface. A FUNI logical interface that cannot support signaling must only allow the value disabled(2). Specifying the type of signaling used on a FUNI logical interface is beyond the scope of the FUNI MIB. Enumeration: 'disabled': 2, 'enabled': 1.
                                 funiIfConfSigVpi 1.3.6.1.4.1.353.5.6.1.1.1.1.4 funivalidvpi read-write
This object specifies the VPI value used for signaling on this FUNI logical interface. This object is valid only if signaling is supported on this FUNI logical interface.
                                 funiIfConfSigVci 1.3.6.1.4.1.353.5.6.1.1.1.1.5 funivalidvci read-write
This object specifies the VCI value used for signaling on this FUNI logical interface. This object is valid only if signaling is supported on this FUNI logical interface.
                                 funiIfConfIlmiSupport 1.3.6.1.4.1.353.5.6.1.1.1.1.6 integer read-write
This object specifies whether ILMI is enabled or disabled on this FUNI logical interface. A FUNI logical interface that cannot support ILMI must only allow the value disabled(2). Enumeration: 'disabled': 2, 'enabled': 1.
                                 funiIfConfIlmiVpi 1.3.6.1.4.1.353.5.6.1.1.1.1.7 funivalidvpi read-write
This object specifies the VPI value used for ILMI on this FUNI logical interface. This object is valid only if ILMI is supported on this FUNI logical interface.
                                 funiIfConfIlmiVci 1.3.6.1.4.1.353.5.6.1.1.1.1.8 funivalidvci read-write
This object specifies the VCI value used for ILMI on this FUNI logical interface. This object is valid only if ILMI is supported on this FUNI logical interface.
                                 funiIfConfOamSupport 1.3.6.1.4.1.353.5.6.1.1.1.1.9 integer read-write
This object specifies whether support for OAM cell/frame translation is enabled or disabled on this FUNI logical interface. A FUNI logical interface that cannot support OAM cell/frame translation must only allow the value disabled(2). Enumeration: 'disabled': 2, 'enabled': 1.
                         funiIfStatsTable 1.3.6.1.4.1.353.5.6.1.1.2 no-access
A table of statistical information recorded at a FUNI logical interface.
                             funiIfStatsEntry 1.3.6.1.4.1.353.5.6.1.1.2.1 no-access
An entry in the FUNI logical interface statistics table.
                                 funiIfEstablishedPvccs 1.3.6.1.4.1.353.5.6.1.1.2.1.1 gauge32 read-only
The number of permanent VCCs established on this FUNI logical interface.
                                 funiIfEstablishedSvccs 1.3.6.1.4.1.353.5.6.1.1.2.1.2 gauge32 read-only
The number of switched VCCs established on this FUNI logical interface.
                                 funiIfRxAbortedFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.3 counter32 read-only
The number of aborted frames received on this FUNI logical interface. A frame is considered aborted after receiving 7 or more continuous ones.
                                 funiIfRxTooShortFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.4 counter32 read-only
The number of frames received on this FUNI logical interface that were too short, and were thus discarded. The minimum frame size is 5 octets.
                                 funiIfRxTooLongFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.5 counter32 read-only
The number of frames received on this FUNI logical interface that were too large, and were thus discarded.
                                 funiIfRxFcsErrFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.6 counter32 read-only
The number of frames received on this FUNI logical interface that contained FCS errors, and were thus discarded.
                                 funiIfRxUnknownFaFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.7 counter32 read-write
The number of frames received on this FUNI logical interface with an unrecognized frame address (e.g., frames that were received on an unknown FUNI logical interface virtual channel link, such as an unestablished SVC or an unprovisioned PVC.
                                 funiIfRxDiscardedFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.8 counter32 read-only
The number of frames received on this FUNI logical interface that were discarded due to any reason other than those described in other objects in this table (e.g., frames that were discarded because insufficient buffer space was available for storing the frame).
                                 funiIfTxTooLongFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.9 counter32 read-only
The number of frames that were too large to be transmitted on this FUNI logical interface, and were thus discarded.
                                 funiIfTxLenErrFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.10 counter32 read-only
The number of reassembled frames intended to be transmitted on this FUNI logical interface for which the AAL5 PDU trailer length fields did not match the actual PDU length, and were thus discarded.
                                 funiIfTxCrcErrFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.11 counter32 read-only
The number of reassembled frames intended to be transmitted on this FUNI logical interface for which the AAL5 PDU, AAL3/4, or OAM cell had CRC errors, and were thus discarded.
                                 funiIfTxPartialFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.12 counter32 read-only
The number of frames which could not be completely reassembled for reasons other than a reassembly timeout (e.g., missing AAL3/4 BOM cells, etc.), and were thus discarded before being transmitted on this FUNI logical interface.
                                 funiIfTxTimeOutFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.13 counter32 read-only
The number of frames which could not be completely reassembled due to a reassembly timeout, and were thus discarded before being transmitted on this FUNI logical interface.
                                 funiIfTxDiscardedFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.14 counter32 read-only
The number of frames intended to be transmitted on this FUNI logical interface that were discarded due to any reason other than those described in other objects in this table (e.g., frames that were discarded because insufficient buffer space was available for reassembling the frame).
                         funiVclStatsTable 1.3.6.1.4.1.353.5.6.1.1.3 no-access
A table of FUNI statistical information for individual FUNI virtual channel links on FUNI logical interfaces.
                             funiVclStatsEntry 1.3.6.1.4.1.353.5.6.1.1.3.1 no-access
An entry in the FUNI virtual channel link statistics table.
                                 funiVclFaVpi 1.3.6.1.4.1.353.5.6.1.1.3.1.1 funivalidvpi no-access
The VPI field of this FUNI virtual channel link, as identified within the frame address of the FUNI frame header.
                                 funiVclFaVci 1.3.6.1.4.1.353.5.6.1.1.3.1.2 funivalidvci no-access
The VCI field of this FUNI virtual channel link, as identified within the frame address of the FUNI frame header.
                                 funiVclRxClp0Frames 1.3.6.1.4.1.353.5.6.1.1.3.1.3 counter32 read-only
The number of FUNI frames with CLP=0 that were received over this FUNI virtual channel link.
                                 funiVclRxTotalFrames 1.3.6.1.4.1.353.5.6.1.1.3.1.4 counter32 read-only
The total number of FUNI frames that were received over this FUNI virtual channel link.
                                 funiVclTxClp0Frames 1.3.6.1.4.1.353.5.6.1.1.3.1.5 counter32 read-only
The number of FUNI frames with CLP=0 that were transmitted over this FUNI virtual channel link.
                                 funiVclTxTotalFrames 1.3.6.1.4.1.353.5.6.1.1.3.1.6 counter32 read-only
The total number of FUNI frames that were transmitted over this FUNI virtual channel link.
                                 funiVclRxClp0Octets 1.3.6.1.4.1.353.5.6.1.1.3.1.7 counter32 read-only
The number of octets within FUNI frames with CLP=0 that were received over this FUNI virtual channel link (excluding the opening flag, header octets, FCS octets, and closing flag). This is intended to count only those octets within the user payload of each FUNI frame received with CLP=0.
                                 funiVclRxTotalOctets 1.3.6.1.4.1.353.5.6.1.1.3.1.8 counter32 read-only
The total number of octets within all FUNI frames that were received over this FUNI virtual channel link (excluding the opening flag, header octets, FCS octets, and closing flag). This is intended to count only those octets within the user payload of each received FUNI frame.
                                 funiVclTxClp0Octets 1.3.6.1.4.1.353.5.6.1.1.3.1.9 counter32 read-only
The number of octets within FUNI frames with CLP=0 that were transmitted over this FUNI virtual channel link (excluding the opening flag, header octets, FCS octets, and closing flag). This is intended to count only those octets within the user payload of each of each FUNI frame transmitted with CLP=0.
                                 funiVclTxTotalOctets 1.3.6.1.4.1.353.5.6.1.1.3.1.10 counter32 read-only
The total number of octets within all FUNI frames that were transmitted over this FUNI virtual channel link (excluding the opening flag, header octets, FCS octets, and closing flag). This is intended to count only those octets within the user payload of each transmitted FUNI frame.
                                 funiVclRxErrors 1.3.6.1.4.1.353.5.6.1.1.3.1.11 counter32 read-only
The number of errored FUNI frames that were discarded after being received over this FUNI virtual channel link. More detail on errors detected on individual FUNI virtual channel links is not available on a per-VCL basis, but is available on a per-interface basis via the various counters in the FUNI logical interface statistics table.
                                 funiVclTxErrors 1.3.6.1.4.1.353.5.6.1.1.3.1.12 counter32 read-only
The number of FUNI frame reassembly processes that were aborted due an error before transmitting any FUNI frame over this FUNI virtual channel link. More detail on errors detected on individual FUNI virtual channel links is not available on a per-VCL basis, but is available on a per-interface basis via the various counters in the FUNI logical interface statistics table.
                                 funiVclRxOamFrames 1.3.6.1.4.1.353.5.6.1.1.3.1.13 counter32 read-only
The number of FUNI OAM frames (i.e., with FID1=1 and FID2=0) that were received over this FUNI virtual channel link.
                                 funiVclTxOamFrames 1.3.6.1.4.1.353.5.6.1.1.3.1.14 counter32 read-only
The number of FUNI OAM frames (i.e., with FID1=1 and FID2=0) that were transmitted over this FUNI virtual channel link.
                     funiMIBConformance 1.3.6.1.4.1.353.5.6.1.2
                         funiMIBCompliances 1.3.6.1.4.1.353.5.6.1.2.1
                             funiMIBCompliance 1.3.6.1.4.1.353.5.6.1.2.1.1
The compliance statement for entities which implement the FUNI MIB. Groups of FUNI objects required for management of a FUNI logical interface on a FUNI network or user device are identified by the suffix MinGroup. Groups of optional FUNI objects are identified by the suffix OptionalGroup.
                         funiMIBGroups 1.3.6.1.4.1.353.5.6.1.2.2
                             funiIfConfMinGroup 1.3.6.1.4.1.353.5.6.1.2.2.1
A collection of per-FUNI logical interface configuration objects required for management of a minimum function FUNI logical interface.
                             funiIfStatsMinGroup 1.3.6.1.4.1.353.5.6.1.2.2.2
A collection of per-FUNI logical interface statistics objects required for management of a minimum function FUNI logical interface.
                             funiVclStatsOptionalGroup 1.3.6.1.4.1.353.5.6.1.2.2.3
A collection of optional per-VCL statistics objects used to manage individual FUNI virtual channel links.