[Contents] [Prev] [Next] [Index] [Report an Error]

Example: IGMP Static Group Membership

Configure IGMP static membership on the interface where the data is to be forwarded, and specify the groups 239.255.0.1 and 232.1.1.1 with the sources 10.1.1.1 and 10.1.1.2:

[edit]
protocols {
igmp {
interface ge-1/1/1.0 {
static {
group 239.255.0.1;
group 232.1.1.1 {
source 10.1.1.1;
source 10.1.1.2;
}
}
}
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]