Wired Intelligent Edge

 View Only
  • 1.  ArubaCX - documentation - igmp snooping

    Posted Feb 24, 2025 11:48 AM

    Hi all,

    Seen in "AOS-CX 10.14.xxxx Multicast Guide / 6200, 6300, 6400, 8xxx, 9300, 10000 Switch Series" :

    Enable IGMP snooping on a VLAN using the following command.
    ip igmp snooping {enable | disable}

    But there is no such an option :

    250-A-COEUR(config-if-vlan)# ip igmp
      apply                       Apply a configuration record
      disable                     Disable IGMP on a L3 interface
      enable                      Enable IGMP on a L3 interface
      last-member-query-interval  Configures IGMP Last Member Query Interval
      querier                     Enables IGMP Querier
      querier-wait-time           Configures IGMP Querier Wait Time
      query-max-response-time     Configures IGMP Querier Max Response Time
      robustness                  Configures IGMP Robustness
      router-alert-check          IGMP Router alert check
      static-group                Configures static multicast group
      version                     Configures IGMP L3 Interface Version

    There are only IGMP (L3) configuration options available, but I want to limit to L2 snooping only.

    Does anyone know why the doc is not correct ? (before I open a case #)



    ------------------------------
    Frederic
    (kudos welcome)
    ------------------------------


  • 2.  RE: ArubaCX - documentation - igmp snooping

    Posted Feb 24, 2025 12:14 PM

    The ip igmp snooping command is only available in the L2 VLAN context, not the L3 VLAN interface context.  Try this 

    vlan xxx
    ip igmp snooping enable



  • 3.  RE: ArubaCX - documentation - igmp snooping

    Posted Feb 25, 2025 06:47 AM

    ... I shall clean my glasses !!

    Thank you @davidwk



    ------------------------------
    Frederic
    (kudos welcome)
    ------------------------------