Configure IGMP Fast Leave Members on a VLAN

Configure IGMP fast leave members on a VLAN to specify fast leave capable ports.

Procedure

  1. Enter VLAN Interface Configuration mode:

    enable

    configure terminal

    interface vlan <1–4059>

  2. Enable fast leave on the VLAN:

    ip igmp immediate-leave

  3. Configure fast leave members on a VLAN:

    ip igmp immediate-leave-members {slot/port[/sub-port][-slot/port[/sub-port]][,...]}

Variable definitions

Use the data in the following table to use the ip igmp immediate-leave-members command.

Variable

Value

{slot/port[/sub-port][-slot/port[/sub-port]][,...][slot/all][all]}

Identifies the slot and port in one of the following formats:
  • a single slot and port (slot/port)

  • a range of slots and ports (slot/port-slot/port)

  • a series of slots and ports (slot/port,slot/port,slot/port)

  • all ports on the same slot (slot/all)

  • all ports on the switch (all)

If the platform supports channelization and the port is channelized, you must also specify the sub-port in the format slot/port/sub-port.