Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions doc/Command-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4116,6 +4116,36 @@ This command is used to enable or disable low-power mode for an SFP transceiver
Disabling low-power mode for port Ethernet0... OK
```

**config interface transceiver frequency**

This command is used to set the coherent module laser frequency

- Usage:
```
config interface transceiver frequency <interface_name> <frequency_value>
```

- Examples:
```
user@sonic:~# config interface transceiver frequency Ethernet0 196100
Setting laser frequency to 196100 GHz on port Ethernet0
```

**config interface transceiver tx_power**

This command is used to set the coherent module tx power

- Usage:
```
config interface transceiver tx_power <interface_name> <tx_power_value>
```

- Examples:
```
user@sonic:~# config interface transceiver tx_power Ethernet0 -- -10.0
Setting target Tx output power to -10.0 dBm on port Ethernet0
```

**config interface transceiver reset**

This command is used to reset an SFP transceiver
Expand Down