You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ With this guide you can create an environment for the purposes of demonstrating
4
4
5
5
* A VPC with public and private subnets across two AZs.
6
6
* A Linux Bastion Host, accessible using SSM Session Manager, to be used as the multicast traffic source.
7
-
* An AutoScaling Group with 3 instances, accessible using SSM Session Manager and to be used as multicast traffic receivers.
7
+
* An AutoScaling Group with three instances, accessible using SSM Session Manager and to be used as multicast traffic receivers.
8
8
* A Transit Gateway with Multicast support.
9
9
10
10
## Requirements
@@ -78,6 +78,8 @@ You should now have four browser windows/tabs with sessions established to the s
78
78
79
79
## Test multicast connectivity using `iperf`
80
80
81
+
To learn more about `iperf`, you can visit the project documentation site [here](https://iperf.fr/iperf-doc.php#doc)
82
+
81
83
Start `iperf` servers in each of the instances part of the Autoscaling Group, these are the instances that will receive traffic from the source (BastionHost). Use the command below to listen for UDP multicast traffic on the group address `239.0.0.1`
82
84
83
85
`iperf -s -u -B 239.0.0.1`
@@ -112,6 +114,9 @@ To stop the python scripts press CTRL+C.
112
114
113
115
## Test multicast connectivity using `omping`
114
116
117
+
To learn more about `omping`, you can visit the project documentation site [here](https://linux.die.net/man/8/omping)
118
+
119
+
115
120
The `omping` tool needs the IP addresses of the instances you want to test connectivity, replace the 10.99.x.x addresses in the command below with your own and run the command on all terminal sessions starting with the BastionHost:
0 commit comments