Wired

 View Only
last person joined: 15 hours ago 

Expand all | Collapse all

ICMP Configuration - Cisco Equivalent Syntax

This thread has been viewed 11 times
  • 1.  ICMP Configuration - Cisco Equivalent Syntax

    Posted Jan 03, 2024 10:52 AM

    Hi Everyone,

    Currently deploying new Aruba 6200F CX switches for a client. The client runs Kramer AV equipment and the maintainer has sent a doc containing the requirements. Most of the requirements are not new to me and although IGMP is not new to me either, finding the Cisco equivalent syntax for Aruba is proving quite difficult (their doc is Cisco Small Business switch specific). The features that I need to enable to satisfy their requirements are:

    • Port Auto Learn
    • Immediate Leave
    • Query Status
    • Query Election 
    • Bridge multicast filtering

    So far I have enable IGMP etc on the VLAN interface for this equipment and my config looks like the following:

    interface vlan20
     no shutdown
     ip address x.x.x.x/24
     ip igmp enable
     ip igmp version 2
     ip igmp querier
     ip igmp querier interval 5
     ip igmp robustness 5
     ip igmp last-member-query-interval 2
     ip igmp query-max-response-time 50
     ip igmp static-group 239.1.1.1

    Unfortunately I am struggling to understand if the above config covers off the features mentioned above.

    Would anyone have any thoughts?

    Thanks

    Barry



  • 2.  RE: ICMP Configuration - Cisco Equivalent Syntax

    Posted Jan 03, 2024 10:54 AM

    **Subject should read IGMP not ICMP**