Specifications
Table Of Contents
- Open Networking Hardware Diagnostic Guide June 2018
- About this guide
- ONIE and Dell EMC OS installation instructions
- ONIE overview
- Dell EMC DIAG OS
- Dell EMC DAIG-OS tools
- Dell EMC support

Syntax: opticstool <option>
Show the help-text:=
opticstool --h (or)
opticstool -h
Show port and optics status:=
opticstool --show[=brief] [--int=<interface>] (or)
opticstool -x[=brief] [-I <interface>]
Execute repeatedly command by count:=
opticstool --iteration=max/<count> [option1] [option2]... (or)
opticstool -I max/<count> [option1] [option2]...
opticstool --read --int=<interface> [--page=<page #>] [--index=<offset>] [--cnt=<length>](or)
opticstool -r -I <interface> [-p <page #>] [-i <offset>] [-C <length>]
opticstool --write --int=<interface> --page=<page #> --index=<offset> --val=<value> (or)
opticstool -w -i <interface> -p <page #> -i <offset> -V <value>
Usage:
-h, --h Show the help text
-x, --show= Show operation
-F, --int Interface ID
-I, --iteration= Iteration command execution
-r, --read Read operation
-w, --write Write operation
• show —Shows information about the optic devices. With the brief option, only the ID and presence displays. Without the brief
option, more details display, such as the serial number and device type. If you specify an interface, more detail displays about that
device by reading the EEPROM.
Output
show=brief output
root@dell-diag-os:~# opticstool --show=brief
Show Optics in System (brief)
Port # Name Status
------ -------- ------
1 SFP+ 1 PRESENT
2 SFP+ 2 PRESENT
3 SFP+ 3 PRESENT
4 SFP+ 4 PRESENT
5 SFP+ 5 PRESENT
6 SFP+ 6 PRESENT
7 SFP+ 7 PRESENT
8 SFP+ 8 PRESENT
9 SFP+ 9 PRESENT
10 SFP+ 10 PRESENT
11 SFP+ 11 PRESENT
12 SFP+ 12 PRESENT
13 SFP+ 13 PRESENT
14 SFP+ 14 PRESENT
15 SFP+ 15 PRESENT
16 SFP+ 16 PRESENT
17 SFP+ 17 PRESENT
18 SFP+ 18 PRESENT
19 SFP+ 19 PRESENT
20 SFP+ 20 PRESENT
21 SFP+ 21 PRESENT
22 SFP+ 22 PRESENT
23 SFP+ 23 PRESENT
24 SFP+ 24 PRESENT
25 SFP+ 25 PRESENT
26 SFP+ 26 PRESENT
27 SFP+ 27 PRESENT
28 SFP+ 28 PRESENT
29 SFP+ 29 PRESENT
30 SFP+ 30 PRESENT
31 SFP+ 31 PRESENT
Dell EMC DAIG-OS tools
57