diff --git a/docs/networking/deep-dive.md b/docs/networking/deep-dive.md index 0d121c7eee1..8b60e765f18 100644 --- a/docs/networking/deep-dive.md +++ b/docs/networking/deep-dive.md @@ -107,7 +107,7 @@ External network devices typically refer to switches and DHCP servers. With a cl | --- | ----------- | | mode 0(balance-rr) | manual | | mode 1(active-backup) | none | - | mdoe 2(balance-oxr) | manual | + | mode 2(balance-oxr) | manual | | mode 3(broadcast) | manual | | mode 4(802.3ad) | LACP | | mode 5(balance-tlb) | none | @@ -124,7 +124,7 @@ interface g0/25 switchport mode trunk channel-group 1 mode active -interface g0/27 +interface g0/27 switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode active