Advertisement
Guest User

ovs-appctl bond/show

a guest
Oct 6th, 2023
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.52 KB | Software | 0 0
  1. [root@compute-dpdk-1 ~]# ovs-appctl bond/show
  2. ---- dpdk-bond1 ----
  3. bond_mode: balance-tcp
  4. bond may use recirculation: yes, Recirc-ID : 1
  5. bond-hash-basis: 0
  6. lb_output action: enabled, bond-id: 1
  7. updelay: 0 ms
  8. downdelay: 0 ms
  9. next rebalance: 7809 ms
  10. lacp_status: negotiated
  11. lacp_fallback_ab: false
  12. active-backup primary: <none>
  13. active member mac: 30:3e:a7:01:04:7f(dpdk-ens3f1)
  14.  
  15. member dpdk-ens2f1: enabled
  16.   may_enable: true
  17.  
  18. member dpdk-ens3f1: enabled
  19.   active member
  20.   may_enable: true
  21.  
  22. [root@compute-dpdk-1 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement