Created
July 17, 2019 12:49
-
-
Save stoyanovgeorge/b97bdaced8abb2e6c8c6901d55b0e2de to your computer and use it in GitHub Desktop.
Join Multicast addresses over IGMP
This file contains 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
The join command requires smcroute package to be installed | |
You can install it by executing: | |
sudo apt install smcroute | |
sudo smcroutectl join <interface> <mc_address> | |
where: | |
1. <interface> is the interface on which the MC traffic should be present | |
2. <mc_address> is the MC address without the port | |
For example: | |
sudo smcroutectl join eno1 225.0.0.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment