Configure MLD static membership on the interface where the data is to be forwarded, and specify the groups ff02::1:ff05:1a8d and ff02::1:ffa8:c34a with the source fe80::2e0:81ff:fe05:1a8d:
- [edit ]
- protocols {
-
- mld {
-
- interface fe-1/0/1.0 {
-
- static {
- group ff02::1:ff05:1a8d;
-
- group ff02::1:ffa8:c34a {
- source fe80::2e0:81ff:fe05:1a8d;
- }
- }
- }
- }
- }