clear mld static

Use this command to delete a static MLD entry or to remove one or more ports from an existing entry.

Syntax

clear mld static group-address vlan-list [modify {[include-ports include-ports] [exclude-ports exclude-ports]}

Parameters

group Deletes a static MLD entry for the specified multicast group IP address.
vlan-list Deletes a static MLD entry for the specified VLAN(s). Valid values are 1 – 4094.
modify (Optional) Modifies the existing MLD static entry by removing specified ports.
include-ports include-ports (Optional) Port or range of include ports to remove from this static MLD group configuration.
exclude-ports exclude-ports (Optional) Port or range of exclude ports to remove from this static MLD group configuration.

Defaults

If no option is specified, the static entry will be deleted instead of modified.

Mode

All command modes.

Example

This example removes port ge.1.5 from the MLD static group on VLAN 1 with a group address of ff33:abcd::1:

System(rw)->clear mld static ff33:abcd::1 1 modify include-ports ge.1.5