@@ -28,6 +28,7 @@ PHY PCS/PMD status monitoring
28
28
| ----- | ---------- | ------------- | -------------------- |
29
29
| 0.1 | 04/14/2021 | Steven Lu | Initial proposal
30
30
| 0.2 | 05/21/2021 | Vishnu Shetty | Phase 1 and 2 design |
31
+ | 0.3 | 07/08/2021 | Vishnu Shetty | Review comments |
31
32
32
33
# About this Manual
33
34
@@ -256,7 +257,7 @@ Its suggested to use between 1 to 5 sec.
256
257
PMD cdr lock : ok since May-04-2021 10:40:00
257
258
```
258
259
259
- The time stamp show last "nok" recorded status.
260
+ The time stamp show last "nok" recorded status. The output will depend on diag mode. Few status entries can be polled in non-diag mode as well.
260
261
261
262
**show interface pcs counters**
262
263
```
@@ -270,14 +271,16 @@ The time stamp show last "nok" recorded status.
270
271
FEC symbol errors : 1234 at May-05-2021 16:49:12
271
272
```
272
273
273
- Show last non-zero value and time stamp. Future enahncement needed to count number of non-zero updates and cumulative counter.
274
+ Show last non-zero value and time stamp. Future enahncement needed to count number of non-zero updates, histogram and cumulative counter.
274
275
275
276
#### 3.6.2.3 Debug Commands
276
277
277
278
#### 3.6.2.4 IS-CLI Compliance
278
279
279
280
### 3.6.3 REST API Support
280
281
282
+ Port extenstion yang will be defined to support the REST interface.
283
+
281
284
### 3.6.4 Service and Docker Management
282
285
283
286
# 4 Flow Diagrams
@@ -286,10 +289,14 @@ Show last non-zero value and time stamp. Future enahncement needed to count numb
286
289
287
290
# 6 Serviceability and Debug
288
291
292
+ The PCS commands will be part of tech support dump.
293
+
289
294
# 7 Warm Boot Support
290
295
291
296
# 8 Scalability
292
297
293
298
# 9 Unit Test
294
299
300
+ Use external devices (ie.g IXIA) to test the counters/status. Not all counters/status supported.
301
+
295
302
# 10 Internal Design Information
0 commit comments