Bond drops packets, but associated Ethernet ports not drop any

Hello,
This is my first post.
we use VyOS 1.1.7 on one bonding interface bond1 with three contributing ethernet ports we are seeing high drop packets, but contributing ethernet ports are clear of errors.

Any help what could causing this will be greatly appreciated.

Bond interface:
:~$ sh interfaces bonding bond1
bond1: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1552 qdisc noqueue state UP group default
link/ether 00:12:c0:4c:6d:47 brd ff:ff:ff:ff:ff:ff
inet6 fe80::212:c0ff:fe4c:6d47/64 scope link
valid_lft forever preferred_lft forever
Description: bond_3x1G

RX:  bytes    packets     errors    dropped    overrun      mcast
166973252655839 211614298744          2  277525659          0  129264697
TX:  bytes    packets     errors    dropped    carrier collisions
166683444126427 210467636544          0          0          0          0

Ethernet ports:
:~$ sh interfaces ethernet eth0
eth0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1552 qdisc mq master bond1 state UP group default qlen 1000
link/ether 00:12:c0:4c:6d:47 brd ff:ff:ff:ff:ff:ff
Description: to_Gi3/3

RX:  bytes    packets     errors    dropped    overrun      mcast
49423988405539 62649747217          0          0          0  122288382
TX:  bytes    packets     errors    dropped    carrier collisions
14964321180640 18887224562          0          0          0          0

:~$ sh interfaces ethernet eth1
eth1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1552 qdisc mq master bond1 state UP group default qlen 1000
link/ether 00:12:c0:4c:6d:47 brd ff:ff:ff:ff:ff:ff
Description: to_Gi5/3

RX:  bytes    packets     errors    dropped    overrun      mcast
53809509661762 70396961252          2          0          0    5061557
TX:  bytes    packets     errors    dropped    carrier collisions
4894376578795 7691260992          0          0          0          0

:~$ sh interfaces ethernet eth2
eth2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1552 qdisc mq master bond1 state UP group default qlen 1000
link/ether 00:12:c0:4c:6d:47 brd ff:ff:ff:ff:ff:ff
Description: to_Gi6/3

RX:  bytes    packets     errors    dropped    overrun      mcast
63738535049003 78565651033          0          0          0    1914256
TX:  bytes    packets     errors    dropped    carrier collisions
146823762838240 183887672713          0          0          0          0

Also the packet dropping is happening in saw pattern.

Hello @petr, VyOS 1.1.x EOL, I think you need trying to upgrade your router.
The first question, which bonding type used?
Do you have graphics per interfaces?

I am new to VyOS. I assume you want this info:
bonding bond1 {
description bond_3x1G
hash-policy layer2
mode 802.3ad
mtu 1552
vif 201 {
the rest of config omitted

Check please also

show interfaces ethernet eth0 statistics
show interfaces ethernet eth1 statistics 
show interfaces ethernet eth2 statistics 

I prefer an output of the command

show configuration commands | match bonding
csadmin@edge2-cvdc:~$ show interfaces ethernet eth0 statistics
NIC statistics:
     rx_packets: 62791254150
     tx_packets: 18943635488
     rx_bytes: 50005510843833
     tx_bytes: 15145351960210
     rx_broadcast: 105235609
     tx_broadcast: 1155834
     rx_multicast: 122389910
     tx_multicast: 5227785
     multicast: 122389910
     collisions: 0
     rx_crc_errors: 0
     rx_no_buffer_count: 0
     rx_missed_errors: 0
     tx_aborted_errors: 0
     tx_carrier_errors: 0
     tx_window_errors: 0
     tx_abort_late_coll: 0
     tx_deferred_ok: 24303
     tx_single_coll_ok: 0
     tx_multi_coll_ok: 0
     tx_timeout_count: 0
     rx_long_length_errors: 0
:
NIC statistics:
     rx_packets: 62791254150
     tx_packets: 18943635488
     rx_bytes: 50005510843833
     tx_bytes: 15145351960210
     rx_broadcast: 105235609
     tx_broadcast: 1155834
     rx_multicast: 122389910
     tx_multicast: 5227785
     multicast: 122389910
     collisions: 0
     rx_crc_errors: 0
     rx_no_buffer_count: 0
     rx_missed_errors: 0
     tx_aborted_errors: 0
     tx_carrier_errors: 0
     tx_window_errors: 0
     tx_abort_late_coll: 0
     tx_deferred_ok: 24303
     tx_single_coll_ok: 0
     tx_multi_coll_ok: 0
     tx_timeout_count: 0
     rx_long_length_errors: 0
     rx_short_length_errors: 0
     rx_align_errors: 0
     tx_tcp_seg_good: 1738196275
     tx_tcp_seg_failed: 0
     rx_flow_control_xon: 2958702
     rx_flow_control_xoff: 2958702
     tx_flow_control_xon: 4156570
     tx_flow_control_xoff: 4108500
     rx_long_byte_count: 50005510843833
     tx_dma_out_of_sync: 0
     tx_smbus: 0
     rx_smbus: 0
     dropped_smbus: 0
     os2bmc_rx_by_bmc: 0
     os2bmc_tx_by_bmc: 0
     os2bmc_tx_by_host: 0
     os2bmc_rx_by_host: 0
     tx_hwtstamp_timeouts: 0
     rx_hwtstamp_cleared: 0
     rx_errors: 0
     tx_errors: 0
     tx_dropped: 0
     rx_length_errors: 0
     rx_over_errors: 0
     rx_frame_errors: 0
     rx_fifo_errors: 79781
     tx_fifo_errors: 0
     tx_heartbeat_errors: 0
     tx_queue_0_packets: 2383975
     tx_queue_0_bytes: 100127002
     tx_queue_0_restart: 0
     tx_queue_1_packets: 2
     tx_queue_1_bytes: 188
     tx_queue_1_restart: 0
     tx_queue_2_packets: 4
     tx_queue_2_bytes: 376
     tx_queue_2_restart: 0
     tx_queue_3_packets: 9912
     tx_queue_3_bytes: 1087892
     tx_queue_3_restart: 0
     tx_queue_4_packets: 892011
     tx_queue_4_bytes: 91755596
     tx_queue_4_restart: 0
     tx_queue_5_packets: 129289
     tx_queue_5_bytes: 16031746
     tx_queue_5_restart: 0
     tx_queue_6_packets: 18939025901
     tx_queue_6_bytes: 14986796518235
     tx_queue_6_restart: 654087
     tx_queue_7_packets: 1194394
     tx_queue_7_bytes: 81292832
     tx_queue_7_restart: 0
     rx_queue_0_packets: 5916046488
     rx_queue_0_bytes: 4699714947647
     rx_queue_0_drops: 11606
     rx_queue_0_csum_err: 244
     rx_queue_0_alloc_failed: 0
     rx_queue_1_packets: 7672702243
     rx_queue_1_bytes: 6486389530306
     rx_queue_1_drops: 317
     rx_queue_1_csum_err: 688
     rx_queue_1_alloc_failed: 0
     rx_queue_2_packets: 12287811510
     rx_queue_2_bytes: 5796919408056
     rx_queue_2_drops: 1256
     rx_queue_2_csum_err: 312
     rx_queue_2_alloc_failed: 0
     rx_queue_3_packets: 6181880929
     rx_queue_3_bytes: 5019054265794
     rx_queue_3_drops: 64717
     rx_queue_3_csum_err: 397
     rx_queue_3_alloc_failed: 0
     rx_queue_4_packets: 13353239329
     rx_queue_4_bytes: 13765288366203
     rx_queue_4_drops: 167
     rx_queue_4_csum_err: 305
     rx_queue_4_alloc_failed: 0
     rx_queue_5_packets: 5874435345
     rx_queue_5_bytes: 4485652211261
     rx_queue_5_drops: 334
     rx_queue_5_csum_err: 316
     rx_queue_5_alloc_failed: 0
     rx_queue_6_packets: 5387974561
     rx_queue_6_bytes: 4350227529811
     rx_queue_6_drops: 1226
     rx_queue_6_csum_err: 413
     rx_queue_6_alloc_failed: 0
     rx_queue_7_packets: 6123001379
     rx_queue_7_bytes: 4900475660534
     rx_queue_7_drops: 158
     rx_queue_7_csum_err: 304
     rx_queue_7_alloc_failed: 0
csadmin@edge2-cvdc:~$



csadmin@edge2-cvdc:~$ show interfaces ethernet eth1 statistics
NIC statistics:
     rx_packets: 70502666290
     tx_packets: 7701944412
     rx_bytes: 54460071094475
     tx_bytes: 4966900812701
     rx_broadcast: 4184330
     tx_broadcast: 15
     rx_multicast: 5066802
     tx_multicast: 24190819
     multicast: 5066802
     collisions: 0
     rx_crc_errors: 1
     rx_no_buffer_count: 0
     rx_missed_errors: 0
     tx_aborted_errors: 0
     tx_carrier_errors: 0
     tx_window_errors: 0
     tx_abort_late_coll: 0
     tx_deferred_ok: 94836
     tx_single_coll_ok: 0
     tx_multi_coll_ok: 0
     tx_timeout_count: 0
     rx_long_length_errors: 0
     rx_short_length_errors: 0
     rx_align_errors: 0
     tx_tcp_seg_good: 785373691
     tx_tcp_seg_failed: 0
     rx_flow_control_xon: 25817264
     rx_flow_control_xoff: 25817264
     tx_flow_control_xon: 5496794
     tx_flow_control_xoff: 5433432
     rx_long_byte_count: 54460071094475
     tx_dma_out_of_sync: 0
     tx_smbus: 0
     rx_smbus: 0
     dropped_smbus: 0
     os2bmc_rx_by_bmc: 0
     os2bmc_tx_by_bmc: 0
     os2bmc_tx_by_host: 0
     os2bmc_rx_by_host: 0
     tx_hwtstamp_timeouts: 0
     rx_hwtstamp_cleared: 0
     rx_errors: 2
     tx_errors: 0
     tx_dropped: 0
     rx_length_errors: 0
     rx_over_errors: 0
     rx_frame_errors: 0
     rx_fifo_errors: 111032
     tx_fifo_errors: 0
     tx_heartbeat_errors: 0
     tx_queue_0_packets: 1605001
     tx_queue_0_bytes: 67410798
     tx_queue_0_restart: 0
     tx_queue_1_packets: 26
     tx_queue_1_bytes: 1994
     tx_queue_1_restart: 0
     tx_queue_2_packets: 253159
     tx_queue_2_bytes: 24180353
     tx_queue_2_restart: 0
     tx_queue_3_packets: 290857
     tx_queue_3_bytes: 24660227
     tx_queue_3_restart: 0
     tx_queue_4_packets: 3925133
     tx_queue_4_bytes: 354949562
     tx_queue_4_restart: 0
     tx_queue_5_packets: 129305
     tx_queue_5_bytes: 16033094
     tx_queue_5_restart: 0
     tx_queue_6_packets: 7695740908
     tx_queue_6_bytes: 4902815389495
     tx_queue_6_restart: 496118
     tx_queue_7_packets: 23
     tx_queue_7_bytes: 1888
     tx_queue_7_restart: 0
     rx_queue_0_packets: 8759790421
     rx_queue_0_bytes: 6130861646239
     rx_queue_0_drops: 21286
     rx_queue_0_csum_err: 554
     rx_queue_0_alloc_failed: 0
     rx_queue_1_packets: 8460613690
     rx_queue_1_bytes: 6315405114518
     rx_queue_1_drops: 769
     rx_queue_1_csum_err: 508
     rx_queue_1_alloc_failed: 0
     rx_queue_2_packets: 6540701420
     rx_queue_2_bytes: 5504471832594
     rx_queue_2_drops: 57
     rx_queue_2_csum_err: 433
     rx_queue_2_alloc_failed: 0
     rx_queue_3_packets: 6828276493
     rx_queue_3_bytes: 5830526892484
     rx_queue_3_drops: 87023
     rx_queue_3_csum_err: 580
     rx_queue_3_alloc_failed: 0
     rx_queue_4_packets: 9336693097
     rx_queue_4_bytes: 7112878878783
     rx_queue_4_drops: 316
     rx_queue_4_csum_err: 513
     rx_queue_4_alloc_failed: 0
     rx_queue_5_packets: 13194010441
     rx_queue_5_bytes: 10151712186355
     rx_queue_5_drops: 151
     rx_queue_5_csum_err: 363
     rx_queue_5_alloc_failed: 0
     rx_queue_6_packets: 10036634609
     rx_queue_6_bytes: 6732304714944
     rx_queue_6_drops: 379
     rx_queue_6_csum_err: 368
     rx_queue_6_alloc_failed: 0
     rx_queue_7_packets: 7397469619
     rx_queue_7_bytes: 6121001812536
     rx_queue_7_drops: 1051
     rx_queue_7_csum_err: 487
     rx_queue_7_alloc_failed: 0
csadmin@edge2-cvdc:~$





csadmin@edge2-cvdc:~$ show interfaces ethernet eth2 statistics
NIC statistics:
     rx_packets: 78538720046
     tx_packets: 184318432366
     rx_bytes: 64496987828338
     tx_bytes: 148617028570715
     rx_broadcast: 2893661
     tx_broadcast: 27
     rx_multicast: 1918057
     tx_multicast: 5003569
     multicast: 1918057
     collisions: 0
     rx_crc_errors: 0
     rx_no_buffer_count: 0
     rx_missed_errors: 0
     tx_aborted_errors: 0
     tx_carrier_errors: 0
     tx_window_errors: 0
     tx_abort_late_coll: 0
     tx_deferred_ok: 1993527
     tx_single_coll_ok: 0
     tx_multi_coll_ok: 0
     tx_timeout_count: 0
     rx_long_length_errors: 0
     rx_short_length_errors: 0
     rx_align_errors: 0
     tx_tcp_seg_good: 16218152186
     tx_tcp_seg_failed: 0
     rx_flow_control_xon: 110062587
     rx_flow_control_xoff: 110062587
     tx_flow_control_xon: 3642973
     tx_flow_control_xoff: 3606675
     rx_long_byte_count: 64496987828338
     tx_dma_out_of_sync: 0
     tx_smbus: 0
     rx_smbus: 0
     dropped_smbus: 0
     os2bmc_rx_by_bmc: 0
     os2bmc_tx_by_bmc: 0
     os2bmc_tx_by_host: 0
     os2bmc_rx_by_host: 0
     tx_hwtstamp_timeouts: 0
     rx_hwtstamp_cleared: 0
     rx_errors: 0
     tx_errors: 0
     tx_dropped: 0
     rx_length_errors: 0
     rx_over_errors: 0
     rx_frame_errors: 0
     rx_fifo_errors: 321765
     tx_fifo_errors: 0
     tx_heartbeat_errors: 0
     tx_queue_0_packets: 1151642
     tx_queue_0_bytes: 48370960
     tx_queue_0_restart: 0
     tx_queue_1_packets: 61
     tx_queue_1_bytes: 4742
     tx_queue_1_restart: 0
     tx_queue_2_packets: 1901959
     tx_queue_2_bytes: 166032723
     tx_queue_2_restart: 0
     tx_queue_3_packets: 1553552
     tx_queue_3_bytes: 104998634
     tx_queue_3_restart: 0
     tx_queue_4_packets: 925010
     tx_queue_4_bytes: 103374682
     tx_queue_4_restart: 0
     tx_queue_5_packets: 129323
     tx_queue_5_bytes: 16034508
     tx_queue_5_restart: 0
     tx_queue_6_packets: 184312770722
     tx_queue_6_bytes: 147104727535095
     tx_queue_6_restart: 513383293
     tx_queue_7_packets: 115
     tx_queue_7_bytes: 8798
     tx_queue_7_restart: 0
     rx_queue_0_packets: 10370000550
     rx_queue_0_bytes: 7661311549191
     rx_queue_0_drops: 29753
     rx_queue_0_csum_err: 383
     rx_queue_0_alloc_failed: 0
     rx_queue_1_packets: 8819057397
     rx_queue_1_bytes: 7720399580071
     rx_queue_1_drops: 858
     rx_queue_1_csum_err: 355
     rx_queue_1_alloc_failed: 0
     rx_queue_2_packets: 9137114088
     rx_queue_2_bytes: 7126057754603
     rx_queue_2_drops: 847
     rx_queue_2_csum_err: 382
     rx_queue_2_alloc_failed: 0
     rx_queue_3_packets: 10877141180
     rx_queue_3_bytes: 10892069823474
     rx_queue_3_drops: 288714
     rx_queue_3_csum_err: 403
     rx_queue_3_alloc_failed: 0
     rx_queue_4_packets: 10398467214
     rx_queue_4_bytes: 7493410714834
     rx_queue_4_drops: 520
     rx_queue_4_csum_err: 389
     rx_queue_4_alloc_failed: 0
     rx_queue_5_packets: 8570319675
     rx_queue_5_bytes: 7628482806353
     rx_queue_5_drops: 266
     rx_queue_5_csum_err: 388
     rx_queue_5_alloc_failed: 0
     rx_queue_6_packets: 7627714643
     rx_queue_6_bytes: 6697117556674
     rx_queue_6_drops: 229
     rx_queue_6_csum_err: 362
     rx_queue_6_alloc_failed: 0
     rx_queue_7_packets: 12958708720
     rx_queue_7_bytes: 8662857769356
     rx_queue_7_drops: 578
     rx_queue_7_csum_err: 369
     rx_queue_7_alloc_failed: 0
csadmin@edge2-cvdc:~$
csadmin@edge2-cvdc:~$ show configuration commands | match bonding
set interfaces bonding bond0 description 'bond_1x1G_edge1.cvdc'
set interfaces bonding bond0 firewall in name 'INGRESS'
set interfaces bonding bond0 hash-policy 'layer2'
set interfaces bonding bond0 mode '802.3ad'
set interfaces bonding bond1 description 'bond_3x1G_aggr2.cvdc'
set interfaces bonding bond1 hash-policy 'layer2'
set interfaces bonding bond1 mode '802.3ad'
set interfaces bonding bond1 mtu '1552'
set interfaces bonding bond1 vif 201 address '46.17.215.68/28'
set interfaces bonding bond1 vif 201 address '2A04:2340:4::1/64'
set interfaces bonding bond1 vif 201 description 'Vlan201'
set interfaces bonding bond1 vif 201 firewall local ipv6-name 'MGNT_INv6'
set interfaces bonding bond1 vif 201 firewall local name 'MGNT_IN'
set interfaces bonding bond1 vif 201 ip ospf cost '30'
set interfaces bonding bond1 vif 201 ip ospf dead-interval '40'
set interfaces bonding bond1 vif 201 ip ospf hello-interval '10'
set interfaces bonding bond1 vif 201 ip ospf priority '1'
set interfaces bonding bond1 vif 201 ip ospf retransmit-interval '5'
set interfaces bonding bond1 vif 201 ip ospf transmit-delay '1'
set interfaces bonding bond1 vif 201 mtu '1552'
set interfaces bonding bond1 vif 201 vrrp vrrp-group 20 advertise-interval '1'
set interfaces bonding bond1 vif 201 vrrp vrrp-group 20 preempt 'true'
set interfaces bonding bond1 vif 201 vrrp vrrp-group 20 preempt-delay '60'
set interfaces bonding bond1 vif 201 vrrp vrrp-group 20 priority '40'
set interfaces bonding bond1 vif 201 vrrp vrrp-group 20 'rfc3768-compatibility'
set interfaces bonding bond1 vif 201 vrrp vrrp-group 20 virtual-address '46.17.215.78'
set interfaces bonding bond1 vif 202 address '46.17.215.82/28'
set interfaces bonding bond1 vif 202 description 'Vlan202'
set interfaces bonding bond1 vif 202 firewall local ipv6-name 'MGNT_INv6'
set interfaces bonding bond1 vif 202 firewall local name 'MGNT_IN'
set interfaces bonding bond1 vif 202 ip ospf cost '30'
set interfaces bonding bond1 vif 202 ip ospf dead-interval '40'
set interfaces bonding bond1 vif 202 ip ospf hello-interval '10'
set interfaces bonding bond1 vif 202 ip ospf priority '1'
set interfaces bonding bond1 vif 202 ip ospf retransmit-interval '5'
set interfaces bonding bond1 vif 202 ip ospf transmit-delay '1'
set interfaces bonding bond1 vif 202 mtu '1552'
set interfaces bonding bond1 vif 202 vrrp vrrp-group 30 advertise-interval '1'
set interfaces bonding bond1 vif 202 vrrp vrrp-group 30 preempt 'true'
set interfaces bonding bond1 vif 202 vrrp vrrp-group 30 preempt-delay '60'
set interfaces bonding bond1 vif 202 vrrp vrrp-group 30 priority '40'
set interfaces bonding bond1 vif 202 vrrp vrrp-group 30 'rfc3768-compatibility'
set interfaces bonding bond1 vif 202 vrrp vrrp-group 30 virtual-address '46.17.215.94'
set interfaces bonding bond1 vif 203 address '46.17.215.124/27'
set interfaces bonding bond1 vif 203 description 'Vlan203'
set interfaces bonding bond1 vif 203 firewall local ipv6-name 'MGNT_INv6'
set interfaces bonding bond1 vif 203 firewall local name 'MGNT_IN'
set interfaces bonding bond1 vif 203 ip ospf cost '30'
set interfaces bonding bond1 vif 203 ip ospf dead-interval '40'
set interfaces bonding bond1 vif 203 ip ospf hello-interval '10'
set interfaces bonding bond1 vif 203 ip ospf priority '1'
set interfaces bonding bond1 vif 203 ip ospf retransmit-interval '5'
set interfaces bonding bond1 vif 203 ip ospf transmit-delay '1'
set interfaces bonding bond1 vif 203 mtu '1552'
set interfaces bonding bond1 vif 203 vrrp vrrp-group 40 advertise-interval '1'
set interfaces bonding bond1 vif 203 vrrp vrrp-group 40 preempt 'true'
set interfaces bonding bond1 vif 203 vrrp vrrp-group 40 preempt-delay '60'
set interfaces bonding bond1 vif 203 vrrp vrrp-group 40 priority '40'
set interfaces bonding bond1 vif 203 vrrp vrrp-group 40 'rfc3768-compatibility'
set interfaces bonding bond1 vif 203 vrrp vrrp-group 40 virtual-address '46.17.215.126'
set interfaces bonding bond1 vif 205 address '46.17.215.191/25'
set interfaces bonding bond1 vif 205 description 'Vlan205'
set interfaces bonding bond1 vif 205 firewall local ipv6-name 'MGNT_INv6'
set interfaces bonding bond1 vif 205 firewall local name 'MGNT_IN'
set interfaces bonding bond1 vif 205 ip ospf cost '30'
set interfaces bonding bond1 vif 205 ip ospf dead-interval '40'
set interfaces bonding bond1 vif 205 ip ospf hello-interval '10'
set interfaces bonding bond1 vif 205 ip ospf priority '1'
set interfaces bonding bond1 vif 205 ip ospf retransmit-interval '5'
set interfaces bonding bond1 vif 205 ip ospf transmit-delay '1'
set interfaces bonding bond1 vif 205 mtu '1552'
set interfaces bonding bond1 vif 205 vrrp vrrp-group 50 advertise-interval '1'
set interfaces bonding bond1 vif 205 vrrp vrrp-group 50 preempt 'true'
set interfaces bonding bond1 vif 205 vrrp vrrp-group 50 preempt-delay '60'
set interfaces bonding bond1 vif 205 vrrp vrrp-group 50 priority '40'
set interfaces bonding bond1 vif 205 vrrp vrrp-group 50 'rfc3768-compatibility'
set interfaces bonding bond1 vif 205 vrrp vrrp-group 50 virtual-address '46.17.215.254'
set interfaces bonding bond1 vif 207 address '185.23.52.250/26'
set interfaces bonding bond1 vif 207 address '2A04:2340:4:1::1/64'
set interfaces bonding bond1 vif 207 description 'Vlan207'
set interfaces bonding bond1 vif 207 firewall local ipv6-name 'MGNT_INv6'
set interfaces bonding bond1 vif 207 firewall local name 'MGNT_IN'
set interfaces bonding bond1 vif 207 ip ospf cost '30'
set interfaces bonding bond1 vif 207 ip ospf dead-interval '40'
set interfaces bonding bond1 vif 207 ip ospf hello-interval '10'
set interfaces bonding bond1 vif 207 ip ospf priority '1'
set interfaces bonding bond1 vif 207 ip ospf retransmit-interval '5'
set interfaces bonding bond1 vif 207 ip ospf transmit-delay '1'
set interfaces bonding bond1 vif 207 mtu '1552'
set interfaces bonding bond1 vif 207 vrrp vrrp-group 80 advertise-interval '1'
set interfaces bonding bond1 vif 207 vrrp vrrp-group 80 preempt 'true'
set interfaces bonding bond1 vif 207 vrrp vrrp-group 80 preempt-delay '60'
set interfaces bonding bond1 vif 207 vrrp vrrp-group 80 priority '40'
set interfaces bonding bond1 vif 207 vrrp vrrp-group 80 'rfc3768-compatibility'
set interfaces bonding bond1 vif 207 vrrp vrrp-group 80 virtual-address '185.23.52.254'
set interfaces bonding bond1 vif 250 address '185.23.52.149/29'
set interfaces bonding bond1 vif 250 address '2A04:2340:1:2::1/64'
set interfaces bonding bond1 vif 250 description 'Vlan250'
set interfaces bonding bond1 vif 250 firewall local ipv6-name 'MGNT_INv6'
set interfaces bonding bond1 vif 250 firewall local name 'MGNT_IN'
set interfaces bonding bond1 vif 250 ip ospf cost '30'
set interfaces bonding bond1 vif 250 ip ospf dead-interval '40'
set interfaces bonding bond1 vif 250 ip ospf hello-interval '10'
set interfaces bonding bond1 vif 250 ip ospf priority '1'
set interfaces bonding bond1 vif 250 ip ospf retransmit-interval '5'
set interfaces bonding bond1 vif 250 ip ospf transmit-delay '1'
set interfaces bonding bond1 vif 250 mtu '1552'
set interfaces bonding bond1 vif 250 vrrp vrrp-group 70 advertise-interval '1'
set interfaces bonding bond1 vif 250 vrrp vrrp-group 70 preempt 'true'
set interfaces bonding bond1 vif 250 vrrp vrrp-group 70 preempt-delay '60'
set interfaces bonding bond1 vif 250 vrrp vrrp-group 70 priority '40'
set interfaces bonding bond1 vif 250 vrrp vrrp-group 70 'rfc3768-compatibility'
set interfaces bonding bond1 vif 250 vrrp vrrp-group 70 virtual-address '185.23.52.145'
set interfaces bonding bond1 vif 906 address '185.23.54.57/30'
set interfaces bonding bond1 vif 906 address '2a04:2340:0:b::1/64'
set interfaces bonding bond1 vif 906 description 'edge2.cvdc-aggr2.cvdc_Po1'
set interfaces bonding bond1 vif 906 firewall in name 'INGRESS'
set interfaces bonding bond1 vif 906 firewall local name 'MGNT_IN'
set interfaces bonding bond1 vif 906 ip ospf cost '15'
set interfaces bonding bond1 vif 906 ip ospf dead-interval '6'
set interfaces bonding bond1 vif 906 ip ospf hello-interval '2'
set interfaces bonding bond1 vif 906 ip ospf priority '1'
set interfaces bonding bond1 vif 906 ip ospf retransmit-interval '5'
set interfaces bonding bond1 vif 906 ip ospf transmit-delay '1'
set interfaces bonding bond1 vif 906 ipv6 dup-addr-detect-transmits '1'
set interfaces bonding bond1 vif 906 ipv6 ospfv3 cost '15'
set interfaces bonding bond1 vif 906 ipv6 ospfv3 dead-interval '6'
set interfaces bonding bond1 vif 906 ipv6 ospfv3 hello-interval '2'
set interfaces bonding bond1 vif 906 ipv6 ospfv3 instance-id '0'
set interfaces bonding bond1 vif 906 ipv6 ospfv3 priority '1'
set interfaces bonding bond1 vif 906 ipv6 ospfv3 retransmit-interval '5'
set interfaces bonding bond1 vif 906 ipv6 ospfv3 transmit-delay '1'
set interfaces bonding bond1 vif 906 ipv6 router-advert cur-hop-limit '64'
set interfaces bonding bond1 vif 906 ipv6 router-advert link-mtu '0'
set interfaces bonding bond1 vif 906 ipv6 router-advert managed-flag 'false'
set interfaces bonding bond1 vif 906 ipv6 router-advert max-interval '600'
set interfaces bonding bond1 vif 906 ipv6 router-advert other-config-flag 'false'
set interfaces bonding bond1 vif 906 ipv6 router-advert reachable-time '0'
set interfaces bonding bond1 vif 906 ipv6 router-advert retrans-timer '0'
set interfaces bonding bond1 vif 906 ipv6 router-advert send-advert 'false'
set interfaces bonding bond1 vif 906 mtu '1552'
set interfaces bonding bond1 vif 922 address '185.23.54.132/29'
set interfaces bonding bond1 vif 922 address '2a04:2340:0:13::4/64'
set interfaces bonding bond1 vif 922 description 'iBGP_Interface_Surf'
set interfaces bonding bond1 vif 922 firewall in ipv6-name 'INGRESSv6'
set interfaces bonding bond1 vif 922 firewall in name 'INGRESS'
set interfaces bonding bond1 vif 922 firewall local ipv6-name 'MGNT_INv6'
set interfaces bonding bond1 vif 922 firewall local name 'MGNT_IN'
csadmin@edge2-cvdc:~$

I see many drops and errors in interface statistics. I propose to update your router, maybe this is driver issue.

Thank you. I will try to update the routers once I get some time.

Is the update seamless, or do I have to be more careful? I read that some config is not compatible between different version of VyOS.

I think the update should be safe, but at first, you need an update to 1.1.8 and then update to 1.2.x stable or 1.3-rolling
Note: If you will have any issues after the update, just boot from your 1.1.7 image

set system image default-boot 1.1.7
reboot now

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.