The flow-tap architecture consists of one or more mediation devices that send requests to a Juniper Networks routing platform to monitor incoming data. Any packets that match specific filter criteria are forwarded to a set of one or more content destinations:
Following is a sample filter configuration; note that it is dynamically generated by the router (no user configuration is required):
- filter combined_LEA_filter {
-
- term LEA1_filter {
-
- from {
- source-address 1.2.3.4;
- destination-address 3.4.5.6;
- }
-
- then {
- flow-tap;
- }
- }
-
- term LEA2_filter {
-
- from {
- source-address 10.1.1.1;
- source-port 23;
- }
-
- then {
- flow-tap;
- }
- }
- }
Figure 27 shows a sample topology that uses two mediation devices and two content destinations.
Figure 27: Flow-Tap Topology Diagram
