Skip to main content
Galo
New Member
June 4, 2018
Question

Pilot with 51E for IP TV

  • June 4, 2018
  • 2 replies
  • 3713 views

Hi,

I'm working in a pilot for an access router with fortigate 51e to do  Ip TV, voice over IP and Internet for a services provider. Internet and Voice over Ip is working fine but i don't find the way to configure igmp proxy in the fortigate with query-interval = 15s and response-time = 2s.

 

Please, if you could give me any clue about how to do it.

 

Regards, Galo

    2 replies

    Galo
    GaloAuthor
    New Member
    December 16, 2018
    After i have been surfing CLI menus and i found how to do it.   firewall # config router multicast
    firewall (multicast) # config interface
    firewall (multicast) # edit <interface>
    firewall (multicast) # config igmp
    firewall (multicast) # set query-interval 15
    firewall (multicast) # set query-max-response-time 2

    Galo
    GaloAuthor
    New Member
    December 16, 2018

    After I have been looking the CLI menu, i found have to it.

     

    firewall # config router multicast firewall (multicast) # config interface firewall (interface) # edit lan firewall (lan) # config igmp firewall (igmp) # set query-interval 15

    firewall (igmp) # set query-max-response-time 2

    firewall (igmp) # end