Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input output power #3302

Merged
merged 15 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,41 @@ power.
* Typical min/max value range for RX Signal Power -14 to 0 dbm.
* Typical min/max value range for TX Output Power -10 to -6 dbm.

## Config Parameter coverage

* /components/component/transceiver/config/enabled

## Telemetry Parameter coverage

* /components/component/optical-channel/state/input-power/instant
* /components/component/optical-channel/state/input-power/avg
* /components/component/optical-channel/state/input-power/min
* /components/component/optical-channel/state/input-power/max
* /components/component/optical-channel/state/output-power/instant
* /components/component/optical-channel/state/output-power/avg
* /components/component/optical-channel/state/output-power/min
* /components/component/optical-channel/state/output-power/max
* /components/component/transceiver/physical-channel/channel/state/input-power/instant
* /components/component/transceiver/physical-channel/channel/state/input-power/min
* /components/component/transceiver/physical-channel/channel/state/input-power/max
* /components/component/transceiver/physical-channel/channel/state/input-power/avg
## OpenConfig Path and RPC Coverage

```yaml
paths:
# Config Parameter coverage
/interfaces/interface/config/enabled:
# Telemetry Parameter coverage
/components/component/optical-channel/state/input-power/instant:
platform_type: ["OPTICAL_CHANNEL"]
/components/component/optical-channel/state/input-power/avg:
platform_type: ["OPTICAL_CHANNEL"]
/components/component/optical-channel/state/input-power/min:
platform_type: ["OPTICAL_CHANNEL"]
/components/component/optical-channel/state/input-power/max:
platform_type: ["OPTICAL_CHANNEL"]
/components/component/optical-channel/state/output-power/instant:
platform_type: ["OPTICAL_CHANNEL"]
/components/component/optical-channel/state/output-power/avg:
platform_type: ["OPTICAL_CHANNEL"]
/components/component/optical-channel/state/output-power/min:
platform_type: ["OPTICAL_CHANNEL"]
/components/component/optical-channel/state/output-power/max:
platform_type: ["OPTICAL_CHANNEL"]
/components/component/transceiver/physical-channels/channel/state/input-power/instant:
platform_type: [ "TRANSCEIVER" ]
/components/component/transceiver/physical-channels/channel/state/input-power/min:
platform_type: [ "TRANSCEIVER" ]
/components/component/transceiver/physical-channels/channel/state/input-power/max:
platform_type: [ "TRANSCEIVER" ]
/components/component/transceiver/physical-channels/channel/state/input-power/avg:
platform_type: [ "TRANSCEIVER" ]

rpcs:
gnmi:
gNMI.Get:
gNMI.Set:
gNMI.Subscribe:
```
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@
uuid: "67be4256-6965-4a6d-bc68-322c878cbc73"
plan_id: "TRANSCEIVER-4"
description: "Telemetry: 400ZR RX input and TX output power telemetry values streaming."
testbed: TESTBED_DUT_ATE_2LINKS
testbed: TESTBED_DUT_400ZR
platform_exceptions: {
platform: {
vendor: ARISTA
}
deviations: {
default_network_instance: "default"
}
}
Loading
Loading