FUNI-MIB

File: FUNI-MIB.mib (31003 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 enterprises TEXTUAL-CONVENTION
ifIndex MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

FuniValidVpi  
This object defines the valid VPI values for a FUNI logical interface. Note for Mode 1a, 1b and 3, 10 bits in the FUNI frame header are used to identify the FUNI frame address; 4 of these 10 bits map to the 4 least-significant bits in the VPI field of an ATM cell header, for a total of 16 VPI values in the limited range of 0..15.In Mode 4, 24 bits in the FUNI frame header are used to identify the FUNI frame address; 8 of these 24 bits map to the 8 bits in the VPI field of an ATM cell header, for a total of 256 VPI values in the full range of 0..255.
TEXTUAL-CONVENTION    
  INTEGER 0..255  

FuniValidVci  
This object defines the valid VCI values for a FUNI logical interface. Note in Mode 1a, 1b and 3, 10 bits in the FUNI frame header are used to identify the FUNI frame address; 6 of these 10 bits map to the 6 least-significant bits in the VCI field of an ATM cell header, for a total of 64 VCI values in the limited rate of 0..63. In Mode 4, 24 bits in the FUNI frame header are used to identify the FUNI frame address; 16 of these 24 bits map to the 16 bits in the VCI field of an ATM cell header, for a total of 65536 VCI values in the full range of 0..65535. Also note that VCI values 0 through 31, while considered valid, have been reserved by the ITU-T and the ATM Forum for various non-user applications (e.g., signaling, ILMI, etc.), and should be avoided for normal user applications.
TEXTUAL-CONVENTION    
  INTEGER 0..65535  

FuniIfConfEntry  
SEQUENCE    
  funiIfConfMode INTEGER
  funiIfConfFcsBits INTEGER
  funiIfConfSigSupport INTEGER
  funiIfConfSigVpi FuniValidVpi
  funiIfConfSigVci FuniValidVci
  funiIfConfIlmiSupport INTEGER
  funiIfConfIlmiVpi FuniValidVpi
  funiIfConfIlmiVci FuniValidVci
  funiIfConfOamSupport INTEGER

FuniIfStatsEntry  
SEQUENCE    
  funiIfEstablishedPvccs Gauge32
  funiIfEstablishedSvccs Gauge32
  funiIfRxAbortedFrames Counter32
  funiIfRxTooShortFrames Counter32
  funiIfRxTooLongFrames Counter32
  funiIfRxFcsErrFrames Counter32
  funiIfRxUnknownFaFrames Counter32
  funiIfRxDiscardedFrames Counter32
  funiIfTxTooLongFrames Counter32
  funiIfTxLenErrFrames Counter32
  funiIfTxCrcErrFrames Counter32
  funiIfTxPartialFrames Counter32
  funiIfTxTimeOutFrames Counter32
  funiIfTxDiscardedFrames Counter32

FuniVclStatsEntry  
SEQUENCE    
  funiVclFaVpi FuniValidVpi
  funiVclFaVci FuniValidVci
  funiVclRxClp0Frames Counter32
  funiVclRxTotalFrames Counter32
  funiVclTxClp0Frames Counter32
  funiVclTxTotalFrames Counter32
  funiVclRxClp0Octets Counter32
  funiVclRxTotalOctets Counter32
  funiVclTxClp0Octets Counter32
  funiVclTxTotalOctets Counter32
  funiVclRxErrors Counter32
  funiVclTxErrors Counter32
  funiVclRxOamFrames Counter32
  funiVclTxOamFrames Counter32

Defined Values

atmfFuniMIB 1.3.6.1.4.1.353.5.6.1
The MIB module for managing a Version 2.0 FUNI logical interface.
MODULE-IDENTITY    

atmForum 1.3.6.1.4.1.353
OBJECT IDENTIFIER    

atmForumNetworkManagement 1.3.6.1.4.1.353.5
OBJECT IDENTIFIER    

atmfFuni 1.3.6.1.4.1.353.5.6
OBJECT IDENTIFIER    

funiMIBObjects 1.3.6.1.4.1.353.5.6.1.1
OBJECT IDENTIFIER    

funiIfConfTable 1.3.6.1.4.1.353.5.6.1.1.1
A table of FUNI logical interface configuration information. This table provides objects not normally available in the IF-MIB or the ATM-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FuniIfConfEntry

funiIfConfEntry 1.3.6.1.4.1.353.5.6.1.1.1.1
An entry in the FUNI logical interface configuration information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  FuniIfConfEntry  

funiIfConfMode 1.3.6.1.4.1.353.5.6.1.1.1.1.1
This object allows the mode of operation for this FUNI logical interface to be configured.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER mode1a(1), mode1b(2), mode3(3), mode4(4)  

funiIfConfFcsBits 1.3.6.1.4.1.353.5.6.1.1.1.1.2
This object specifies whether a 16- or 32-bit FCS is used in each FUNI frame header over this FUNI logical interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fcsBits16(1), fcsBits32(2)  

funiIfConfSigSupport 1.3.6.1.4.1.353.5.6.1.1.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

funiIfConfSigVpi 1.3.6.1.4.1.353.5.6.1.1.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  FuniValidVpi  

funiIfConfSigVci 1.3.6.1.4.1.353.5.6.1.1.1.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  FuniValidVci  

funiIfConfIlmiSupport 1.3.6.1.4.1.353.5.6.1.1.1.1.6
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).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

funiIfConfIlmiVpi 1.3.6.1.4.1.353.5.6.1.1.1.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  FuniValidVpi  

funiIfConfIlmiVci 1.3.6.1.4.1.353.5.6.1.1.1.1.8
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.
Status: current Access: read-write
OBJECT-TYPE    
  FuniValidVci  

funiIfConfOamSupport 1.3.6.1.4.1.353.5.6.1.1.1.1.9
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).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

funiIfStatsTable 1.3.6.1.4.1.353.5.6.1.1.2
A table of statistical information recorded at a FUNI logical interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FuniIfStatsEntry

funiIfStatsEntry 1.3.6.1.4.1.353.5.6.1.1.2.1
An entry in the FUNI logical interface statistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  FuniIfStatsEntry  

funiIfEstablishedPvccs 1.3.6.1.4.1.353.5.6.1.1.2.1.1
The number of permanent VCCs established on this FUNI logical interface.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

funiIfEstablishedSvccs 1.3.6.1.4.1.353.5.6.1.1.2.1.2
The number of switched VCCs established on this FUNI logical interface.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

funiIfRxAbortedFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.3
The number of aborted frames received on this FUNI logical interface. A frame is considered aborted after receiving 7 or more continuous ones.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiIfRxTooShortFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiIfRxTooLongFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.5
The number of frames received on this FUNI logical interface that were too large, and were thus discarded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiIfRxFcsErrFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.6
The number of frames received on this FUNI logical interface that contained FCS errors, and were thus discarded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiIfRxUnknownFaFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  Counter32  

funiIfRxDiscardedFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.8
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiIfTxTooLongFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.9
The number of frames that were too large to be transmitted on this FUNI logical interface, and were thus discarded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiIfTxLenErrFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiIfTxCrcErrFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiIfTxPartialFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiIfTxTimeOutFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiIfTxDiscardedFrames 1.3.6.1.4.1.353.5.6.1.1.2.1.14
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiVclStatsTable 1.3.6.1.4.1.353.5.6.1.1.3
A table of FUNI statistical information for individual FUNI virtual channel links on FUNI logical interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FuniVclStatsEntry

funiVclStatsEntry 1.3.6.1.4.1.353.5.6.1.1.3.1
An entry in the FUNI virtual channel link statistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  FuniVclStatsEntry  

funiVclFaVpi 1.3.6.1.4.1.353.5.6.1.1.3.1.1
The VPI field of this FUNI virtual channel link, as identified within the frame address of the FUNI frame header.
Status: current Access: not-accessible
OBJECT-TYPE    
  FuniValidVpi  

funiVclFaVci 1.3.6.1.4.1.353.5.6.1.1.3.1.2
The VCI field of this FUNI virtual channel link, as identified within the frame address of the FUNI frame header.
Status: current Access: not-accessible
OBJECT-TYPE    
  FuniValidVci  

funiVclRxClp0Frames 1.3.6.1.4.1.353.5.6.1.1.3.1.3
The number of FUNI frames with CLP=0 that were received over this FUNI virtual channel link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiVclRxTotalFrames 1.3.6.1.4.1.353.5.6.1.1.3.1.4
The total number of FUNI frames that were received over this FUNI virtual channel link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiVclTxClp0Frames 1.3.6.1.4.1.353.5.6.1.1.3.1.5
The number of FUNI frames with CLP=0 that were transmitted over this FUNI virtual channel link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiVclTxTotalFrames 1.3.6.1.4.1.353.5.6.1.1.3.1.6
The total number of FUNI frames that were transmitted over this FUNI virtual channel link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiVclRxClp0Octets 1.3.6.1.4.1.353.5.6.1.1.3.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiVclRxTotalOctets 1.3.6.1.4.1.353.5.6.1.1.3.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiVclTxClp0Octets 1.3.6.1.4.1.353.5.6.1.1.3.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiVclTxTotalOctets 1.3.6.1.4.1.353.5.6.1.1.3.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiVclRxErrors 1.3.6.1.4.1.353.5.6.1.1.3.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiVclTxErrors 1.3.6.1.4.1.353.5.6.1.1.3.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiVclRxOamFrames 1.3.6.1.4.1.353.5.6.1.1.3.1.13
The number of FUNI OAM frames (i.e., with FID1=1 and FID2=0) that were received over this FUNI virtual channel link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiVclTxOamFrames 1.3.6.1.4.1.353.5.6.1.1.3.1.14
The number of FUNI OAM frames (i.e., with FID1=1 and FID2=0) that were transmitted over this FUNI virtual channel link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

funiMIBConformance 1.3.6.1.4.1.353.5.6.1.2
OBJECT IDENTIFIER    

funiMIBCompliances 1.3.6.1.4.1.353.5.6.1.2.1
OBJECT IDENTIFIER    

funiMIBGroups 1.3.6.1.4.1.353.5.6.1.2.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP