The Internet Group Management Protocol (IGMP), OSPF, and PIM configuration on Router 1 is as follows. Because of IGMP static group configuration, traffic is forwarded out fe-3/0/0.0 to the multicast receiver without receiving membership reports from host members.
- [edit protocols]
- igmp {
-
- interface fe-3/0/0.0 {
- }
- }
- ospf {
-
- area 0.0.0.0 {
-
- interface fe-3/0/0.0 {
- passive;
- }
- interface lo0.0;
- interface ge-7/2/0.0;
- }
-
- pim {
-
- rp {
-
- static {
- address 10.255.14.160;
- }
- }
- interface fe-3/0/0.0;
- interface lo0.0;
- interface ge-7/2/0.0;
- }
- }
The routing option creates a static route to the NAT pool, mcast_pool, on the RP.
- [edit routing-options]
- static {
- route 20.20.20.0/27 next-hop 10.10.1.1;
- }