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

[show][interfaces] Add proposal for show interface errors {port} #3623

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 4 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
33 changes: 32 additions & 1 deletion doc/Command-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -5121,6 +5121,37 @@ This command is to display the link-training status of the selected interfaces.
Ethernet8 trained on up up
```

**show interfaces errors**

The show interface errors command provides detailed statistics and error counters for MAC-level operations on an interface. It displays the status of various operational parameters, error counts, and timestamps for when these errors occurred.

- Usage:
```
show interfaces errors [<interface_name>]
```

- Example:
```
admin@sonic:~$ show interfaces errors Ethernet4
vdahiya12 marked this conversation as resolved.
Show resolved Hide resolved
Port Errors Count Last timestamp(UTC)
---------------------------------- ----- -------------------
oper_error_status 5442 2024-11-02 04:00:05
mac_local_fault_count 2 2024-11-02 04:00:05
vdahiya12 marked this conversation as resolved.
Show resolved Hide resolved
fec_sync_loss_count 2 2024-11-02 04:00:05
fec_alignment_loss_count 2 2024-11-02 04:00:05
high_ser_error_count 2 2024-11-02 04:00:05
high ber_error_count 2 2024-11-02 04:00:05
data_unit_crc_error_count 2 2024-11-02 04:00:05
data_unit_misalignment_error_count 2 2024-11-02 04:00:05
signal_local_error_count 2 2024-11-02 04:00:05
mac_remote_fault_count 2 2024-11-02 04:00:50
crc_rate_count 2 2024-11-02 04:00:50
data_unit_size_count 2 2024-11-02 04:00:50
code_group_error_count 0 Never
no_rx_reachability_count 0 Never
```


**show interfaces mpls**

This command is used to display the configured MPLS state for the list of configured interfaces.
Expand Down Expand Up @@ -13907,4 +13938,4 @@ enabled Login You are on
All access and/or use are subject to monitoring.

Help: https://sonic-net.github.io/SONiC/
```
```
Loading