Difference between revisions of "Redhat"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "# Network Teams - https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-comparison_of_network_teaming_to_bonding - https://access...")
 
Line 3: Line 3:
 
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-configure_teamd_runners#sec-Configure_the_LACP_Runner
 
- https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-configure_teamd_runners#sec-Configure_the_LACP_Runner
 
- https://access.redhat.com/solutions/1248793  - network team with vlans
 
- https://access.redhat.com/solutions/1248793  - network team with vlans
 +
 +
```
 +
{
 +
  "device": "team0",
 +
  "runner": {
 +
      "name": "lacp",
 +
      "active": true,
 +
      "fast_rate": true,
 +
      "tx_hash": ["eth", "ipv4", "ipv6"]
 +
  },
 +
    "link_watch": {"name": "ethtool"},
 +
    "ports": {"em1": {}, "em2": {}}
 +
}
 +
```

Revision as of 18:45, 28 April 2020

Network Teams

{
   "device": "team0",
   "runner": {
       "name": "lacp",
       "active": true,
       "fast_rate": true,
       "tx_hash": ["eth", "ipv4", "ipv6"]
   },
     "link_watch": {"name": "ethtool"},
     "ports": {"em1": {}, "em2": {}}
}