Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.11 KB

⚠️ DEPRECATION NOTICE ⚠️

This project has been merged into EMS repository.

eeprom-presenter

Simple container with commands to list optical interfaces and show EEPROM on them.

How to build on any Linux

Prepare EEPROM files for interfaces and move them to eeproms (remove default eth0 folder before).

Note: folders' names in eeproms directory should reflect network interfaces' names (what is not cover here).

Then:

docker build -t pi-wegrzyn/eeprom-presenter:latest .

How to run on any Linux

docker run -ti pi-wegrzyn/eeprom-presenter

Usage

# Show optic ports:
show-fiber-interfaces

# Show EEPROM on interface:
show-eeprom <IFACE>

How to run in GNS3's project

SSH to our GNS3 server and build container as above. Then follow that guide.

Note: Default GNS3 interfaces are enumerating as eth0, eth1 and so on.

Note: Do not type exit in console because it leads to shutdown container.

License

All software is under GNU GPL version 3.