In this case to this port only will be forwarded traffic which have MAC-dst is Checkpoint, but I need all traffic have to be forwarded there.
For now I think 2 variants:
1- to do mirror, like:
#create mirror test3001
#configure mirror add vlan Int3001
#enable mirror to port 21
2- to do ACL, with match condition vlan-id (is present in EXOS 15.7), and some variants of actions:
redirect-name name—Specifies the name of the flow-redirect that must be used to redirect matching traffic.
redirect-port port—Overrides the forwarding decision and changes the egress port used.
mirror—Rules that contain mirror as an action modifier will use a separate slice.
What is your thoughts about this points?
Thank you!