Skip to content

Commit

Permalink
Add LACP section
Browse files Browse the repository at this point in the history
  • Loading branch information
fyx authored May 1, 2023
1 parent ef2f0b8 commit 26dba07
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions misc.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,15 @@ sudo config mirror_session erspan add test-erspan 172.18.0.250 172.18.0.251 10 1

See `sudo config mirror_session erspan add --help` for details what the options are.
Also see the [ACL](acl.md) page for some details about ERSPAN.

## LACP / PortChannel

You can find a example in [SONiC Command Line Interface Guide](https://github.com/sonic-net/sonic-utilities/blob/master/doc/Command-Reference.md#portchannels). If you're using this to connect to other switches and routers, make sure to set fallback to false (so that you don't make a L2 loop).

If the PortChannel isn't showing up correcty, check if teamd feature is enabled and running:
```
(vrf:mgmt)root@sonic:~# show feature status teamd
Feature State AutoRestart
--------- ------- -------------
teamd enabled enabled
```

0 comments on commit 26dba07

Please sign in to comment.