HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.01 User Guide
Command line  65 
Item  Description 
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 MyMcastFilter 
Creates a new Multicast Filter and adds it to the domain 
->add mcast-filter Filter1 Labels="label1, label2" 
Creates a new Multicast Filter with labels label1 and label2 
->add mcast-filter Filter1 Color=red 
Creates a new Multicast Filter with color red 
Item  Description 
remove mcast-filter 
Remove a Multicast Filter. 
Syntax 
remove mcast-filter <McastFilterName> | * 
Parameter 
McastFilterName (required) 
The name of an existing Multicast Filter in the domain. A Multicast Filter 
named '*' removes all the filters. 
Example 
->remove mcast-filter Filter1 
Removes a Multicast Filter 
->remove mcast-filter * 
Removes all Multicast Filters 
Item  Description 
set mcast-filter
Modify the Multicast Filter. 
Syntax 
set mcast-filter <McastFilterName> [Name=<NewName>] 
[Labels=<Label1>[<Label2>,...] 
[Color=<red|green|blue|orange|purple>]
Parameter 
McastFilterName (required)
The name of an existing Multicast Filter to modify 
Properties 
Labels (optional) 
Labels assigned to this multicast filter. 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 filter. 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. 
Name (optional)
The new name of the Multicast filter 
Examples 
->set mcast-filter Blue Name=Red 
Changes the name of an existing Multicast Filter from "Blue" to "Red" 
->set mcast-filter Filter1 Labels="label1, label2" 
Adds labels to a multicast filter 
->set mcast-filter Filter1 Labels= 
Removes all labels from a filter 
->set mcast-filter Filter1 Color=red 
Sets the network color to red 










