You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Portchannel related updates for the Interface down reason (sonic-net#189)
* The document is updated with below content:
1. Removed portchannel down reason flags from show portchannel summary command.
2. Added portchannel down reason in the output show interface status.
Note: Portchannels were not displayed in the output show interface status; we'll start displaying the same from SONiC 4.0.0.
* Fixing few indentation issues
* Fixing few indentation issues
* Fixing few indentation issues
@@ -108,7 +110,11 @@ So an interface flap affects the system in general and hence it is important to
108
110
- PHY link up
109
111
110
112
1.3 - The list of reasons to be supported on port channel interfaces:
111
-
113
+
- Admin down
114
+
- Min links criteria not met
115
+
- Error disabled
116
+
- All the member ports are link down
117
+
- LACP convergence failed for member ports
112
118
113
119
2 Functionality
114
120
@@ -248,27 +254,33 @@ Output statistics:
248
254
```
249
255
250
256
#### Port channel interface
251
-
- New “oper-status” flags in show portchannel summary command:
252
-
Err-disabled
253
-
Min-links-not-met
257
+
-*show interface status*
258
+
Along with the physical interfaces, configured portchannel interfaces are displayed in this command output. The new column, "Reason" displays the high level reason for portchannel down. The reasons are
254
259
Admin-down
255
-
LACP-convergence-failed
260
+
Min-links
261
+
Err-disabled
262
+
All-links-down
263
+
LACP-fail
256
264
257
265
```
258
-
sonic# show PortChannel summary
259
-
Flags(oper-status): E - Err-disabled M - Oper down(Min-links-not-met) A - Admin-down L - LACP
260
-
-convergence-failed D - Down U - Up (portchannel) P - Up in portchannel (members)
0 commit comments