HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.01 User Guide

Command line 67
Item Description
Network=224.0.0.1/32
Removes a Multicast Filter rule from an existing filter
->remove mcast-filter-rule McastFilter=MyFilter
Network=*
Removes all Multicast Filter rules from a Multicast Filter
mcast-filter-set
Manage Multicast Filtersets.
Supported actions: add, help, remove, set, show
Item Description
add mcast-filter-set
Create a Mulitcast Filterset.
Syntax
add mcast-filter-set <McastFilterSetName>
[Labels=<Label1>[<Label2>,...]
[Color=<red|green|blue|orange|purple>]
Parameter
McastFilterSetName
(required)
Unique name of the Multicast Filterset to create
Properties
Labels (optional)
Labels assigned to this Multicast Filterset. Labels are used in the GUI to
help manage large numbers
of filters. Labels can be assigned in the CLI,
but are only used in the GUI. A maximum of 16 labels can be assigned.
Color (optional)
Color assigned to this Multicast Filterset. Color is used in the GUI to help
manage large numbers of filters. A color can be assigned in the CLI, but is
only used in the GUI. Allowed colors are red, green, blue, purple, or
orange.
Examples
->add mcast-filter-set MyMcastFilterSet
Creates a new Multicast Filterset and adds it to the domain
->add mcast-filter-set Filterset1 Labels="label1,
label2"
Creates a new Multicast Filterset with labels label1 and label2
->add mcast-filter Filterset1 Color=red
Creates a new Multicast Filterset with color red
Item Description
remove mcast-filter-set
Remove a Multicast Filterset.
Syntax
remove mcast-filter-set McastFilterSetName> | *
Parameter
McastFilterSetName
(required)
The name of an existing Multicast Filterset in the domain. A Multicast
Filterset name of "'*" removes all the Filtersets.
Examples
->remove mcast-filter-set FilterSet1
Removes a Multicast Filterset
->remove mcast-filter-set *
Removes all Multicast Filtersets