Displaying 4 results from an estimated 4 matches for "ad_select".
Did you mean:
cmd_select
2019 Sep 20
0
7.7.1908, interface bonding, and default route
...s problem before?
>
I have a similar set up to you, and just did the upgrade to 1908, I
didn't experience the problem you had, I can't see anything out of the
ordinary in your network files.
I originally set up my bond using nmtui
Here is my configuration:
#Bond:
BONDING_OPTS="ad_select=stable all_slaves_active=0 arp_all_targets=any
downdelay=0 fail_over_mac=none lp_interval=1 miimon=100 min_links=0
mode=802.3ad num_grat_arp=1 num_unsol_na=1 primary_reselect=always
resend_igmp=1 updelay=0 use_carrier=1 xmit_hash_policy=layer2"
TYPE=Bond
BONDING_MASTER=yes
PROXY_METHOD=none...
2013 Mar 25
1
Bonded interfaces - testing
...ding/bond0
Ethernet Channel Bonding Driver: v3.6.0 (September 26, 2009)
Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2 (0)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
802.3ad info
LACP rate: slow
Aggregator selection policy (ad_select): stable
Active Aggregator Info:
Aggregator ID: 2
Number of ports: 4
Actor Key: 17
Partner Key: 420
Partner Mac Address: 10:0d:7f:4c:16:ca
Slave Interface: eth0
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 2c:76:8a:5d...
2019 Sep 20
2
7.7.1908, interface bonding, and default route
Hi!
I just upgraded a machine to 7.7.1908 and the default route is not being
set on boot. This particular server has a bonded interface, and the
corresponding configuration for the master is (
/etc/sysconfig/network-scripts/ifcfg-bond0):
TYPE=Bond
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
NAME=bond0
DEVICE=bond0
ONBOOT=yes
IPADDR=10.3.20.131
PREFIX=24
2019 Feb 06
2
Pb with bounding
...ER=bond0
SLAVE=yes
NM_CONTROLLED=no
- the bond0 declaration:
:/etc/sysconfig/network-scripts# cat ifcfg-bond0
DEVICE=bond0
TYPE=Ethernet
BONDING_MASTER=yes
BOOTPROTO=none
ONBOOT=yes
NM_CONTROLLED=no
# IP
IPADDR=172.16.1.128
PREFIX=16
GATEWAY=172.16.0.254
# Bonding
BONDING_OPTS="mode=802.3ad ad_select=stable use_carrier=1 miimon=100 arp_ip_target=172.16.1.128 updelay=100 lacp_rate=fast"
USERCTL=no
After a ? systemctl restart network ?:
:/etc/sysconfig/network-scripts# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00...