QoS Policy Commands
page 39-168 OmniSwitch CLI Reference Guide November 2009
show policy classify multicast ip
Specifies a multicast address for a hypothetical packet to show how the QoS software in the switch will
handle the packet.
show policy classify {l2 | l3 | multicast} [applied] multicast ip ip_address
Syntax Definitions
l2 Uses the Layer 2 classifier for the hypothetical packet.
l3 Uses the Layer 3 classifier for the hypothetical packet.
multicast Uses the multicast IGMP classifier for the hypothetical packet.
applied Indicates that only applied policies should be examined.
ip_address The multicast IP address (the address of the multicast stream).
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use this command to determine if the switch will classify the traffic condition specified and match it to
a policy. By default the classifier only tests pending policies (policies that have not yet been applied).
Use the applied keyword to test only those policies that have been applied.
• Use the qos apply command to activate policies.
Examples
-> show policy classify multicast multicast ip 224.22.22.1
Packet headers:
L2:
*Port : 0/0 (any) -> 0/0 (any)
*MAC : 000000:000000 -> 080020:D1E51
*VLAN : 0 -> 0
*802.1p : 0
L3/L4:
*Mcast : 224.22.22.1
*IP : 0.0.0.0 -> 0.0.0.0
*TOS/DSCP : 0/0
Using pending multicast policies
Classify Multicast:
*No rule matched: (accept)
See the output example given on page 39-143 for more information about the potential screen display.