Basic Mirroring Configuration
Page 1316 7750 SR OS Services Guide
Basic Mirroring Configuration
Destination mirroring parameters must include at least: 
• A mirror destination ID (same as the mirror source service ID).
• A mirror destination SAP or SDP.
Mirror source parameters must include at least: 
• A mirror service ID (same as the mirror destination service ID).
• At least one source type (port, SAP, ingress label, IP filter or MAC filter) specified.
The following example displays a sample configuration of a local mirrored service where the 
source and destinations are on the same device (ALA-A).
*A:ALA-A>config>mirror# info
----------------------------------------------
        mirror-dest 103 create
            sap 2/1/25:0 create
                egress
                    qos 1
                exit
            exit
            no shutdown
        exit
----------------------------------------------
*A:ALA-A>config>mirror# 
The following displays the mirror source configuration:
*A:ALA-A>debug>mirror-source# show debug mirror
debug
    mirror-source 103
        port 2/1/24 egress ingress
no shutdown
    exit
exit
*A:ALA-A>debug>mirror-source# exit