SRX

last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  IGMP/multicast enable on SRX 240

    Posted 04-01-2013 08:14

    HI : Ho do you enable IGMPv2 multicast on the SRX 240 ? I have 2 interface , which require IGMP multicast to be enabled.

     

    Also, are there any know issues with multicast on version11.2R4.3;

     

    Would appreciate the help

     

    thank you



  • 2.  RE: IGMP/multicast enable on SRX 240

    Posted 04-01-2013 08:18

    To enable IGMP for a particular interface:

     

    set protocols igmp interface fe-0/0/0

     

    Here's a KB on enabling PIM which uses IGMPv2

    http://kb.juniper.net/InfoCenter/index?page=content&id=KB24781&actp=RSS&smlogin=true



  • 3.  RE: IGMP/multicast enable on SRX 240

    Posted 04-01-2013 08:58

    And don't forget host-inbound-traffic protocols igmp on zone or zone interface level ........



  • 4.  RE: IGMP/multicast enable on SRX 240

    Posted 04-01-2013 11:17

    Thank you.Below is the config used

     

    protocols {

        igmp {

            interface ge-0/0/3.0 {

                version 2;

            }

            interface ge-0/0/4.0 {

                version 2;

            }

        }

    security-zone trust {

                host-inbound-traffic {

                    system-services {

                        all;

                    }

                    protocols {

                        all;

                    }

                }

                interfaces {

                    ge-0/0/3.0 {

                        host-inbound-traffic {

                            system-services {

                                all;

                            }

                            protocols {

                                all;

                            }

                        }

                    }

                    ge-0/0/4.0 {

                        host-inbound-traffic {

                            system-services {

                                all;

                            }

                            protocols {

                                all;

                            }

                        }

                    }

                }

            }



  • 5.  RE: IGMP/multicast enable on SRX 240
    Best Answer

    Posted 04-01-2013 11:18

    Glad it worked for you.... 

     

    Now you can mark as accepted solution 😉