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
This document provides details on achieving Static Port Channel functionality in SONiC.
@@ -136,10 +134,10 @@ A user should be able to create the Port Channel in static or dynamic mode. For
136
134
Note: Port Channels are dynamic by default in SONiC.
137
135
138
136
### 3.1.2 Team Manager
139
-
Team Manager listens to Port Channel update events from the PORTCHANNEL and PORTCHANNEL_MEMBER table in CONFIG_DB. For the Static Port Channel add event it starts Teamd with round-robin as the runner; whereas for the dynamic Port Channel Teammgr starts Teamd with lacp as the runner.
137
+
Team Manager listens to Port Channel update events from the PORTCHANNEL and PORTCHANNEL_MEMBER table in CONFIG_DB. For the Static Port Channel add event it starts Teamd with load-balance as the runner; whereas for the dynamic Port Channel Teammgr starts Teamd with lacp as the runner.
140
138
141
139
When static port-channel is configured then teammgr invokes teamd instance as follows
0 commit comments