Existing mirror sessions configured on the switch for a local (port C1 in session 1) and remote (session 2) monitored interface

Monitoring and Analyzing Switch Operation

Traffic Mirroring

Figures B-24and B-25show how ACL-based selection criteria in a mirroring session are converted to a classifier-based policy and class configuration when you install release K.14.01 or greater on a switch.

ProCurve(config)# show run

Running configuration:

Configuration of ACL 100 that is used to select

. . .

mirrored traffic in session 1

ip access-list extended "100"10 permit icmp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 0 exit

. . .

mirror 1 port C1

mirror 2 name "test-10"remote ip 10.10.10.1

. . .

interface C1monitor ip access-group "100" In mirror 1 exit

. . .

8010 10.10.30.2

ACL-based traffic selection on monitored interface C1 in session 1

Figure B-24. Mirroring Configuration in “show run” Output in Release K.13.xx

ProCurve(config)# show run

Running configuration:

 

After migration to release K.14.01 or greater, the existing mirroring

. . .

 

 

configurations for sessions 1 (local) and 2 (remote) on the switch remain

mirror 1

port

B3

the same.

mirror 2name"test-10" remote ip 10.10.10.1 8010 10.10.30.2

. . .

class ipv4 “100MirrorClass”10 match icmp 0. 255.255.255.255 0.0.0.0 255.255.255.255 0

exit

policy mirror “100MirrorPolicy”

10 class ipv4 “100” action mirror 1

exit

. . .

interface C1

service-policy "100MirrorPolicy" In exit

. . .

The traffic-selection criteria in ACL 100 (Figure B-24)applied to inbound traffic on port C1 in session 1 are converted to a class and policy configuration with the names, “100MirrorClass” and “100MirrorPolicy”, which are applied to inbound traffic on port C1 in session 1 with the service-policy command.

Figure B-25. Mirroring Configuration in “show run” Output in Release K.14.01 or Greater

B-38