QoS Policy Commands
OmniSwitch CLI Reference Guide November 2009 page 39-139
policy action mirror
Mirrors ingress packets that match a mirroring policy to the specified port.
policy action action_name ingress mirror slot/port
policy action action_name no mirror slot/port
Syntax Definitions
action_name The name of the action.
ingress Mirrors ingress packets.
slot/port The slot and port number that will receive the mirrored traffic.
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of the command to remove mirror from the policy action.
• Use this command to configure a mirror-to-port (MTP) action that is used for policy based mirroring.
• Only one MTP session is supported at any given time. As a result, all mirroring policies should specify
the same MTP port.
• Policy based mirroring and the port based mirroring feature can run simultaneously on the same
switch. If a packet qualifies for both types of sessions, the packet is copied to the destination for both
sessions.
Examples
-> policy action a1 mirror 1/7 (default ingress)
-> policy action a1 ingress mirror 1/7
-> policy action a1 no mirror
Release History
Release 6.6.1; command was introduced.