IGMP_QUERY.hex 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. #!/usr/local/bin/efsu -ieth0
  2. # file: efsu/IGMP_QUERY.hex
  3. # ====================================================================
  4. #
  5. # This is an example IGMP query packet; use it to emulate a router by
  6. # sending an IGMP query over the network to stimulate IGMP membership
  7. # reports from IGMP enabled devices;
  8. #
  9. # this can be used on networks that do not have a router available to
  10. # perform this function;
  11. #
  12. # The following command sends 100 IGMP query packets at 120 second
  13. # intervals;
  14. #
  15. # efsu -i <interface> IGMP.hex -l 100 -w 120
  16. #
  17. # this particular pacet has the following parameters; do not disturb
  18. # it or you will invalidate the checksum;
  19. #
  20. # MAC SA 00 0b 52 00 24 66
  21. # Multicast DA 01 00 5E 00 00 02
  22. # IP SA 192.168.99.200
  23. # IP DA 224.0.0.2
  24. # IP Checksum 776D
  25. # IGMP Checksum EE9B
  26. # RESPONSE TIMER 10 seconds (100 * 1/10 seconds)
  27. #
  28. # --------------------------------------------------------------------
  29. 01 00 5E 00 00 02 00 0B 52 00 24 66 08 00 45 00
  30. 00 1C 00 00 00 00 40 02 76 6D C0 A8 63 C8 E0 00
  31. 00 02 11 64 EE 9B 00 00 00 00 00 00 00 00 00 00
  32. 00 00 00 00 00 00 00 00 00 00 00 00