forked from spinesystemspublic/documentation
Add gos docs 4
This commit is contained in:
+12
@@ -1,3 +1,15 @@
|
||||
# Networking
|
||||
|
||||
## Bonding
|
||||
|
||||
Traffic is distributed between interfaces using LACP protocol. It is recommended to use LACP on switch side too.
|
||||
It is also recommended to enable layer2+3 hashing for better traffic distribution.
|
||||
|
||||
```
|
||||
ip link set bond0 type bond xmit_hash_policy layer3+4
|
||||
```
|
||||
|
||||
|
||||
## collectd
|
||||
|
||||
### Forwarding collectd metrics to another collectd instance
|
||||
|
||||
Reference in New Issue
Block a user