/
statistics on interfcae bond0 linux
statistics on interfcae bond0 linux
ip -s -s link show dev bond0 | |
repeat command | watch |
watch -n 1 ip -s -s link show dev bond0 | |
netplan | |
netplan config more /etc/netplan/50-cloud-init.yaml # This file is generated from information provided by the datasource. Changes # to it will not persist across an instance reboot. To disable cloud-init's # network configuration capabilities, write a file # /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following: # network: {config: disabled} network: ethernets: eno1: dhcp4: false dhcp6: false eno2: dhcp4: false dhcp6: false . . . bonds: bond0: addresses: - 10.0.0.1/24 interfaces: - eno1 - eno2 parameters: mode: 802.3ad lacp-rate: slow transmit-hash-policy: layer3+4 mii-monitor-interval: 1 version: 2 | |
lacp-rate: slow :
| |
, multiple selections available,
Related content
IMIX traffic using iperf3
IMIX traffic using iperf3
More like this
CFM on OcNOS
CFM on OcNOS
More like this
po port channel or link aggregation LAG
po port channel or link aggregation LAG
More like this
LDP config and LDP-FRR configuration
LDP config and LDP-FRR configuration
More like this
arp static linux
arp static linux
More like this
Basic config ssh callhome for SDWAN
Basic config ssh callhome for SDWAN
More like this