> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/platforms-and-hardware/tb-mib.md).

# TB-MIB

### TB-MIB Groups

The TelcoBridges privately-defined MIB module, TB-MIB, is used to poll status information and usage statistics that have not been defined in standardized MIB modules. The TB-MIB is divided into these groups:

* tbDirectory
* tbCommon
* tbSignaling
* tbCalls
* tbNAP
* tbHighAvailability
* tbClock
* tbLineServicesUsage
* tbConformance
* **The tbDirectory Group:** This group contains the tbModuleTable and tbMIBObjetcs definition. The table can be used to view a list of all MIB-modules currently supported by TelcoBridges, and exposed by the TMedia hardware. The tbMIBObjects contains the tbTraps definition of TelcoBridges related traps.
* **The tbCommon Group:** This group contains two sub-groups: the tbHwCommon and the tbSwCommon.
  * The hardware sub-group contains different tables, that define MIB objects for hardware identification, version, temperature, power supply and fan. Sub-groups include:
    * tbHwIdentTable
    * tbHwVersionTable
    * tbHwTempTable
    * tbHwPowerSupplyTable
    * tbHwFanTable
  * The software sub-group contains different tables, that define MIB objects for software features, version and performance. Sub-groups include:
    * tbFeatureTable
    * tbSwVersionTable
    * tbSwPerfTable
* **The tbSignaling Group:** This group contains sub-groups, each with a different number of tables, that define MIB objects for SS7, SIGTRAN, ISDN, CAS, SIP and H.248 signaling protocols. Subgroups include:
  * tbMtp2
  * tbM2pa
  * tbM2ua
  * tbIua
  * tbM3ua
  * tbIsdn
  * tbCas
  * tbSip
  * tbH248
* **The tbCalls Group:** This group contains calls leg information.
* **The tbNAP Group:** This group contains network access point information.
* **The tbHighAvailibility Group:** This group contains two sub-groups: the tbHaNp1 and the tbHaApp.
  * The Np1 sub-group contains tbHaNp1Table, that define MIB objects for 1+1 and N+1 states.
  * The App sub-group contains tbHaAppTable, that define MIB objects for applications states
* **The tbClock Group:** This group contains tbClockTable, that define MIB objects for clocking.
* **The tbLineServicesUsage Group:** This group contains tbLineServicesUsageTable, that define MIB objects for line services usage information.
* **The tbHost Group:** This group contains tbHostTable, that define MIB objects for general host information.
* **The tbHostFeature Group:** This group contains tbHostFeatureTable, that define MIB objects for host license information (allowed features).
* **The tbHostFirewall Group:** This group contains tbHostFirewallTable, that define MIB objects for firewall (SBC) status and statistics.
* **The tbConformance Group:** This group contains only conformance information for the TB-MIB module. This is SMIv2-compliant information for setting compliance standards, and does not contain fetchable information.

### Download

The TB-MIB module file is backward compatible between Toolpack release, unless mentioned below.

* Toolpack release **v3.0 onward** : (last version) \[TB-MIB - 2018 [click to download](https://docs.telcobridges.com/w/images/9/9a/TB-MIB-2018.txt)]
* Toolpack release **previous to v3.0** : \[TB-MIB - 2016 [click to download](https://docs.telcobridges.com/w/images/5/52/TB-MIB-2016.txt)]
* Toolpack release **previous to v2.9** : \[TB-MIB - 2014 [click to download](https://docs.telcobridges.com/w/images/5/55/TB-MIB-2014.txt)]
* Toolpack release **previous to v2.8** : \[TB-MIB - 2012 [click to download](https://docs.telcobridges.com/w/images/7/7d/TB-MIB-2012.txt)]
* Toolpack release **previous to v2.6.30** : \[TB-MIB - 2011 [click to download](https://docs.telcobridges.com/w/images/7/78/TB-MIB-2011.txt)]


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/platforms-and-hardware/tb-mib.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
