> 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/configuration/status-menus-adapters-and-ip-interfaces.md).

# Status Menus:Adapters and IP Interfaces

#### ***Applies to version(s): v2.6.***

General and detailed status information about the Tmedia units, also referred to as adapters, is accessible from the Hardware tab of the Global Status view.

### Adapters (general view)

The general view of the Hardware status screen provides information about the Tmedia units in a system. From this view you can know the status of Tmedia units by seeing if they are up, down, or disabled. In addition, similar information can be known about the IP interfaces of the Tmedia units. Selecting a Tmedia unit link will cause its detailed view to be displayed. The same is true for the IP interface links.

![Toolpack v2.6 Adapters Tab](https://docs.telcobridges.com/w/images/3/3d/Toolpack_v2.6_Adapters_Tab.png)

### Adapters (detailed view)

The Adapters detailed view groups status information about a specific adapter under three tabs, as follows:

* Hardware
* Sensors
* Licensed Features

#### Hardware

The Hardware status screen displays detailed information about the Tmedia unit, such as the software version, the firmware version, and the configuration state. From this view, the OAM target state can be modified from enabled to disabled, and the option to reboot the adapter or not can be changed.

* Select an Adapter to view its detailed status.

![Toolpack v2.6 Adapter Hardware](https://docs.telcobridges.com/w/images/c/ca/Toolpack_v2.6_Adapter_Hardware.png)

#### Sensors

The Sensors status screen displays detailed information about the temperature and voltage recorded by various sensors located inside the Tmedia unit chassis.

![Toolpack v2.5 Adapter Sensors](https://docs.telcobridges.com/w/images/1/14/Toolpack_v2.5_Adapter_Sensors.png)

#### Licensed Features

The Licensed Feature status screen displays detailed information about licensed features. A zero in the 'Effective feature cnt' column indicates that the Tmedia unit does not have access to the feature.

![Toolpack v2.6 Adapter Licensed Features](https://docs.telcobridges.com/w/images/e/ea/Toolpack_v2.6_Adapter_Licensed_Features.png)

### IP Interfaces (detailed view)

The IP Interfaces status screen displays detailed information about a specific IP interface. This view displays the state of the link, its activity, and configuration settings.

![Toolpack v2.5 IP Interface Status](https://docs.telcobridges.com/w/images/b/be/Toolpack_v2.5_IP_Interface_Status.png)


---

# 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/configuration/status-menus-adapters-and-ip-interfaces.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.
