Wired Intelligent Edge

 View Only
  • 1.  IGMP on Aruba VSX 8325 Cores

    Posted Jul 11, 2023 11:43 AM

    I am replacing our current single HP 8212 core router with a VSX pair of Aruba 8325 cores.  On my current router, each VLAN interface has "IP IGMP" specified but there is nothing related to IGMP or IGMP spoofing on any of my access layer switches.  How do I configure IGMP on the two Aruba VSX cores?  Is it as simple as adding "IP IGMP ENABLE" on each VALN interface?  All of my access layer switches are VRF stacks of 6200f switches with a MC-LAG going to each.  Is IGMP and IGMP SPOOFING both required or is one specified on the cores and the other on the access layer?



  • 2.  RE: IGMP on Aruba VSX 8325 Cores

    Posted Jul 11, 2023 10:53 PM
    Edited by ariyap Jul 11, 2023 10:54 PM

    There are two components to it. Here is how you configure it.

    for IGMP querier which is done at Layer3 for the VLANs

    interface vlan 11

        ip igmp enable

    and IGMP snooping which is done at L2

    vlan 11
      ip igmp snooping enable



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 3.  RE: IGMP on Aruba VSX 8325 Cores

    Posted Jul 12, 2023 04:44 AM

    I finally figured it out today and that is exactly how I have it configured.

    Thanks