The architecture consists of one or more mediation devices that send requests to a Juniper Networks routing platform to monitor incoming data and forward any packets that match specific filter criteria 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 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 12 shows a sample topology that uses two mediation devices and two content destinations.
Figure 12: Flow-Tap Topology