We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4797cdc commit bff2239Copy full SHA for bff2239
docs/networking/deep-dive.md
@@ -107,7 +107,7 @@ External network devices typically refer to switches and DHCP servers. With a cl
107
| --- | ----------- |
108
| mode 0(balance-rr) | manual |
109
| mode 1(active-backup) | none |
110
- | mdoe 2(balance-oxr) | manual |
+ | mode 2(balance-oxr) | manual |
111
| mode 3(broadcast) | manual |
112
| mode 4(802.3ad) | LACP |
113
| mode 5(balance-tlb) | none |
@@ -124,7 +124,7 @@ interface g0/25
124
switchport mode trunk
125
channel-group 1 mode active
126
127
-interface g0/27
+interface g0/27
128
switchport trunk encapsulation dot1q
129
130
0 commit comments