Defining an ACL mirror port

To support ACL mirroring, define a destination ACL mirror port common to all ports of a port processor (PPCR). ACL mirroring is supported for ethernet, port-channels, and ve ingress interfaces.

  1. Enter configure terminal to access global configuration mode.
    device# configure terminal
    
  2. To define a physical interface as the mirror, enter a command such as the following example.
    device(config)# acl-mirror source ethernet 0/1 destination ethernet 0/2
    
  3. To define a port-channel as the mirror, enter a command such as the following example.
    device(config)# acl-mirror source ethernet 0/1 destination port-channel 1
    
  4. To define a port-channel as the source for the mirror, enter a command such as the following example.
     device(config)# acl-mirror source port-channel 3 destination port-channel 6