Created
February 16, 2023 07:25
-
-
Save spetersson/c693eab5e36e65c1e219c7e1650c5379 to your computer and use it in GitHub Desktop.
BGP / ECMP HAProxy loadbalancer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@lb-101:/ # netstat -I bnxt0 | |
Name Mtu Network Address Ipkts Ierrs Idrop Opkts Oerrs Coll | |
bnxt0 1500 <Link#1> -------------6:dc 458420009 0 0 264906 0 0 | |
bnxt0 - ------------- ------------- 219314 - - 264834 - - | |
root@lb-101:/ # netstat -I bnxt1 | |
Name Mtu Network Address Ipkts Ierrs Idrop Opkts Oerrs Coll | |
bnxt1 1500 <Link#2> -------------6:dd 464941518 0 0 1115146950 0 0 | |
bnxt1 - ------------- ------------- 219330 - - 1115146880 - - | |
root@lb-102:/ # netstat -I bnxt0 | |
Name Mtu Network Address Ipkts Ierrs Idrop Opkts Oerrs Coll | |
bnxt0 1500 <Link#1> -------------9:0c 460623553 0 0 1118117662 0 0 | |
bnxt0 - ------------- ------------- 209587 - - 1118117591 - - | |
root@lb-102:/ # netstat -I bnxt1 | |
Name Mtu Network Address Ipkts Ierrs Idrop Opkts Oerrs Coll | |
bnxt1 1500 <Link#2> -------------9:0d 465041610 0 0 253225 0 0 | |
bnxt1 - ------------- ------------- 209583 - - 253155 - - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment