Dashboard Overview
Connected Devices
0
Active Transceivers
0
Available Profiles
2
Operations Today
0
System Status
CMIS Parser Ready
Coder Service Active
No Devices Connected
Available Transceivers
| Port | Type | Status | Vendor | Part Number | Actions |
|---|---|---|---|---|---|
| No transceivers detected. Click "Detect" to scan for devices. | |||||
Coding Profiles
Loading coding profiles...
Encode/Decode Operations
Output
Output will appear here after executing an operation...
Install & Download
v1.0.0Grab the MDSI Transceiver Tools for your platform. All packages include the CLI, coding profiles, and SONiC integration helpers.
Python Wheel
Recommended for most Linux hosts and pip installs.
pip install mdsi_transceiver_tools-1.0.0-py3-none-any.whl
Source Tarball
Full source distribution, builds from source with pip.
pip install mdsi_transceiver_tools-1.0.0.tar.gz
PMON Installer
One-shot script to install inside the SONiC PMON container.
bash install_to_pmon.sh
Quick Install
1
Download the wheel
curl -O http://localhost:8080/dist/mdsi_transceiver_tools-1.0.0-py3-none-any.whl
2
Install with pip
pip3 install mdsi_transceiver_tools-1.0.0-py3-none-any.whl
3
Verify the CLI
mdsi-transceiver --help
SONiC PMON Install
1
Copy the package to the switch
scp mdsi_transceiver_tools-1.0.0-py3-none-any.whl admin@switch:/home/admin/
2
Drop it into the PMON container
docker cp mdsi_transceiver_tools-1.0.0-py3-none-any.whl pmon:/tmp/
3
Install and test
docker exec -it pmon pip3 install /tmp/mdsi_transceiver_tools-1.0.0-py3-none-any.whl
docker exec -it pmon mdsi-transceiver list-profiles
Recent Downloads
No downloads recorded yet.
Activity Logs
12:00:00
INFO