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

Command line 66
Item Description
show mcast-filter
Display information about the Multicast Filter.
Syntax
show mcast-filter <McastFilterName> | *
Parameter
McastFilterName (optional)
Name of a Multicast Filter existing in the VC domain. "*" displays a
detailed view of all the Multicast filters. The default behavior displays a
summary output of all Multicast filters.
Examples
->show mcast-filter
Display a summary listing of all Multicast Filters
->show mcast-filter *
Show detailed information for all Multicast Filters
->show mcast-filter Filter1
Show detailed information for a specific Multicast Filter
mcast-filter-rule
Manage new Multicast Filter rules for a Multicast filter.
Supported actions: add, help, remove
Item Description
add mcast-filter-rule
Create a new Multicast Filter rule for a Multicast filter.
Syntax
add mcast-filter-rule McastFilter=<FilterName>
Networks=<IP Address>/<mask>[,<IP Address>/<mask>]
Properties
McastFilter (required)
The name of an existing Multicast Filter to which the Multicast Filter rules
belong
Network (required)
Multicast IP Addresses in the form of IP Address/Netmask Bits. The IP
Address must be unique and should be the starting address of an IP
subnet.
Examples
add mcast-filter-rule McastFilter=MyNewfilter
Networks=224.12.0.0/16,224.20.23.4/32,
224.11.11.3/32
Creates a new Multicast Filter rule for a Multicast Filter
Item Description
remove mcast-filter-rule
Remove a Multicast Filter rule from a Multicast filter.
Syntax
remove mcast-filter-rule McastFilter=<FilterName>
[Network=<IP Address>|*]
Properties
McastFilter (required)
The name of an existing Multicast Filter to which the Multicast Filter rule
belongs
Network (required)
Network IP Addresses in the form of IP Address/Netmask Bits. The IP
Address must be a unique mcast address and should be the starting
address of an IP subnet. A Network named "*" removes all the filter rules.
Examples
->remove mcast-filter-rule McastFilter=Filter1