3 comments on “Re-inventing Ping for Link Aggregation

  1. Love the write up.. For beginners aka copy/pasters ease of use.
    Your snmpget line needs a version to make it happy in my fedora 43 .

    snmpget -v2c -r 0 -c $COMMUNITY $HOST $OID >/dev/null 2>&1

    • PS
      if you want to make it thow packets quicker you can do sub second sleep between the loops.

      sleep .1

Leave a comment