TB-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, enterprises,Integer32 FROM SNMPv2-SMI OBJECT-GROUP,MODULE-COMPLIANCE FROM SNMPv2-CONF DisplayString FROM SNMPv2-TC; tb MODULE-IDENTITY LAST-UPDATED "201106160930Z" -- 16 June 2011, 9:30 ORGANIZATION "TelcoBridges Inc." CONTACT-INFO "support@telcobridges.com" DESCRIPTION "Fixed text formatting and alignment. Modified MIB to be fully compliant with the SMIv2 standard." REVISION "201106160930Z" DESCRIPTION "Modified IUA tables, replaced INTEGER data types with Integer32" REVISION "201106151250Z" DESCRIPTION "Added CPU and memory usage table to Telcobridges private MIB" REVISION "201106100000Z" DESCRIPTION "Added MTP2, M2PA, M2UA, M3UA and IUA tables" REVISION "201105200000Z" DESCRIPTION "Moved hardware identification fields into a table" REVISION "201105030000Z" DESCRIPTION "The MIB module to describe Telcobridges private MIB." REVISION "200710030000Z" DESCRIPTION "Fixed MIB to compile correctly." REVISION "200507070000Z" DESCRIPTION "The initial version of this MIB module." ::= { enterprises 21776 } --The objects in the TB MIB are arranged in the following groups -- --Directory: Table of the supported modules -- --common : Hw and sw groups supported by all TB products -- --Signaling: Tables for polling signaling layers -- --specific : hw and sw components specific to a certain product -- --Experimental : Experimental/unofficial tables -- --tbConformance : Conformance standards for this MIB -- tbDirectory OBJECT IDENTIFIER ::={tb 1} tbCommon OBJECT IDENTIFIER ::={tb 2} tbSignaling OBJECT IDENTIFIER ::={tb 3} tbSpecific OBJECT IDENTIFIER ::={tb 4} tbExperimental OBJECT IDENTIFIER ::={tb 5} tbConformance OBJECT IDENTIFIER ::={tb 6} --Module Table group -- tbModuleTable OBJECT-TYPE SYNTAX SEQUENCE OF TBModuleEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Module Table. lists the supported modules by telcoBriges Inc" ::= { tbDirectory 1 } tbModuleEntry OBJECT-TYPE SYNTAX TBModuleEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the module table" INDEX { tbModuleIndex } ::= { tbModuleTable 1 } TBModuleEntry ::= SEQUENCE { tbModuleIndex Integer32, tbModuleID OBJECT IDENTIFIER, tbModuleDescription DisplayString } tbModuleIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index which uniquely indentifies the module in the module table" ::= {tbModuleEntry 1 } tbModuleID OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The module Object Identifier." ::= { tbModuleEntry 2 } tbModuleDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A brief description of the module" ::= { tbModuleEntry 3 } -- The Common group -- -- This group is divided in two sub-groups : Hw and Sw.-- tbHwCommon OBJECT IDENTIFIER ::= { tbCommon 1 } -- The Common hardware identification Table -- tbHwIdentTable OBJECT-TYPE SYNTAX SEQUENCE OF TBHwIdentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Hardware identification table" ::= { tbHwCommon 1 } tbHwIdentEntry OBJECT-TYPE SYNTAX TBHwIdentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the hardware identification table." INDEX { tbHwIdentIndex } ::= { tbHwIdentTable 1 } TBHwIdentEntry ::= SEQUENCE { tbHwIdentIndex Integer32, tbHwSerialNumber DisplayString, tbHwShelfID Integer32, tbHwSlotID Integer32, tbHwPartNumber DisplayString } tbHwIdentIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An index which uniquely identify the entry in the table." ::= { tbHwIdentEntry 1 } tbHwSerialNumber OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The board serial number (format is TBxxxxxx where x is an integer)" ::= { tbHwIdentEntry 2 } tbHwShelfID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The shelf identification of the board" ::= { tbHwIdentEntry 3 } tbHwSlotID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Slot ID of the board within the shelf identified by the shelf ID field" ::= { tbHwIdentEntry 4 } tbHwPartNumber OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Board's part number" ::= { tbHwIdentEntry 5 } -- The Common hardware version Table -- tbHwVersionTable OBJECT-TYPE SYNTAX SEQUENCE OF TBHwVersionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Hardware version table(FPGAs etc..)" ::= { tbHwCommon 2 } tbHwVersionEntry OBJECT-TYPE SYNTAX TBHwVersionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the hardware version table." INDEX { tbHwVersionIndex } ::= { tbHwVersionTable 1 } TBHwVersionEntry ::= SEQUENCE { tbHwVersionIndex Integer32, tbHwDescription DisplayString, tbHwVersionNum DisplayString } tbHwVersionIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An index which uniquely identify the entry in the table." ::= { tbHwVersionEntry 1 } tbHwDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The hardware device associated to this entry." ::= { tbHwVersionEntry 2 } tbHwVersionNum OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The version displayed as an hexadecimal string. if the device is not present, the value 8888=0x22B8 is returned" ::= { tbHwVersionEntry 3 } -- The hardware temperature Table -- tbHwTempTable OBJECT-TYPE SYNTAX SEQUENCE OF TBHwTempEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Hardware Device Temperature table(FPGAs etc..)" ::= { tbHwCommon 3 } tbHwTempEntry OBJECT-TYPE SYNTAX TBHwTempEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the hardware temperature table." INDEX { tbHwDeviceIndex } ::= { tbHwTempTable 1 } TBHwTempEntry ::= SEQUENCE { tbHwDeviceIndex Integer32, tbHwDeviceDescription DisplayString, tbHwTemperature Integer32 } tbHwDeviceIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An index which uniquely identifies the entry in the device temperature table." ::= { tbHwTempEntry 1 } tbHwDeviceDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Device description (PLD/FPGA, etc...)." ::= { tbHwTempEntry 2 } tbHwTemperature OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The device temperature in celcius. A value of 8888 indicates that the device is not present" ::= { tbHwTempEntry 3 } -- The Common Sw Group -- tbSwCommon OBJECT IDENTIFIER ::= { tbCommon 2 } tbFeatureTable OBJECT-TYPE SYNTAX SEQUENCE OF TBFeatureEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Feature Table." ::= { tbSwCommon 1 } tbFeatureEntry OBJECT-TYPE SYNTAX TBFeatureEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the Feature Table." INDEX { tbFeatureType } ::= { tbFeatureTable 1 } TBFeatureEntry ::= SEQUENCE { tbFeatureType Integer32, tbFeatureDescription DisplayString, tbFeatureLicensed Integer32, tbFeatureMax Integer32 } tbFeatureType OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An integer witch uniquely identify the feature" ::= { tbFeatureEntry 1 } tbFeatureDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Feature Description." ::= { tbFeatureEntry 2 } tbFeatureLicensed OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Licensed feature count. This is the maximum value supported by software." ::= { tbFeatureEntry 3 } tbFeatureMax OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Maximum allowed feature count. This is maximum supported by the hardware." ::= { tbFeatureEntry 4 } -- The TB sw version Table -- tbSwVersionTable OBJECT-TYPE SYNTAX SEQUENCE OF TBSwVersionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The sw version table." ::= { tbSwCommon 2 } tbSwVersionEntry OBJECT-TYPE SYNTAX TBSwVersionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the sw version table." INDEX { tbSwVersionIndex } ::= { tbSwVersionTable 1 } TBSwVersionEntry ::= SEQUENCE { tbSwVersionIndex Integer32, tbSwComponentName DisplayString, tbSwVersionDescription DisplayString, tbSwVersionTag DisplayString } tbSwVersionIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An index that uniquely identify the sw component in table." ::= { tbSwVersionEntry 1 } tbSwComponentName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Sw Component's Name." ::= { tbSwVersionEntry 2 } tbSwVersionDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Software release description." ::= { tbSwVersionEntry 3 } tbSwVersionTag OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Build tag used to generate the sw release." ::= { tbSwVersionEntry 4 } -- The TB sw performance Table -- tbSwPerfTable OBJECT-TYPE SYNTAX SEQUENCE OF TBSwPerfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The sw performance table." ::= { tbSwCommon 3 } tbSwPerfEntry OBJECT-TYPE SYNTAX TBSwPerfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the sw performance table." INDEX { tbSwPerfIndex } ::= { tbSwPerfTable 1 } TBSwPerfEntry ::= SEQUENCE { tbSwPerfIndex Integer32, tbSwPerfDescription DisplayString, tbSwPerfCpuUsage Integer32, tbSwPerfMemoryUsage Integer32, tbSwPerfMemorySize Integer32 } tbSwPerfIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An index that uniquely identify the entry in the software performance table." ::= { tbSwPerfEntry 1 } tbSwPerfDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "CPU and memory unit description" ::= { tbSwPerfEntry 2 } tbSwPerfCpuUsage OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "CPU usage in percent" ::= { tbSwPerfEntry 3 } tbSwPerfMemoryUsage OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Memory usage in percent" ::= { tbSwPerfEntry 4 } tbSwPerfMemorySize OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total memory size" ::= { tbSwPerfEntry 5 } -- Signaling Group -- -- Mtp2 -- tbMtp2 OBJECT IDENTIFIER ::= { tbSignaling 1 } tbMtp2LinkTable OBJECT-TYPE SYNTAX SEQUENCE OF TBMtp2Entry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Mtp2 Link Table. Lists Mtp2 link status information, as defined by TelcoBridges Inc." ::= { tbMtp2 1 } tbMtp2LinkEntry OBJECT-TYPE SYNTAX TBMtp2Entry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An Mtp2 Link Table entry." INDEX { tbMtp2LinkIfIndex } ::= { tbMtp2LinkTable 1 } TBMtp2Entry ::= SEQUENCE { tbMtp2LinkIfIndex Integer32, tbMtp2LinkDescription DisplayString, tbMtp2LinkStatus INTEGER, tbMtp2TimeslotCount Integer32, tbMtp2TimeslotMask Integer32 } tbMtp2LinkIfIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index which uniquely indentifies the Mtp2 link in the IF table." ::= {tbMtp2LinkEntry 1 } tbMtp2LinkDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A brief description describing the Mtp2 link." ::= { tbMtp2LinkEntry 2 } tbMtp2LinkStatus OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), notAllocated(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current status of the Mtp2 link." ::= { tbMtp2LinkEntry 3 } tbMtp2TimeslotCount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates how many timeslots are currently used by an Mtp2 link." ::= { tbMtp2LinkEntry 4 } tbMtp2TimeslotMask OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates which timeslots (out of 32) are currently used by an Mtp2 link." ::= { tbMtp2LinkEntry 5 } -- M2pa -- tbM2pa OBJECT IDENTIFIER ::= { tbSignaling 2 } tbM2paLinkTable OBJECT-TYPE SYNTAX SEQUENCE OF TBM2paLinkEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The M2pa Link Table. Lists M2pa link status information, as defined by TelcoBridges Inc." ::= { tbM2pa 1 } tbM2paLinkEntry OBJECT-TYPE SYNTAX TBM2paLinkEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An Mtp2 Link Table entry." INDEX { tbM2paLinkIndex } ::= { tbM2paLinkTable 1 } TBM2paLinkEntry ::= SEQUENCE { tbM2paLinkIndex Integer32, tbM2paLinkDescription DisplayString, tbM2paLinkStatus INTEGER, tbM2paLinkRXCurrentBandwidth Integer32, tbM2paLinkTXCurrentBandwidth Integer32, tbM2paLinkRXPeakBandwidth Integer32, tbM2paLinkTXPeakBandwidth Integer32 } tbM2paLinkIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index which uniquely indentifies the M2pa link in the table." ::= {tbM2paLinkEntry 1 } tbM2paLinkDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A brief description describing the M2pa link." ::= { tbM2paLinkEntry 2 } tbM2paLinkStatus OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), notAllocated(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current status of the M2pa link." ::= { tbM2paLinkEntry 3 } tbM2paLinkRXCurrentBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current RX Bandwidth of the M2pa link." ::= { tbM2paLinkEntry 4 } tbM2paLinkTXCurrentBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current TX Bandwidth of the M2pa link." ::= { tbM2paLinkEntry 5 } tbM2paLinkRXPeakBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the peak RX Bandwidth of the M2pa link." ::= { tbM2paLinkEntry 6 } tbM2paLinkTXPeakBandwidth OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the peak TX Bandwidth of the M2pa link." ::= { tbM2paLinkEntry 7 } -- M2ua -- tbM2ua OBJECT IDENTIFIER ::= { tbSignaling 3 } tbM2uaLinkTable OBJECT-TYPE SYNTAX SEQUENCE OF TBM2uaLinkEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The M2ua Link Table. Lists M2ua link status information, as defined by TelcoBridges Inc." ::= { tbM2ua 1 } tbM2uaLinkEntry OBJECT-TYPE SYNTAX TBM2uaLinkEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An M2ua Link Table entry." INDEX { tbM2uaLinkIfIndex } ::= { tbM2uaLinkTable 1 } TBM2uaLinkEntry ::= SEQUENCE { tbM2uaLinkIfIndex Integer32, tbM2uaLinkDescription DisplayString, tbM2uaLinkStatus INTEGER, tbM2uaLinkRxPdu INTEGER, tbM2uaLinkTxPdu INTEGER, tbM2uaLinkRxByte INTEGER, tbM2uaLinkTxByte INTEGER } tbM2uaLinkIfIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index which uniquely indentifies the M2ua link in the interface table." ::= {tbM2uaLinkEntry 1 } tbM2uaLinkDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A brief description describing the M2ua link." ::= { tbM2uaLinkEntry 2 } tbM2uaLinkStatus OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), notAllocated(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current status of the M2ua link." ::= { tbM2uaLinkEntry 3 } tbM2uaLinkRxPdu OBJECT-TYPE SYNTAX INTEGER{ notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Rx PDU count." ::= { tbM2uaLinkEntry 4 } tbM2uaLinkTxPdu OBJECT-TYPE SYNTAX INTEGER{ notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Tx PDU count." ::= { tbM2uaLinkEntry 5 } tbM2uaLinkRxByte OBJECT-TYPE SYNTAX INTEGER{ notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Rx byte count." ::= { tbM2uaLinkEntry 6 } tbM2uaLinkTxByte OBJECT-TYPE SYNTAX INTEGER{ notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Tx byte count." ::= { tbM2uaLinkEntry 7 } tbM2uaPeerTable OBJECT-TYPE SYNTAX SEQUENCE OF TBM2uaPeerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The M2ua Peer Table. Lists M2ua Peer status information, as defined by TelcoBridges Inc." ::= { tbM2ua 2 } tbM2uaPeerEntry OBJECT-TYPE SYNTAX TBM2uaPeerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An M2ua Peer Table entry." INDEX { tbM2uaPeerIfIndex } ::= { tbM2uaPeerTable 1 } TBM2uaPeerEntry ::= SEQUENCE { tbM2uaPeerIfIndex Integer32, tbM2uaPeerDescription DisplayString, tbM2uaPeerState INTEGER, tbM2uaPeerAspUp INTEGER, tbM2uaPeerAspUpAck INTEGER, tbM2uaPeerAspDwn INTEGER, tbM2uaPeerAspDwnAck INTEGER, tbM2uaPeerAspAct INTEGER, tbM2uaPeerAspActAck INTEGER, tbM2uaPeerAspInact INTEGER, tbM2uaPeerAspInactAck INTEGER, tbM2uaPeerHeartbeat INTEGER, tbM2uaPeerHeartbeatAck INTEGER, tbM2uaPeerNotify INTEGER, tbM2uaPeerTxError INTEGER, tbM2uaPeerRxError INTEGER } tbM2uaPeerIfIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index which uniquely indentifies the M2ua peer in interface the table." ::= {tbM2uaPeerEntry 1 } tbM2uaPeerDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A brief description describing the M2ua peer." ::= { tbM2uaPeerEntry 2 } tbM2uaPeerState OBJECT-TYPE SYNTAX INTEGER{ notAllocated(-1), down(1), inactive(2), active(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current state of the M2ua peer." ::= { tbM2uaPeerEntry 3 } tbM2uaPeerAspUp OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the ASP up count." ::= { tbM2uaPeerEntry 4 } tbM2uaPeerAspUpAck OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the ASP up ack count." ::= { tbM2uaPeerEntry 5 } tbM2uaPeerAspDwn OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the ASP down count." ::= { tbM2uaPeerEntry 6 } tbM2uaPeerAspDwnAck OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the ASP dwn ack count." ::= { tbM2uaPeerEntry 7 } tbM2uaPeerAspAct OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the ASP active count." ::= { tbM2uaPeerEntry 8 } tbM2uaPeerAspActAck OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the ASP active ack count." ::= { tbM2uaPeerEntry 9 } tbM2uaPeerAspInact OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the ASP inactive count." ::= { tbM2uaPeerEntry 10 } tbM2uaPeerAspInactAck OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the ASP inactive ack count." ::= { tbM2uaPeerEntry 11 } tbM2uaPeerHeartbeat OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the m2ua peer heartbeat count." ::= { tbM2uaPeerEntry 12 } tbM2uaPeerHeartbeatAck OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the m2ua peer heartbeat ack count." ::= { tbM2uaPeerEntry 13 } tbM2uaPeerNotify OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the m2ua peer notify count." ::= { tbM2uaPeerEntry 14 } tbM2uaPeerTxError OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the m2ua peer Tx error count." ::= { tbM2uaPeerEntry 15 } tbM2uaPeerRxError OBJECT-TYPE SYNTAX INTEGER { notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the m2ua peer Rx error count." ::= { tbM2uaPeerEntry 16 } -- Iua -- tbIua OBJECT IDENTIFIER ::= { tbSignaling 4 } tbIuaLinkTable OBJECT-TYPE SYNTAX SEQUENCE OF TBIuaLinkEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Iua Link Table. Lists Iua link status information, as defined by TelcoBridges Inc." ::= { tbIua 1 } tbIuaLinkEntry OBJECT-TYPE SYNTAX TBIuaLinkEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An Iua Link Table entry." INDEX { tbIuaLinkIfIndex } ::= { tbIuaLinkTable 1 } TBIuaLinkEntry ::= SEQUENCE { tbIuaLinkIfIndex Integer32, tbIuaLinkDescription DisplayString, tbIuaLinkStatus INTEGER, tbIuaLinkRxPdu INTEGER, tbIuaLinkTxPdu INTEGER, tbIuaLinkRxByte INTEGER, tbIuaLinkTxByte INTEGER } tbIuaLinkIfIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index which uniquely indentifies the Iua link in the interface table." ::= {tbIuaLinkEntry 1 } tbIuaLinkDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A brief description describing the Iua link." ::= { tbIuaLinkEntry 2 } tbIuaLinkStatus OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), notAllocated(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current status of the Iua link." ::= { tbIuaLinkEntry 3 } tbIuaLinkRxPdu OBJECT-TYPE SYNTAX INTEGER{ notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Rx PDU count." ::= { tbIuaLinkEntry 4 } tbIuaLinkTxPdu OBJECT-TYPE SYNTAX INTEGER{ notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Tx PDU count." ::= { tbIuaLinkEntry 5 } tbIuaLinkRxByte OBJECT-TYPE SYNTAX INTEGER{ notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Rx byte count." ::= { tbIuaLinkEntry 6 } tbIuaLinkTxByte OBJECT-TYPE SYNTAX INTEGER{ notAllocated(-1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Tx byte count." ::= { tbIuaLinkEntry 7 } tbIuaPeerTable OBJECT-TYPE SYNTAX SEQUENCE OF TBIuaPeerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Iua Peer Table. Lists Iua Peer status information, as defined by TelcoBridges Inc." ::= { tbIua 2 } tbIuaPeerEntry OBJECT-TYPE SYNTAX TBIuaPeerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An Iua Peer Table entry." INDEX { tbIuaPeerIfIndex } ::= { tbIuaPeerTable 1 } TBIuaPeerEntry ::= SEQUENCE { tbIuaPeerIfIndex Integer32, tbIuaPeerDescription DisplayString, tbIuaPeerState INTEGER, tbIuaPeerRxAspUp Integer32, tbIuaPeerTxAspUp Integer32, tbIuaPeerRxAspDwn Integer32, tbIuaPeerTxAspDwn Integer32, tbIuaPeerRxAspAct Integer32, tbIuaPeerTxAspAct Integer32, tbIuaPeerRxAspInact Integer32, tbIuaPeerTxAspInact Integer32, tbIuaPeerRxNotify Integer32, tbIuaPeerTxNotify Integer32, tbIuaPeerRxError Integer32, tbIuaPeerTxError Integer32, tbIuaPeerRxPdu Integer32, tbIuaPeerTxPdu Integer32, tbIuaPeerRxByte Integer32, tbIuaPeerTxByte Integer32 } tbIuaPeerIfIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index which uniquely indentifies the Iua peer in the interface table." ::= {tbIuaPeerEntry 1 } tbIuaPeerDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A brief description describing the Iua peer." ::= { tbIuaPeerEntry 2 } tbIuaPeerState OBJECT-TYPE SYNTAX INTEGER { down(1), inactive(2), active(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current state of the Iua peer." ::= { tbIuaPeerEntry 3 } tbIuaPeerRxAspUp OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Rx IUA ASP-UP message count." ::= { tbIuaPeerEntry 4 } tbIuaPeerTxAspUp OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Tx IUA ASP-UP message count." ::= { tbIuaPeerEntry 5 } tbIuaPeerRxAspDwn OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Rx IUA ASP-DOWN message count." ::= { tbIuaPeerEntry 6 } tbIuaPeerTxAspDwn OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Tx IUA ASP-DOWN message count." ::= { tbIuaPeerEntry 7 } tbIuaPeerRxAspAct OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Rx IUA ASP-ACT message count." ::= { tbIuaPeerEntry 8 } tbIuaPeerTxAspAct OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Tx IUA ASP-ACT message count." ::= { tbIuaPeerEntry 9 } tbIuaPeerRxAspInact OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Rx IUA ASP-INACT message count." ::= { tbIuaPeerEntry 10 } tbIuaPeerTxAspInact OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Tx IUA ASP-INACT message count." ::= { tbIuaPeerEntry 11 } tbIuaPeerRxNotify OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Rx IUA NOTIFY message count." ::= { tbIuaPeerEntry 12 } tbIuaPeerTxNotify OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Tx IUA NOTIFY message count." ::= { tbIuaPeerEntry 13 } tbIuaPeerRxError OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Rx IUA ERROR message count." ::= { tbIuaPeerEntry 14 } tbIuaPeerTxError OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Tx IUA ERROR message count." ::= { tbIuaPeerEntry 15 } tbIuaPeerRxPdu OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Rx Pdu count for the IUA peer." ::= { tbIuaPeerEntry 16 } tbIuaPeerTxPdu OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Tx Pdu count for the IUA peer." ::= { tbIuaPeerEntry 17 } tbIuaPeerRxByte OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Rx Byte count for the IUA peer." ::= { tbIuaPeerEntry 18 } tbIuaPeerTxByte OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the Tx Byte count for the IUA peer." ::= { tbIuaPeerEntry 19 } -- M3ua -- tbM3ua OBJECT IDENTIFIER ::= { tbSignaling 5 } tbM3uaGenTable OBJECT-TYPE SYNTAX SEQUENCE OF TBM3uaGenEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The M3ua General Configuration Table. Lists general M3ua configuration statistics, as defined by TelcoBridges Inc." ::= { tbM3ua 1 } tbM3uaGenEntry OBJECT-TYPE SYNTAX TBM3uaGenEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An M3ua General Table entry." INDEX { tbModuleIndex } ::= { tbM3uaGenTable 1 } TBM3uaGenEntry ::= SEQUENCE { tbM3uaGenDescription DisplayString, tbM3uaGenModuleState INTEGER, tbM3uaGenNetworkMax Integer32, tbM3uaGenNetworkCnt Integer32, tbM3uaGenUserpartMax Integer32, tbM3uaGenUserpartCnt Integer32, tbM3uaGenPSPMax Integer32, tbM3uaGenPSPCnt Integer32, tbM3uaGenPsrvMax Integer32, tbM3uaGenPsrvCnt Integer32, tbM3uaGenRouteMax Integer32, tbM3uaGenRouteCnt Integer32, tbM3uaGenSAPMax Integer32, tbM3uaGenSAPCnt Integer32, tbM3uaGenMemSize Integer32, tbM3uaGenMemAlloc Integer32 } tbM3uaGenDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A brief description of the M3ua system." ::= { tbM3uaGenEntry 1 } tbM3uaGenModuleState OBJECT-TYPE SYNTAX INTEGER { oos(1), active(2), standby(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current state of the M3ua module." ::= { tbM3uaGenEntry 2 } tbM3uaGenNetworkMax OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the maximum number of M3ua networks allowed by the configuration." ::= { tbM3uaGenEntry 3 } tbM3uaGenNetworkCnt OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current number of M3ua networks used by the configuration." ::= { tbM3uaGenEntry 4 } tbM3uaGenUserpartMax OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the maximum number of M3ua userparts allowed by the configuration." ::= { tbM3uaGenEntry 5 } tbM3uaGenUserpartCnt OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current number of M3ua userparts used by the configuration." ::= { tbM3uaGenEntry 6 } tbM3uaGenPSPMax OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the maximum number of M3ua peer server processes allowed by the configuration." ::= { tbM3uaGenEntry 7 } tbM3uaGenPSPCnt OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current number of M3ua peer server processes used by the configuration." ::= { tbM3uaGenEntry 8 } tbM3uaGenPsrvMax OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the maximum number of M3ua peer servers allowed by the configuration." ::= { tbM3uaGenEntry 9 } tbM3uaGenPsrvCnt OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current number of M3ua peer servers used by the configuration." ::= { tbM3uaGenEntry 10 } tbM3uaGenRouteMax OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the maximum number of M3ua routes allowed by the configuration." ::= { tbM3uaGenEntry 11 } tbM3uaGenRouteCnt OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current number of M3ua routes used by the configuration." ::= { tbM3uaGenEntry 12 } tbM3uaGenSAPMax OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the maximum number of M3ua service access points allowed by the configuration." ::= { tbM3uaGenEntry 13 } tbM3uaGenSAPCnt OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current number of M3ua service access points used by the configuration." ::= { tbM3uaGenEntry 14 } tbM3uaGenMemSize OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the maximum memory size allowed for the M3UA layer." ::= { tbM3uaGenEntry 15 } tbM3uaGenMemAlloc OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current amount of memory allocated for the M3UA layer." ::= { tbM3uaGenEntry 16 } -- M3UA SAP Table -- tbM3uaSapTable OBJECT-TYPE SYNTAX SEQUENCE OF TBM3uaSapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The M3ua SAP Status Table. Lists M3ua SAP status statistics, as defined by TelcoBridges Inc." ::= { tbM3ua 2 } tbM3uaSapEntry OBJECT-TYPE SYNTAX TBM3uaSapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An M3ua SAP Table entry." INDEX { tbM3uaSapIfIndex } ::= { tbM3uaSapTable 1 } TBM3uaSapEntry ::= SEQUENCE { tbM3uaSapIfIndex Integer32, tbM3uaSapDescription DisplayString, tbM3uaSapOpen INTEGER, tbM3uaSapState INTEGER } tbM3uaSapIfIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index which uniquely indentifies the M3ua SAP in the interfaces table." ::= {tbM3uaSapEntry 1 } tbM3uaSapDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A brief description of the M3ua Sap system." ::= { tbM3uaSapEntry 2 } tbM3uaSapOpen OBJECT-TYPE SYNTAX INTEGER { open(1), closed(2), notAllocated(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether the M3ua SAP is open or closed." ::= { tbM3uaSapEntry 3 } tbM3uaSapState OBJECT-TYPE SYNTAX INTEGER { ready(1), notReady(2), notAllocated(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current state of the M3ua SAP." ::= { tbM3uaSapEntry 4 } -- M3UA PSP Table -- tbM3uaPspTable OBJECT-TYPE SYNTAX SEQUENCE OF TBM3uaPspEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The M3ua PSP Status Table. Lists M3ua PSP status statistics, as defined by TelcoBridges Inc." ::= { tbM3ua 3 } tbM3uaPspEntry OBJECT-TYPE SYNTAX TBM3uaPspEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An M3ua PSP Table entry." INDEX { tbM3uaPspIfIndex } ::= { tbM3uaPspTable 1 } TBM3uaPspEntry ::= SEQUENCE { tbM3uaPspIfIndex Integer32, tbM3uaPspDescription DisplayString, tbM3uaPspType INTEGER, tbM3uaPspEndpointStatus1 INTEGER, tbM3uaPspEndpointStatus2 INTEGER, tbM3uaPspEndpointStatus3 INTEGER, tbM3uaPspEndpointStatus4 INTEGER } tbM3uaPspIfIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index which uniquely indentifies the M3ua Psp in the interfaces table." ::= {tbM3uaPspEntry 1 } tbM3uaPspDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A brief description of the M3ua Psp." ::= { tbM3uaPspEntry 2 } tbM3uaPspType OBJECT-TYPE SYNTAX INTEGER { sgp(1), asp(2), ipsp(3), notAllocated(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the type of the M3ua PSP." ::= { tbM3uaPspEntry 3 } tbM3uaPspEndpointStatus1 OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), notAllocated(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether the M3ua SAP's first configurable endpoint is up or down." ::= { tbM3uaPspEntry 4 } tbM3uaPspEndpointStatus2 OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), notAllocated(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether the M3ua SAP's second configurable endpoint is up or down." ::= { tbM3uaPspEntry 5 } tbM3uaPspEndpointStatus3 OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), notAllocated(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether the M3ua SAP's third configurable endpoint is up or down." ::= { tbM3uaPspEntry 6 } tbM3uaPspEndpointStatus4 OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), notAllocated(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether the M3ua SAP's fourth configurable endpoint is up or down." ::= { tbM3uaPspEntry 7 } -- M3UA Peer Server Table -- tbM3uaPsrvTable OBJECT-TYPE SYNTAX SEQUENCE OF TBM3uaPsrvEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The M3ua Peer Server Status Table. Lists M3ua peer server status statistics, as defined by TelcoBridges Inc." ::= { tbM3ua 4 } tbM3uaPsrvEntry OBJECT-TYPE SYNTAX TBM3uaPsrvEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An M3ua peer server Table entry." INDEX { tbM3uaPsrvIfIndex } ::= { tbM3uaPsrvTable 1 } TBM3uaPsrvEntry ::= SEQUENCE { tbM3uaPsrvIfIndex Integer32, tbM3uaPsrvDescription DisplayString, tbM3uaPsrvAsState INTEGER } tbM3uaPsrvIfIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index which uniquely indentifies the M3ua peer server in the interfaces table." ::= {tbM3uaPsrvEntry 1 } tbM3uaPsrvDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A brief description of the M3ua peer server." ::= { tbM3uaPsrvEntry 2 } tbM3uaPsrvAsState OBJECT-TYPE SYNTAX INTEGER { undefined(0), down(1), inactive(2), active(3), pending(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current application server state for the M3ua peer server." ::= { tbM3uaPsrvEntry 3 } --TB-MIB conformance statements -- --Object groups for OIDs defined by TelcoBridges Inc. -- tbGroups OBJECT IDENTIFIER ::={tbConformance 1} tbCompliance OBJECT IDENTIFIER ::={tbConformance 2} tbModuleConformanceGroup OBJECT-GROUP OBJECTS { tbModuleID, tbModuleDescription } STATUS current DESCRIPTION "Elements required for conformance with the tbModuleTable of the TelcoBridges private MIB" ::= { tbGroups 1 } tbHwConformanceGroup OBJECT-GROUP OBJECTS { tbHwSerialNumber, tbHwShelfID, tbHwSlotID, tbHwPartNumber, tbHwDescription, tbHwVersionNum, tbHwDeviceDescription, tbHwTemperature } STATUS current DESCRIPTION "Elements required for conformance with TelcoBridges Hw tables" ::= { tbGroups 2 } tbFeatureConformanceGroup OBJECT-GROUP OBJECTS { tbFeatureDescription, tbFeatureLicensed, tbFeatureMax } STATUS current DESCRIPTION "Elements required for conformance with TelcoBridges Feature tables" ::= { tbGroups 3 } tbSwConformanceGroup OBJECT-GROUP OBJECTS { tbSwComponentName, tbSwVersionDescription, tbSwVersionTag, tbSwPerfDescription, tbSwPerfCpuUsage, tbSwPerfMemoryUsage, tbSwPerfMemorySize } STATUS current DESCRIPTION "Elements required for conformance with TelcoBridges Sw tables" ::= { tbGroups 4 } tbMtp2ConformanceGroup OBJECT-GROUP OBJECTS { tbMtp2LinkDescription, tbMtp2LinkStatus, tbMtp2TimeslotCount, tbMtp2TimeslotMask } STATUS current DESCRIPTION "Elements required for conformance with TelcoBridges Ss7 Mtp2 tables" ::= { tbGroups 5 } tbM2paConformanceGroup OBJECT-GROUP OBJECTS { tbM2paLinkDescription, tbM2paLinkStatus, tbM2paLinkRXCurrentBandwidth, tbM2paLinkTXCurrentBandwidth, tbM2paLinkRXPeakBandwidth, tbM2paLinkTXPeakBandwidth } STATUS current DESCRIPTION "Elements required for conformance with TelcoBridges Ss7 Mtp2 tables" ::= { tbGroups 6 } tbM2uaConformanceGroup OBJECT-GROUP OBJECTS { tbM2uaLinkDescription, tbM2uaLinkStatus, tbM2uaLinkRxPdu, tbM2uaLinkTxPdu, tbM2uaLinkRxByte, tbM2uaLinkTxByte, tbM2uaPeerDescription, tbM2uaPeerState, tbM2uaPeerAspUp, tbM2uaPeerAspUpAck, tbM2uaPeerAspDwn, tbM2uaPeerAspDwnAck, tbM2uaPeerAspAct, tbM2uaPeerAspActAck, tbM2uaPeerAspInact, tbM2uaPeerAspInactAck, tbM2uaPeerHeartbeat, tbM2uaPeerHeartbeatAck, tbM2uaPeerNotify, tbM2uaPeerTxError, tbM2uaPeerRxError } STATUS current DESCRIPTION "Elements required for conformance with TelcoBridges Ss7 Mtp2 tables" ::= { tbGroups 7 } tbIuaConformanceGroup OBJECT-GROUP OBJECTS { tbIuaLinkDescription, tbIuaLinkStatus, tbIuaLinkRxPdu, tbIuaLinkTxPdu, tbIuaLinkRxByte, tbIuaLinkTxByte, tbIuaPeerDescription, tbIuaPeerState, tbIuaPeerRxAspUp, tbIuaPeerTxAspUp, tbIuaPeerRxAspDwn, tbIuaPeerTxAspDwn, tbIuaPeerRxAspAct, tbIuaPeerTxAspAct, tbIuaPeerRxAspInact, tbIuaPeerTxAspInact, tbIuaPeerRxNotify, tbIuaPeerTxNotify, tbIuaPeerRxError, tbIuaPeerTxError, tbIuaPeerRxPdu, tbIuaPeerTxPdu, tbIuaPeerRxByte, tbIuaPeerTxByte } STATUS current DESCRIPTION "Elements required for conformance with TelcoBridges Iua tables" ::= { tbGroups 8 } tbM3uaConformanceGroup OBJECT-GROUP OBJECTS { tbM3uaGenDescription, tbM3uaGenModuleState, tbM3uaGenNetworkMax, tbM3uaGenNetworkCnt, tbM3uaGenUserpartMax, tbM3uaGenUserpartCnt, tbM3uaGenPSPMax, tbM3uaGenPSPCnt, tbM3uaGenPsrvMax, tbM3uaGenPsrvCnt, tbM3uaGenRouteMax, tbM3uaGenRouteCnt, tbM3uaGenSAPMax, tbM3uaGenSAPCnt, tbM3uaGenMemSize, tbM3uaGenMemAlloc, tbM3uaSapDescription, tbM3uaSapOpen, tbM3uaSapState, tbM3uaPspDescription, tbM3uaPspType, tbM3uaPspEndpointStatus1, tbM3uaPspEndpointStatus2, tbM3uaPspEndpointStatus3, tbM3uaPspEndpointStatus4, tbM3uaPsrvDescription, tbM3uaPsrvAsState } STATUS current DESCRIPTION "Elements required for conformance with TelcoBridges Ss7 M3ua tables" ::= { tbGroups 9 } --Complaince groups defined by TelcoBridges Inc. -- tbCompliance1 MODULE-COMPLIANCE STATUS current DESCRIPTION "Compliance for TB Mib" MODULE -- TB-MIB module (this module) MANDATORY-GROUPS { tbModuleConformanceGroup, tbHwConformanceGroup, tbFeatureConformanceGroup, tbSwConformanceGroup, tbMtp2ConformanceGroup, tbM2paConformanceGroup, tbM2uaConformanceGroup, tbIuaConformanceGroup, tbM3uaConformanceGroup } ::= { tbCompliance 1 } END